Forum | Documentation | Website | Blog

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

sdcard: add pru uio option


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent a13e6814
Branches
Tags
No related merge requests found
...@@ -1189,11 +1189,16 @@ populate_rootfs () { ...@@ -1189,11 +1189,16 @@ populate_rootfs () {
echo "#disable_uboot_overlay_adc=1" >> ${wfile} echo "#disable_uboot_overlay_adc=1" >> ${wfile}
echo "###" >> ${wfile} echo "###" >> ${wfile}
echo "###PRUSS OPTIONS" >> ${wfile} echo "###PRUSS OPTIONS" >> ${wfile}
echo "###pru_rproc (4.4.x-ti kernel)" >> ${wfile}
if [ "x${uboot_pru_rproc_44ti}" = "xenable" ] ; then if [ "x${uboot_pru_rproc_44ti}" = "xenable" ] ; then
echo "###pru_rproc (4.4.x-ti kernel)" >> ${wfile}
echo "uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo" >> ${wfile} echo "uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo" >> ${wfile}
echo "###pru_uio (mainline kernel)" >> ${wfile}
echo "#uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo" >> ${wfile}
else else
echo "###pru_rproc (4.4.x-ti kernel)" >> ${wfile}
echo "#uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo" >> ${wfile} echo "#uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo" >> ${wfile}
echo "###pru_uio (mainline kernel)" >> ${wfile}
echo "#uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo" >> ${wfile}
fi fi
echo "###" >> ${wfile} echo "###" >> ${wfile}
echo "###Cape Universal Enable" >> ${wfile} echo "###Cape Universal Enable" >> ${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