- name: bb-imager
- description: The easiest way to install the latest operating system images for your Beagle.
- snapcraft: https://github.com/beagleboard/bb-imager-rs/blob/main/snapcraft.gui.yaml
- upstream: GitHub - beagleboard/bb-imager-rs: BeagleBoard.org rust based utility for flashing SDCard, MCUs and configuring software image options like username, password, networking etc. · GitHub
- upstream-relation: Primary Developer
- interfaces:
- hardware-observe:
- request-type: auto-connection
- reasoning: Necessary for imager to look for devices (SD Cards) to flash images to.
- mount-observe:
- request-type: auto-connection
- reasoning: Necessary for imager to obtain correct information regarding SD card partition mounts.
- udisks2:
- request-type: auto-connection
- reasoning: Necessary to open SD card devices without running the GUI program as super user.
- serial-port:
- request-type: auto-connection
- reasoning: Necessary to flash firmware to BeagleConnect Freedom and BeagleConnect Zepto.
- i2c:
- request-type: auto-connection
- reasoning: Necessary to flash firmware to BeagleConnect Zepto when connected over QWIIC.
- hidraw:
- request-type: auto-connection
- reasoning: Necessary to flash MSP430 (in BeagleConnect Freedom) over USB.
- hardware-observe:
PS: I cannot put more than 2 links in the post it seems, so did not link the mentioned boards.