On Mon, Apr 4, 2016 at 9:23 AM, frank brewer <[email protected]> wrote:
> Also now I checked whether uio_pruss is loaded: > > root@beaglebone:~# lsmod > Module Size Used by > c_can_platform 6564 0 > c_can 9605 1 c_can_platform > can_dev 11455 1 c_can > spidev 6739 0 > tieqep 8510 0 > pwm_tiehrpwm 4546 0 > pwm_tiecap 3492 0 > 8021q 17344 0 > garp 5975 1 8021q > mrp 7322 1 8021q > stp 1911 1 garp > llc 5257 2 stp,garp > pru_rproc 11099 0 > usb_f_acm 7180 1 > u_serial 10646 3 usb_f_acm > usb_f_rndis 22734 1 > g_multi 5316 0 > usb_f_mass_storage 42745 2 g_multi > u_ether 12028 2 usb_f_rndis,g_multi > libcomposite 43810 4 usb_f_acm,usb_f_rndis,g_multi, > usb_f_mass_storage > pruss 14686 1 pru_rproc > omap_rng 4358 0 > rng_core 7441 1 omap_rng > snd_soc_davinci_mcasp 17352 0 > snd_soc_edma 1150 1 snd_soc_davinci_mcasp > spi_omap2_mcspi 10681 0 > uio_pdrv_genirq 3521 0 > uio 8467 1 uio_pdrv_genirq > cfg80211 399381 0 > rfkill 17701 2 cfg80211 > > Seems like it is not. I have pruss and pru_rproc but not uio_pruss. Can > that be the problem? > > I tried loading it: > > root@beaglebone:~# modprobe uio_pruss > modprobe: FATAL: Module uio_pruss not found. > > > However I could not. Any ideas? > This is documented through out this forum.. In another thread you mentioned you were running: 4.1.18-ti-rt-r56 This "v4.1.x-ti" which uses remoteproc_pruss.. If you want uio_pruss, you need to use "4.1.x-bone" or "4.4.x-bone".. cd /opt/scripts/tools/ git pull sudo ./update_kernel.sh --bone-rt-kernel --lts-4_1 Regards, -- Robert Nelson https://rcn-ee.com/ -- 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]. For more options, visit https://groups.google.com/d/optout.
