Skip to content

Commit 9d4d931

Browse files
committed
uboot: update load addresses, boot compressed kernel image
1 parent 13910b4 commit 9d4d931

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

runme.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ declare -A GIT_REL GIT_COMMIT GIT_URL
77
GIT_REL[imx-atf]=lf-6.6.36-2.1.0
88
GIT_URL[imx-atf]=https://github.com/nxp-imx/imx-atf.git
99
GIT_REL[uboot-imx]=lf-6.6.52-2.2.0-sr-imx8
10-
GIT_COMMIT[uboot-imx]=9b3315107afbd588392421da710f8a6339336475
10+
GIT_COMMIT[uboot-imx]=0da4b811f8096dc81a4de5502e51815dd0b683e0
1111
GIT_URL[uboot-imx]=https://github.com/SolidRun/u-boot.git
1212
GIT_REL[linux-imx]=lf-6.6-sr-imx8
1313
GIT_COMMIT[linux-imx]=009834fcd03cf28e9e0282197776e0e35dff751a
@@ -386,7 +386,7 @@ DEFAULT default
386386
MENU TITLE SolidRun i.MX8MN Reference BSP
387387
LABEL default
388388
MENU LABEL default
389-
LINUX ../Image
389+
LINUX ../Image.gz
390390
FDTDIR ../
391391
APPEND console=\${console} earlycon=ec_imx6q,0x30890000,115200 root=PARTUUID=$PARTUUID rw rootwait \${bootargs}
392392
EOF
@@ -432,7 +432,7 @@ do_generate_extlinux ${ROOTDIR}/images/extlinux.conf ${IMG} 2
432432

433433
mmd -i tmp/part1.fat32 ::/extlinux
434434
mcopy -i tmp/part1.fat32 $ROOTDIR/images/extlinux.conf ::/extlinux/extlinux.conf
435-
mcopy -i tmp/part1.fat32 $ROOTDIR/images/tmp/linux/boot/Image ::/Image
435+
mcopy -i tmp/part1.fat32 $ROOTDIR/images/tmp/linux/boot/Image.gz ::/Image.gz
436436
mmd -i tmp/part1.fat32 ::/freescale
437437
mcopy -s -i tmp/part1.fat32 $ROOTDIR/images/tmp/linux/boot/freescale/*.dtb* ::/freescale
438438

0 commit comments

Comments
 (0)