xu3/4: Also update u-boot

This commit is contained in:
Steev Klimaszewski
2018-08-03 15:04:07 -05:00
parent 60e87ca5c9
commit 8f7ae2a869

View File

@@ -350,7 +350,12 @@ echo "Rsyncing rootfs into image file"
rsync -HPavz -q "${basedir}"/kali-${architecture}/ "${basedir}"/root/
# Write the signed u-boot binary to the image so that it will boot.
cd "${basedir}"/root/usr/src/kernel/tools/hardkernel/prebuilt_uboot
cd "${basedir}"
git clone https://github.com/hardkernel/u-boot.git -b odroidxu4-v2017.05
cd "${basedir}"/u-boot
make odroid-xu4_defconfig
make
cd sd_fuse
sh sd_fusing.sh ${loopdevice}
cd "${basedir}"