Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Jan 18, 2025
    • Ayush Singh's avatar
      bb-imager: Use rpi config format · c2d9627d
      Ayush Singh authored
      
      - 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's avatarAyush Singh <ayush@beagleboard.org>
      c2d9627d
  2. Jan 17, 2025
  3. Jan 16, 2025
  4. Jan 15, 2025
  5. Jan 14, 2025
  6. Jan 13, 2025
    • Ayush Singh's avatar
      Add bb-imager-service · c3867b89
      Ayush Singh authored
      
      A dbus service to allow Firmware Upload API flashing from GUI on Linux.
      This is required since we cannot open Firmware Upload API sysfs entries
      as a normal user and we probably should not try changing permissions of
      these entries.
      
      It also seems like pkexec is being removed from more and more
      distributions, which means it is better to do what seems to be
      officially supported, i.e. D-Bus service (managed by systemd) + Polkit.
      
      Signed-off-by: Ayush Singh's avatarAyush Singh <ayush@beagleboard.org>
      c3867b89
  7. Jan 09, 2025