Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b425d820 authored by Robert Nelson's avatar Robert Nelson
Browse files

scdard: more u-boot options


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent c958f226
No related merge requests found
...@@ -1176,8 +1176,18 @@ populate_rootfs () { ...@@ -1176,8 +1176,18 @@ populate_rootfs () {
else else
echo "#enable_uboot_overlays=1" >> ${wfile} echo "#enable_uboot_overlays=1" >> ${wfile}
fi fi
echo "###Overide capes with eeprom" >> ${wfile}
echo "#uboot_overlay_addr0=/lib/firmware/<file0>.dtbo" >> ${wfile}
echo "#uboot_overlay_addr1=/lib/firmware/<file1>.dtbo" >> ${wfile}
echo "#uboot_overlay_addr2=/lib/firmware/<file2>.dtbo" >> ${wfile}
echo "#uboot_overlay_addr3=/lib/firmware/<file3>.dtbo" >> ${wfile}
echo "###Custom Cape" >> ${wfile}
echo "#dtb_overlay=/lib/firmware/BB-UART2-00A0.dtbo" >> ${wfile} echo "#dtb_overlay=/lib/firmware/BB-UART2-00A0.dtbo" >> ${wfile}
echo "##U-Boot fdt tweaks..." >> ${wfile} echo "###Disable auto loading of virtual capes (emmc/video/wireless)" >> ${wfile}
echo "#disable_uboot_overlay_emmc=1" >> ${wfile}
echo "#disable_uboot_overlay_video=1" >> ${wfile}
echo "#disable_uboot_overlay_wireless=1" >> ${wfile}
echo "###U-Boot fdt tweaks..." >> ${wfile}
echo "#uboot_fdt_buffer=0x60000" >> ${wfile} echo "#uboot_fdt_buffer=0x60000" >> ${wfile}
echo "###EXPERIMENTAL###" >> ${wfile} echo "###EXPERIMENTAL###" >> ${wfile}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment