Skip to content

Commit

Permalink
setup: uEnv.txt, need dtb=
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <[email protected]>
  • Loading branch information
RobertCNelson committed Aug 12, 2015
1 parent 07a84b4 commit 6dd2331
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/setup_sdcard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 6dd2331

Please sign in to comment.