Forum | Documentation | Website | Blog

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

sdcard: add docs for experimental u-boot overlays


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent b1a8862f
No related merge requests found
......@@ -1138,10 +1138,15 @@ populate_rootfs () {
echo "#dtb=am335x-bonegreen-overlay.dtb" >> ${wfile}
echo "" >> ${wfile}
echo "###EXPERIMENTAL###" >> ${wfile}
echo "#enable_uboot_overlays=1" >> ${wfile}
echo "#dtb_overlay=/lib/firmware/BB-UART2-00A0.dtbo" >> ${wfile}
echo "###EXPERIMENTAL###" >> ${wfile}
fi
fi
cmdline="coherent_pool=1M quiet net.ifnames=0"
cmdline="coherent_pool=1M net.ifnames=0 quiet"
if [ "x${enable_systemd}" = "xenabled" ] ; then
cmdline="${cmdline} init=/lib/systemd/systemd"
fi
......
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