Changes between Version 19 and Version 20 of venice/firmware
- Timestamp:
- 01/30/2025 04:50:59 PM (32 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/firmware
v19 v20 108 108 109 109 ==== Compressed disk image via U-Boot 110 A Compressed disk image can be installed from U-Boot as long as you can load it into memory (ie via ethernet/TFTP or removable storage):111 * using ethernet and a TFTP server using the 'update_all' script:110 A Compressed disk image (Ubuntu, OpenWrt, etc) in the .img.gz file format can be installed from U-Boot as long as you can load it into memory (ie via ethernet/TFTP or removable storage): 111 * Using ethernet and a TFTP server using the 'update_all' script: 112 112 {{{#!bash 113 113 # First, setup the IP and server IP as described above (example IPs below) … … 118 118 # choose the device to update 119 119 setenv dev 2 # sets MMC device to be flashed - see mmc list 120 # set your image 120 # set your image on your TFTP server 121 121 setenv image ubuntu-venice.img.gz 122 122 # update