Changes between Version 25 and Version 26 of newport/firmware
- Timestamp:
- 06/19/2020 03:03:22 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
newport/firmware
v25 v26 165 165 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: 166 166 {{{#!bash 167 # use the mkits.sh script from the Newport BSP to create an its file that points to yourcompressed kernel167 # create FIT image with compressed kernel 168 168 cp linux/arch/arm64/boot/Image vmlinuz 169 169 gzip -f vmlinuz