Do not rename u-boot.img file when copying to the FAT partition.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
ac1401b2c3
commit
c2b4ad660a
@ -19,7 +19,7 @@ arm_install_uboot() {
|
||||
FDT_DIR="${CHROOTDIR}/${WORLDIR}/sys/boot/fdt/dts/arm"
|
||||
chroot ${CHROOTDIR} mount_msdosfs /dev/${mddev}s1 ${DESTDIR}
|
||||
cp -p ${UBOOT_DIR}/MLO ${CHROOTDIR}/${DESTDIR}/MLO
|
||||
cp -p ${UBOOT_DIR}/u-boot.img ${CHROOTDIR}/${DESTDIR}/bb-uboot.img
|
||||
cp -p ${UBOOT_DIR}/u-boot.img ${CHROOTDIR}/${DESTDIR}/u-boot.img
|
||||
cp -p ${FDT_DIR}/beaglebone.dts ${CHROOTDIR}/${DESTDIR}/bbone.dts
|
||||
cp -p ${FDT_DIR}/beaglebone.dts ${CHROOTDIR}/${DESTDIR}/bbone.dtb
|
||||
cp -p ${FDT_DIR}/beaglebone-black.dts ${CHROOTDIR}/${DESTDIR}/bboneblk.dts
|
||||
|
Loading…
x
Reference in New Issue
Block a user