- Oct 23, 2024
-
-
Ayush Singh authored
- Fix bug which used wrong sha256 in converted config. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Oct 08, 2024
-
-
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>
-
- Sep 30, 2024
-
-
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>
-
- Sep 19, 2024
-
-
Ayush Singh authored
- Can now flash BeagleConnect Freedom MSP430 firmware. - Only tested Linux. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Aug 10, 2024
-
-
Ayush Singh authored
- Also add a seperate page for configuration and flashing - Currently only one extra configuration option: to skip verification - Add documentation link to config.json - Show board documentation link while flashing Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Wasm only supports async file dialog Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Aug 09, 2024
-
-
Ayush Singh authored
- Move flashers to a seperate module - Better for organization Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Aug 06, 2024
-
-
Ayush Singh authored
- Need admin but does work. - Also simplified a lot of stuff Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Jul 31, 2024
-
-
Ayush Singh authored
- Do the verification sha256 against sha256 of extracted image instead of predefined one. - This is fine since we already check sha256 of the donwloaded compressed file. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Jul 30, 2024
-
-
Ayush Singh authored
- Some boxing - Enum trimming Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Trimming some deps - Fix some clippy warnings - Do sha256 calculation together with downloading. Faster since no reads from file required. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Should ask for admin priviledge when write is clicked instead of after downloading. - Also use channels instead of stream for progress. - Since streams are lazy, they were a bottleneck in the original implementation. - Shaved off 1 min from flashing. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Jul 28, 2024
-
-
Ayush Singh authored
- Enabling LTO does reduce the size by 4 more mb but does double the compile time. Not sure if it is worth doing. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Os Specific state like udisk client in Linux - Also load destinations on board selection instead of destination page load. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Allows runtime permission handling for sd card. - Also using udisk2 for finding sd cards to flash Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Jul 27, 2024
-
-
Ayush Singh authored
Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Also add minimal iso since it is much faster to test - Also some small UI improvements Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
Some unsolved stuff - Only linux support since I am not sure how to get removable drives on windows - Need to lauch as admin. - Verification of sd card incorect Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Implement zip and xz extraction. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Jul 26, 2024
-
-
Ayush Singh authored
- Try loading all cached images on application loading instead of waiting till the page is called. - Do not try to download images if local path already populated. - Clear temp files on drop - Fix cache path Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Due to the limitations in the original data_downloader, writing my own downloader - Working for icons now. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Jul 25, 2024
-
-
Ayush Singh authored
- Makes things simple - The error is now Copy. So no heap for errors Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Can now fetch and flash remote bcf firmware successfully. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
Ayush Singh authored
- Caching and Displaying remote images for device and OS now working. - Not the cleanest implementation but should work for now. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-
- Jul 24, 2024
-
-
Ayush Singh authored
- Things look better. - Networking not implemented yet. Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
-