- Nov 22, 2024
-
-
Ayush Singh authored
bb-imager: Improve sd card flashing performance See merge request !32
-
- Nov 21, 2024
-
-
Ayush Singh authored
- Show sd card path instead of name Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Decreses sd card flashing time by 57% (only tested on Linux). - Still slower than bb-imager but not by much. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- env filters work now Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Nov 09, 2024
-
-
Ayush Singh authored
- Fix regression from !31 Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Nov 07, 2024
-
-
Ayush Singh authored
bb-imager: Remove use of unwrap See merge request !31
-
- Nov 05, 2024
-
-
Ayush Singh authored
- Move Bcf config to flasher::bcf Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Replace unwraps with expect Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Replace unwraps with expect Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Replace unwraps with expect (for unrecoverable errors) and errors (for recoverable ones). Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
gui: Improve image selection code See merge request !30
-
- Nov 04, 2024
-
-
Ayush Singh authored
- Allow using the imager offline with local images easily. - We cannot really do a blank no filter option since the imager supports flashers other than sd card which makes it important to know the board type. Changelog: added Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Use generic extra options list instead of treating custom image option as special. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
bb-imager: Improve sd card format support Closes #27 See merge request !29
-
Ayush Singh authored
- Uses udisk2 on linux now - Use diskpart in Windows Changelog: fixed Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Add new dmg releases for GUI. - Also add the universal packages Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Following: https://about.gitlab.com/blog/2023/11/01/tutorial-automated-release-and-release-notes-with-gitlab/ Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
macOS QOL fixes See merge request !28
-
- Better names for sd card selection on macos Changelog: added Signed-off-by:
Zain Siddavatam <beingzainsv@gmail.com> Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Macos opens the default application dialog if this is not set. Changelog: fixed Signed-off-by:
Zain Siddavatam <beingzainsv@gmail.com> Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- A universal package that works on both x86-64 and aarch64 mac Changelog: added Signed-off-by:
Zain Siddavatam <beingzainsv@gmail.com> Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Follow rpi-imager implementation as close as possible. - Unmount disk before opening authentication Changelog: fixed Signed-off-by:
Zain Siddavatam <beingzainsv@gmail.com> Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Prior PR screwed up flashing. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Move windows stuff to gui/assets/packages/windows Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Now that I am generating appimage manually, no need to keep it here. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Hopefully better macos support. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Move AppRun to packages/linux/appimage - Move desktop file to packages/linux - Make version of desktop file app dynamic - Use which to get absolute paths for bins in Makefile - Do not use CI_COMMIT_TAG variable inside Makefile. Instead use VERSION Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Based on sniffnet github CI [0] [0]: https://github.com/GyulyVGC/sniffnet/blob/main/.github/workflows/package.yml Changelog: added Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Allow formatting sd cards to fat32. Changelog: added Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Do not make any pages depend directly on BBImager struct. - This is possible since view cannot modify this struct anyway. So keep everything a bit more pure. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Move extra configuration stuff. - Using normal function instead of trait impl Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Move it to pages module Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Move flash page code to a seperate file. - Editing UI was getting a bit difficult. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Make timezones and keymap-layouts const Rust array. - Remove unused code - Other small optimizations. Changelog: performance Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Create wrapper over bb-imager::config for GUI. - Allows better optimization for GUI. Changelog: performance Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Make UI more responsive. - Decrese the minimum window size. Changelog: performance Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-