Changes between Version 24 and Version 25 of newport/firmware


Ignore:
Timestamp:
06/19/2020 02:59:01 PM (4 years ago)
Author:
Tim Harvey
Comment:

replace use of mkits.sh script and use 'mkimage -f auto' introduced in u-boot-tools 2016.05

Legend:

Unmodified
Added
Removed
Modified
  • newport/firmware

    v24 v25  
    168168cp linux/arch/arm64/boot/Image vmlinuz
    169169gzip -f vmlinuz
    170 ./newport/mkits.sh -o kernel.its -k vmlinuz.gz -C gzip -v "My Kernel"
    171 mkimage -f kernel.its kernel.itb
     170mkimage -f auto -A arm64 -O linux -T kernel -C gzip -n "My Kernel" \
     171   -a 20080000 -e 20080000 -d vmlinuz.gz kernel.itb
    172172}}}
    173173 * more information can be found on FIT images [wiki:newport/bootloader#fit here]