- 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 ayush1325/bb-imager-rs!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 ayush1325/bb-imager-rs!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 ayush1325/bb-imager-rs!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>
-
Ayush Singh authored
- Detects the firmware type at runtime. - Supports: - Intel Hex Format - SREC - TI-TXT - VERILOG VMEM - Extended Tektronix Object Format Signed-off-by: Ayush Singh <ayush@beagleboard.org>
-
- Sep 29, 2024
-
-
Ayush Singh authored
- A warning regarding lifetime Signed-off-by: Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Use my fork with support to guess the file format from string. - Allows including bins without knowing format. Signed-off-by: Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Just some code improvements Signed-off-by: Ayush Singh <ayush@beagleboard.org>
-
- Sep 27, 2024
-
-
Ayush Singh authored
CI: Add release CI Closes #13 and #14 See merge request ayush1325/bb-imager-rs!16
-
Ayush Singh authored
- Showcase the new look Signed-off-by: Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Match colors of bb-imager closely - Also switch to Roboto font which is included at compile time. - Fix small bugs - Some cleanup Signed-off-by: Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Deploy the following targets to package registry and create a release if target is created: - gui-x86_64-pc-windows-gnu - gui-x86_64-unknown-linux-gnu - cli-x86_64-pc-windows-gnu - cli-x86_64-unknown-linux-gnu Signed-off-by: Ayush Singh <ayush@beagleboard.org>
-
- Sep 20, 2024
-
-
Ayush Singh authored
Add screenshots to Readme See merge request ayush1325/bb-imager-rs!15
-
Ayush Singh authored
- The imager looks fairly good now. Signed-off-by: Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Specify min window size. I would prefer not to disable resizing since it can be useful when picking image. Also I use a window manager so I would like it to work well with such compositors. - Fix sd card form - Use Task::future when it makes sense Signed-off-by: Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
bb-imager: Fix clippy stuff See merge request ayush1325/bb-imager-rs!14
-
Ayush Singh authored
- Move stuff to helpers. - Move stuff to constants Signed-off-by: Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Using futures for blocking drop Signed-off-by: Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
gui: Update iced to 0.13 Closes #35 See merge request ayush1325/bb-imager-rs!13
-
Ayush Singh authored
- Strike off MSP430 and Sd card config Signed-off-by: Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Switch to Oxocarbon with white background for logo - Responsive button size - Improve Flashing page. Signed-off-by: Ayush Singh <ayush@beagleboard.org>
-
- Sep 19, 2024
-
-
Ayush Singh authored
- Simplify screens. - Seperate Flashing screen. Doesn't really need access to global data. Signed-off-by: Ayush Singh <ayush@beagleboard.org>
-