Changes between Version 33 and Version 34 of linux/ubi
- Timestamp:
- 12/14/2020 07:48:25 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/ubi
v33 v34 538 538 }}} 539 539 540 It may also be necessary to set a gateway or netmask IP address. This can be done using the following commands: 541 {{{ 542 setenv gatewayip <ipaddress> 543 setenv netmask <ipaddress> 544 }}} 545 540 546 The more manual method without using the {{{nand_update}}} script, if your ubi image is on a tftp server as image.ubi you can use the following to update the 'rootfs' NAND FLASH partition in U-Boot (update the ip addresses as appropriate for your network environment): 541 547 {{{#!bash