Am Mittwoch, 27. März 2019 16:56:48 UTC+1 schrieb CM: > > When I run as root I get a bus error, otherwise the error message is: > > constructor failed (cannot open /dev/uio5) >
This is a LINUX issue. The kernel driver uio_pruss doesn't load properly. Perhaps it gets listed by lsmod, but it didn't create the interrupt devices /dev/uio[0-7]. (From user space there is no file /dev/uio5, so opening fails. As root it creates such a device, but without any function. -> Don't use root privileges for development!) Follow Roberts instruction in this post <https://groups.google.com/d/msg/beagleboard/CN5qKSmPIbc/58Yl0s6XAQAJ>, in order to provide the necessary debugging informations. 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/47b0b7a4-0b8b-445c-8837-dca5120f5503%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
