Changes between Version 8 and Version 9 of venice/firmware


Ignore:
Timestamp:
07/14/2022 07:07:13 PM (2 years ago)
Author:
Ryan Erbstoesser
Comment:

add lines for serverip

Legend:

Unmodified
Added
Removed
Modified
  • venice/firmware

    v8 v9  
    105105
    106106
    107 ==== Update entire firmware (recommended)
     107==== Update Entire Firmware (recommended)
    108108Update the entire device from a Compressed Disk Image. This image includes the partition table, boot firmware, bootloader environment, as well as entire OS and kernel:
    109109
     
    113113 * Via U-Boot:
    114114{{{#!bash
    115 #First, setup the IP and server IP as described above
     115#First, setup the IP and server IP as described above (example IPs below)
     116setenv ipaddr 192.168.1.1
     117setenv serverip 192.168.1.2
    116118# setup network environment (use bootp or static by setting ipaddr/serverip and optional netmask/gatewayip)
    117119setenv autoload 0; bootp  # use dhcp for network config but do not fetch a file