mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 00:58:36 -04:00
Copy the rpi.dtb file to the FAT partition, preventing the
'Unrecognized partition table' error, causing boot failure. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
869ef34722
commit
70437a3a2f
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ arm_install_uboot() {
|
|||
done
|
||||
cp -p ${CHROOTDIR}/${UFSMOUNT}/boot/ubldr \
|
||||
${CHROOTDIR}/${FATMOUNT}/ubldr
|
||||
cp -p ${CHROOTDIR}/${UFSMOUNT}/boot/dtb/rpi.dtb \
|
||||
${CHROOTDIR}/${FATMOUNT}/rpi.dtb
|
||||
echo 'loadbootscript=fatload mmc 0 0x2000000 ubldr' > \
|
||||
${CHROOTDIR}/${FATMOUNT}/uenv.txt
|
||||
echo 'bootscript=fdt addr 0x100;bootelf 0x2000000' >> \
|
||||
|
|
|
|||
Loading…
Reference in a new issue