Changes between Version 8 and Version 9 of venice/firmware
- Timestamp:
- 07/14/2022 07:07:13 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
venice/firmware
v8 v9 105 105 106 106 107 ==== Update entire firmware (recommended)107 ==== Update Entire Firmware (recommended) 108 108 Update 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: 109 109 … … 113 113 * Via U-Boot: 114 114 {{{#!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) 116 setenv ipaddr 192.168.1.1 117 setenv serverip 192.168.1.2 116 118 # setup network environment (use bootp or static by setting ipaddr/serverip and optional netmask/gatewayip) 117 119 setenv autoload 0; bootp # use dhcp for network config but do not fetch a file