Am Freitag, 9. November 2018 14:25:18 UTC+1 schrieb [email protected]:
>
>
>
> On Friday, 9 November 2018 18:35:46 UTC+8, TJF wrote:
>>
>>
>> Post the output from lsmod
>>
>>
>  
>
>> libpruio               16384  0
>> debian@beaglebone:/var/lib/cloud9$ lsmod
>> Module                  Size  Used by
>> ...
>> pru_rproc              28672  0
>> uio_pruss              16384  0
>> uio                    20480  2 uio_pruss,uio_pdrv_genirq
>> ...
>> pruss                  16384  1 pru_rproc
>> pruss_intc             16384  1 pru_rproc
>> ...
>>
>
You're loading uio_pruss and rproc drivers at the same time. Edit your 
/boot/uEnv.txt file and comment out the rproc trigger

###PRUSS OPTIONS
###pru_rproc (4.4.x-ti kernel)
#uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo
###pru_rproc (4.14.x-ti kernel)
#uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-14-TI-00A0.dtbo
###pru_uio (4.4.x-ti, 4.14.x-ti & mainline/bone kernel)
uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo

I also recomment to rename the trigger file to pinmux device tree blob, in 
order get faster boot and save some memory (you won't need confog-pin any 
more)

cd /boot/dtbs/`uname -r` && mv am335x-boneblack-uboot-univ.dtb am335x-
boneblack-uboot-univ.dtb.org

Regards

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/42c92df6-bb1f-4564-92e8-c53e7d8ece50%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to