Forum | Documentation | Website | Blog

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

setup: uEnv.txt, need dtb=


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 07a84b46
Branches
Tags 6.1.26-ti-arm64-r2
No related merge requests found
......@@ -1020,15 +1020,15 @@ populate_rootfs () {
echo "" >> ${wfile}
echo "##BeagleBone Black: HDMI (Audio/Video) disabled:" >> ${wfile}
echo "#am335x-boneblack-emmc-overlay.dtb" >> ${wfile}
echo "#dtb=am335x-boneblack-emmc-overlay.dtb" >> ${wfile}
echo "" >> ${wfile}
echo "##BeagleBone Black: eMMC disabled:" >> ${wfile}
echo "#am335x-boneblack-hdmi-overlay.dtb" >> ${wfile}
echo "#dtb=am335x-boneblack-hdmi-overlay.dtb" >> ${wfile}
echo "" >> ${wfile}
echo "##BeagleBone Black: HDMI Audio/eMMC disabled:" >> ${wfile}
echo "#am335x-boneblack-nhdmi-overlay.dtb" >> ${wfile}
echo "#dtb=am335x-boneblack-nhdmi-overlay.dtb" >> ${wfile}
echo "" >> ${wfile}
echo "##BeagleBone Black: HDMI (Audio/Video)/eMMC disabled:" >> ${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