- Nov 04, 2024
-
-
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>
-
Ayush Singh authored
- Update all current deps to latest - Do not use parallel for xz. Not particularly useful since we are mostly limited by sd card speed. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Oct 30, 2024
-
-
Ayush Singh authored
- Cargo package does not like files being in root workspace directory. So use symlink Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Same reason as for bin_file. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Crates.io does not accept patched crates. So create wrapper functions to provide that functionality till new versions of bin_file are published. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Move package specific assets to the repsective package directories. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Oct 29, 2024
-
-
Ayush Singh authored
- Since debcargo requires publishing crates to crates.io, and it probably should be done anyway, make changes required for it. - Use patches for unpublished crates. - Use workspace.package for common stuff - Update versions to 0.0.3 Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Oct 24, 2024
-
-
Ayush Singh authored
- Useful to keep good code quality Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Comment out unused struct members Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Zip support was a bit clunky since zip can have multiple files. - Does not work for local targets. - No current firmware is in zip. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Oct 23, 2024
-
-
Ayush Singh authored
- Fix bug which used wrong sha256 in converted config. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Oct 14, 2024
-
-
Ayush Singh authored
- Since v0.0.1 was released, update the version in main to 0.0.2 Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Use gitlab package registry and create release on tag creation. - Seems a bit clunky but should work. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Oct 08, 2024
-
-
Ayush Singh authored
Allow using rpi-imager config See merge request !19
-