- Nov 04, 2024
-
-
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
-
Ayush Singh authored
- Update images. - Remove sha256 for icons. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Do not require sha256 hash for icons. - Instead use sha256 of url for file name. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Can now use the config file for bb-imager to create entries for the linux sd card based flashing - Merge the original bb-imager config with the config present in this repo. - Also cleanup config to allow easier support for remote configuration. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Using the following compression for binaries: - Linux: xz, AppImage - Windows: zip - Macos: zip Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Oct 04, 2024
-
-
Ayush Singh authored
Get ready to create release See merge request !18
-
- Oct 03, 2024
-
-
Ayush Singh authored
- 500ms seemed to not work well on slow machines. So increase it to 2 sec. Signed-off-by:
Ayush Singh <ayush@beagleboard.org> Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Oct 02, 2024
-
-
Ayush Singh authored
- Only creating CLI release. - Mostly here to ensure that macos builds and maybe someone interested in can start contributing. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Only doing release of CLI since macos renders any non .app GUI unusable anyway. - Also macos is pretty much an untested target. - Can consider creating better release once the CLI actually works on macos. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Not using cross in CI because docker in docker is a pain. Also cross images a bit too old right now, so stick to more manual approach. - Add CI for the following stuff - Windows - cli - x86_64 exe - gui - x86_64 exe - Linux - cli - x86_64 executable - aarch64 executable - arm64 executable - gui - appimage - x86_64 - aarch64 - arm64 Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Can use cargo-cross to cross compile easily using containers - Build appimage using appimagetool directly instead of cargo-appimage Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Not going to use cargo dist anymore, so remove it. - Update deps Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Since assets already exists, better to move icons to it. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Sep 30, 2024
-
-
Ayush Singh authored
- Start with version 0.0.1 - Rename gui and cli to bb-imager-gui/cli - Add authors, license, etc Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
Add ti-txt, hex support for cc1352 and msp430 See merge request !17
-
Ayush Singh authored
- Basically creates a bin from the hex/ti-txt file to allow crc32 check Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-