debian@beaglebone:/var/lib/cloud9$ lsmod | grep uio uio_pdrv_genirq 16384 0 libpruio 16384 0 uio_pruss 16384 0 uio 20480 2 uio_pruss,uio_pdrv_genirq debian@beaglebone:/var/lib/cloud9$ ls -l /dev/uio* crw-rw---- 1 root users 243, 0 Feb 25 19:11 /dev/uio0 crw-rw---- 1 root users 243, 1 Feb 25 19:11 /dev/uio1 crw-rw---- 1 root users 243, 2 Feb 25 19:11 /dev/uio2 crw-rw---- 1 root users 243, 3 Feb 25 19:11 /dev/uio3 crw-rw---- 1 root users 243, 4 Feb 25 19:11 /dev/uio4 crw-rw---- 1 root users 243, 5 Feb 25 19:11 /dev/uio5 crw-rw---- 1 root users 243, 6 Feb 25 19:11 /dev/uio6 crw-rw---- 1 root users 243, 7 Feb 25 19:11 /dev/uio7 debian@beaglebone:/var/lib/cloud9$ ls -l /sys/devices/ total 0 drwxr-xr-x 5 root root 0 Jan 1 2000 armv7_cortex_a8 drwxr-xr-x 3 root root 0 Jan 1 2000 breakpoint drwxr-xr-x 20 root root 0 Jan 1 2000 platform drwxr-xr-x 3 root root 0 Jan 1 2000 soc0 drwxr-xr-x 3 root root 0 Jan 1 2000 software drwxr-xr-x 6 root root 0 Jan 1 2000 system drwxr-xr-x 3 root root 0 Jan 1 2000 tracepoint drwxr-xr-x 14 root root 0 Jan 1 2000 virtual debian@beaglebone:/var/lib/cloud9$ ls -l /sys/devices/platform/libpruio total 0 -rw-r--r-- 1 root root 4096 Feb 26 19:56 driver_override -r--r--r-- 1 root root 4096 Feb 26 19:56 modalias drwxr-xr-x 2 root root 0 Feb 26 19:56 power -rw-rw-r-- 1 root pruio 4096 Feb 25 19:11 state lrwxrwxrwx 1 root root 0 Feb 26 19:56 subsystem -> ../../../bus/platform -rw-r--r-- 1 root root 4096 Feb 25 19:11 uevent debian@beaglebone:/var/lib/cloud9$
And compiling from command line seems to work!!! So I have to link something in Cloud9? Hmmm, at least it is not your package!!! Thanks a lot. Op dinsdag 26 februari 2019 06:56:30 UTC+1 schreef TJF: > > Upps! > > Am Dienstag, 26. Februar 2019 06:41:36 UTC+1 schrieb TJF: >> >> Please post the output from >> >> lsmod | grep uio >> ls -l /dev/uio* >> ls -l /sys/devices/ >> >> Should be > > lsmod | grep uio > ls -l /dev/uio* > ls -l /sys/devices/platform/libpruio > > > -- 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/7d9d131a-eb68-4c6a-b34b-fb8c5473244f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
