Replies: 2 comments 9 replies
-
Have you already looked at discussions #1223 and #1604, and the wiki page on using overlays? Are you including the necessary driver(s) in your build? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes and tried to learn from them. the output of
the same command with spi2 returns nothing but the device icm20689 is still not appearing in /sys/bus/iio/devices where our application is looking for it furthermore
lets me know that the relevant module is loaded. I have also created a defconfig stub :
All of the above and still no /sys/bus/iio/devices/iio:device1 to communicate with |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
am working on a xavier nx on our custom board and must load a dtbo file describing the 40 pins header in order to connect to a SPI IIO sensor (icm 20689)
before the efi boot (dunfell) it was about copying the dtbo file to /boot ... that is apparently no longer the case.
Is there a resource somewhere (that I have not been able to find) that would describe how to achieve this ??
so far I have tried unsuccessfully to add the following to local.conf
and the following lines to my machine definition:
none of these result in my /sys/bus ... populating the relevant spi directories with the aforementioned device.
Any help appreciated
Thanks
Beta Was this translation helpful? Give feedback.
All reactions