nicholasmello / arcade-builder

0 stars 0 forks source link

Network Upgrade Option #21

Open nicholasmello opened 11 months ago

nicholasmello commented 11 months ago

Add the ability to upgrade the BSP over the network. This is probably easiest using a tool like fabric,

nicholasmello commented 11 months ago

Process for upgrade

  1. Copy over Image, bcm2711-rpi-4-b.dtb, cmdline.txt, config.txt, fixup4.dat, overlays, start4.elf to tmp
  2. Mount /boot, for example mount -o defaults /dev/mmcblk0p1 /boot/
  3. Move files from tmp to boot
  4. reboot
nicholasmello commented 11 months ago

TODO: That list of files is what is on the board, verify what each does and that they all need to be copied