On Sun, Jan 24, 2016 at 5:42 PM, William Hermans <yyrk...@gmail.com> wrote:
> Anyway, here is the short "skinny":
>
> /etc/ld.so.nohwcap
>
> /etc/ld.so.preload
> These two files are not found. Quite honestly I have no idea how important
> these files are. Probably not very important, so let's not worry about them
> just yet.
>
> Your library you were worried about in your other post successfully opened
> here, and then a few lines later the file handle 3 was closed also
> successfully.
>
> open("/lib/arm-linux-gnueabihf/libEBBLibrary.so", O_RDONLY|O_CLOEXEC) = 3
>
>
> I'm thinking the below is your real failure.
>
> open("/dev/spidev2.0", O_RDWR) = -1 ENOENT (No such file or directory)

Yeah, double check your application..

In 3.8.x spidev2.0 could be used on spi1, but with 4.1.x+ the "first"
is spidev1 (even if spi1 over spi0..)

(there's not much we can really fix that, as the spi maintainer
already doesn't want us giving access to the spidev interface in
device tree's. (which we've ignored.. ;) ) )

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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to