Changes between Version 27 and Version 28 of newport/firmware


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

added gateway netmask instructions

Legend:

Unmodified
Added
Removed
Modified
  • newport/firmware

    v27 v28  
    161161}}}
    162162
     163''' !Gateway/Netmask '''
     164
     165It may also be necessary to set a gateway or netmask IP address.  This can be done using the following commands:
     166{{{
     167setenv gatewayip <ipaddress>
     168setenv netmask <ipaddress>
     169}}}
     170
    163171==== Updating just the kernel ====
    164172Updating the kernel requires you first have a U-Boot FIT Image {{{kernel.itb}}} which can be created from a non-compressed kernel image (arch/arm64/boot/Image) with the U-Boot {{{mkimage}}} application and a FIT Image template (.its) file: