JetsonNano_DT_SPI
JetsonNano_DT_SPI copied to clipboard
SPI1 enabled DTS and flash-tools for Jetson Nano
JetPack 4.3 has released, and the version for L4T has updated. https://devtalk.nvidia.com/default/topic/1068583/jetson-nano/jetpack-4-3-l4t-r32-3-1-released https://docs.nvidia.com/jetson/jetpack/release-notes/index.html#jetpack-version
L4T [R32.2.0](https://developer.nvidia.com/embedded/linux-tegra) has published on July 19th, 2019. https://devtalk.nvidia.com/default/topic/1057580/jetson-nano/jetpack-4-2-1-l4t-r32-2-release-for-jetson-nano-jetson-tx1-tx2-and-jetson-agx-xavier/2 According to #4(thanks to @ADV-LUT), the current script does not correspond to R32.2.0.
The L4T Driver Package has updated. This PR fixes #6.
According to [jtktchinou](https://devtalk.nvidia.com/member/3136599/)'s [post](https://devtalk.nvidia.com/default/topic/1050427/jetson-nano/enabling-spidev-on-the-jetson-nano-is-hanging-when-flashing/post/5400834/#5400834), the L4T Driver Package has been updated. This line needs to be updated. https://github.com/rt-net/JetsonNano_DT_SPI/blob/0a8a995072d2b9116daa3bc8ba8f936d23d29092/MD5SUM#L1 L4T Driver Package is published at `https://developer.nvidia.com/embedded/dlc/Jetson-210_Linux_R32.2.1` which redirects to `https://developer.download.nvidia.com/embedded/L4T/r32-2-1_Release_v1.0/Nano-TX1/Jetson-210_Linux_R32.2.1_aarch64.tbz2`. The...