Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
  1. Jan 25, 2025
  2. Jan 24, 2025
  3. Jan 20, 2025
  4. Jan 18, 2025
    • Ayush Singh's avatar
      Merge branch 'suboard-support' into 'main' · 1a3c7db1
      Ayush Singh authored
      bb-imager: Use rpi config format
      
      Closes #34 and #42
      
      See merge request !53
      1a3c7db1
    • 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
  5. Jan 17, 2025
  6. Jan 16, 2025
  7. Jan 15, 2025
    • Ayush Singh's avatar
      Makefile: Replace cp with install · 9678b178
      Ayush Singh authored
      
      - Can create dirs and copy files in single command with finer permission
        control
      - Not using it for windows and macos stuff since not sure how windows will
        respond to the permissions and macos install does not seem to suppor
        the same options as linux (and I cannot be bothered to do trial and
        error).
      
      Signed-off-by: Ayush Singh's avatarAyush Singh <ayush@beagleboard.org>
      9678b178