install jetsontk1 boot script as boot.scr

This commit is contained in:
jmcneill 2015-08-02 11:11:32 +00:00
parent 799ebb3ae1
commit f9279be4bd
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: armv7.conf,v 1.6 2015/07/15 11:29:16 martin Exp $
# $NetBSD: armv7.conf,v 1.7 2015/08/02 11:11:32 jmcneill Exp $
# ARMv7 customization script used by mkimage
#
board=armv7
@ -97,7 +97,7 @@ setenv bootargs root=ld1a
fatload mmc 1:1 0x90000000 ${jetsontk1_kernelimg}
bootm 0x90000000
EOF
"${MKUBOOTIMAGE}" -A arm -C none -O netbsd -T script -a 0 -n "NetBSD/tegra boot" "${mnt}/boot/boot-JETSONTK1.txt" "${mnt}/boot/boot-JETSONTK1.scr"
"${MKUBOOTIMAGE}" -A arm -C none -O netbsd -T script -a 0 -n "NetBSD/tegra boot" "${mnt}/boot/boot-JETSONTK1.txt" "${mnt}/boot/boot.scr"
}
populate() {