bb-imager: Use rpi config format
- Allow having submenu when selecting image (not implemented in GUI yet)
similar to rpi-imager allowing bootloader updates from the rpi-imager
now.
- Some new fields like Flasher have been added, but I have made sd card
flashing the default, so the format is completely backward compatible.
- The config parsing also ignores any unsupported flasher types, making
the config pretty much forward compatible as well.
Changelog: changed
Signed-off-by:
Ayush Singh <ayush@beagleboard.org>
Showing
- bb-imager-gui/src/helpers.rs 73 additions, 112 deletionsbb-imager-gui/src/helpers.rs
- bb-imager-gui/src/main.rs 117 additions, 92 deletionsbb-imager-gui/src/main.rs
- bb-imager-gui/src/pages/board_selection.rs 6 additions, 6 deletionsbb-imager-gui/src/pages/board_selection.rs
- bb-imager-gui/src/pages/configuration.rs 1 addition, 3 deletionsbb-imager-gui/src/pages/configuration.rs
- bb-imager-gui/src/pages/home.rs 12 additions, 12 deletionsbb-imager-gui/src/pages/home.rs
- bb-imager-gui/src/pages/image_selection.rs 132 additions, 60 deletionsbb-imager-gui/src/pages/image_selection.rs
- bb-imager-gui/src/pages/mod.rs 2 additions, 2 deletionsbb-imager-gui/src/pages/mod.rs
- bb-imager/src/common.rs 9 additions, 4 deletionsbb-imager/src/common.rs
- bb-imager/src/config/compact.rs 0 additions, 137 deletionsbb-imager/src/config/compact.rs
- bb-imager/src/config/mod.rs 49 additions, 41 deletionsbb-imager/src/config/mod.rs
- config.json 68 additions, 38 deletionsconfig.json
Please register or sign in to comment