Changes between Version 33 and Version 34 of linux/ubi


Ignore:
Timestamp:
12/14/2020 07:48:25 PM (3 years ago)
Author:
Cale Collins
Comment:

added netmask/gatewayip instructions

Legend:

Unmodified
Added
Removed
Modified
  • linux/ubi

    v33 v34  
    538538}}}
    539539
     540It may also be necessary to set a gateway or netmask IP address.  This can be done using the following commands:
     541{{{
     542setenv gatewayip <ipaddress>
     543setenv netmask <ipaddress>
     544}}}
     545
    540546The 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):
    541547{{{#!bash