Hi Hans! Am Montag, 25. Februar 2019 16:42:07 UTC+1 schrieb Hans Leeuw: > > I had exactly the same problem. I commented out the line according to your > example. I don't know I was supposed to uncomment the bottom line. I tried > both uncommented and commented... Anyway after reboot I am stuck with the > same problem. lsmod gives the same output while the /boot/uEnv.txt file is > modified and the debug information (running 1.c) is the same as well. >
I need to know if you're booting from eMMC or uSD and which kernel you use (uname -r). This is the output of the c compiler: > > /tmp/ccNSrhGX.o: In function `main': > 1.c:(.text+0x14): undefined reference to `pruio_new' > 1.c:(.text+0x28): undefined reference to `pruio_config' > 1.c:(.text+0x8a): undefined reference to `pruio_destroy' > collect2: error: ld returned 1 exit status > <builtin>: recipe for target '1' failed > make: *** [1] Error 1 > That's a diferent issue. It's not related to the boot process loading drivers. Instead it's a linker problem. Assuming you installed the libpruio-dev package, then executing once the command sudo ldconfig should solve the problem. 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/399375a7-a3ae-416a-98d6-e6309ac4db7c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
