Changes between Version 27 and Version 28 of newport/firmware
- Timestamp:
- 12/14/2020 07:45:05 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/firmware
v27 v28 161 161 }}} 162 162 163 ''' !Gateway/Netmask ''' 164 165 It may also be necessary to set a gateway or netmask IP address. This can be done using the following commands: 166 {{{ 167 setenv gatewayip <ipaddress> 168 setenv netmask <ipaddress> 169 }}} 170 163 171 ==== Updating just the kernel ==== 164 172 Updating 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: