Closed slot867 closed 4 years ago
Hi @slot867, Thanks for your comment. Which version of L4T are running on the Jetson Nano? If the version of L4T is 32.2.1, editing u-boot is required. Edits of u-boot: https://github.com/Tiryoh/tegra_u-boot/commit/3f332bfa26f3c5efef940a760ba9bad46950060a
thanks for your effort, @Tiryoh could you share the prerequisites and configuration used to build the tegra u-boot, please? I'm obviously interested in the commands used to configure and build it. thanks very much
could you share the prerequisites and configuration used to build the tegra u-boot, please?
The official document is published here: https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%2520Linux%2520Driver%2520Package%2520Development%2520Guide%2Fuboot_guide.html%23. Also, the short note for customizing u-boot for Jetson Nano which I followed is published here: https://github.com/Tiryoh/tegra_u-boot/wiki/How-to-customize-u-boot-for-Jetson-Nano.
Hi rt-net,
Thank you for the script to enable spi1 (Pin 19, 21, 23, 24) on Jetson Nano.
However there is 2nd spi (pins of 37 22 13 18), I tried to modify the dts file but not working. It did show /dev/spidev1.0, but loopback test returns all 00's
Please advise, Thanks in advance