Changes between Version 5 and Version 6 of venice/boot


Ignore:
Timestamp:
08/25/2022 08:39:04 PM (2 years ago)
Author:
Tim Harvey
Comment:

updated firmware image name

Legend:

Unmodified
Added
Removed
Modified
  • venice/boot

    v5 v6  
    4848{{{#!bash
    4949setenv dev 2 # emmc device; use mmc list to see all mmc devs
    50 tftpboot ${loadaddr} focal-venice.img.gz && gzwrite mmc ${dev} ${loadaddr} ${filesize}
    51 }}}
     50tftpboot ${loadaddr} firmware.img.gz && gzwrite mmc ${dev} ${loadaddr} ${filesize}
     51}}}
     52 * always take care to use a compressed disk image that is compatible with the SoC on your board (see [wiki:venice/firmware#serial-ethernet venice/firmware] for details)
    5253
    5354If you created a filesystem that did not stretch to the partition it was installed on (as we create a minimally sized filesystem image to fit within the eMMC device for faster programming) you will want to resize it after booting to Linux. This is a one time operation after flashing a compressed disk image and can be done using the 'growpart_once' script that we install on the Ubuntu Root filesystems found in the script [https://github.com/Gateworks/ubuntu-rootfs/blob/master/ubuntu-rootfs.sh here] (search for growpart_once)