Changes between Version 19 and Version 20 of venice/firmware


Ignore:
Timestamp:
01/30/2025 04:50:59 PM (32 hours ago)
Author:
Ryan Erbstoesser
Comment:

update install

Legend:

Unmodified
Added
Removed
Modified
  • venice/firmware

    v19 v20  
    108108
    109109==== 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:
     110A 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:
    112112{{{#!bash
    113113# First, setup the IP and server IP as described above (example IPs below)
     
    118118# choose the device to update
    119119setenv dev 2 # sets MMC device to be flashed - see mmc list
    120 # set your image
     120# set your image on your TFTP server
    121121setenv image ubuntu-venice.img.gz
    122122# update