Changes between Version 25 and Version 26 of newport/firmware


Ignore:
Timestamp:
06/19/2020 03:03:22 PM (4 years ago)
Author:
Tim Harvey
Comment:

fix typo

Legend:

Unmodified
Added
Removed
Modified
  • newport/firmware

    v25 v26  
    165165Updating 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:
    166166{{{#!bash
    167 # use the mkits.sh script from the Newport BSP to create an its file that points to your compressed kernel
     167# create FIT image with compressed kernel
    168168cp linux/arch/arm64/boot/Image vmlinuz
    169169gzip -f vmlinuz