User Tools

Site Tools


projects:jetson:nano:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:jetson:nano:start [2023/06/10 16:04] – [Use Docker Containers] rolf.beckerprojects:jetson:nano:start [2023/06/17 10:09] (current) – [Use Docker Containers] rolf.becker
Line 35: Line 35:
 <code> <code>
 git clone https://github.com/dusty-nv/jetson-containers git clone https://github.com/dusty-nv/jetson-containers
 +cd jetson-containers
 </code> </code>
  
 +<code>
 +./scripts/l4t_version.sh 
 +
 +# Result:
 +# ARCH:  aarch64
 +# reading L4T version from /etc/nv_tegra_release
 +# L4T BSP Version:  L4T R32.7.3
 +</code>
 +
 +**Can't find docker image for L4T 32.7.2**
 +
 +https://github.com/dusty-nv/jetson-containers/issues/177
  
 ==== Misc ==== ==== Misc ====
  
 Harley's tutorial for [[https://teawiki.net/doku.php?id=workshops:nvidia_jetson:xavier_nx:ros_setup|setting up ROS]] on NVIDIA Jetson **Xavier NX**. It is not applicable to Jetson Nano because binaries are not provided in the repos. Harley's tutorial for [[https://teawiki.net/doku.php?id=workshops:nvidia_jetson:xavier_nx:ros_setup|setting up ROS]] on NVIDIA Jetson **Xavier NX**. It is not applicable to Jetson Nano because binaries are not provided in the repos.
 +
 +===== UPDATE: Let us build the software from scratch! =====
 +
 +Harley suggests to use https://docs.ros.org/en/eloquent/Installation/Linux-Development-Setup.html
 +
 +
  
  
projects/jetson/nano/start.1686405892.txt.gz · Last modified: 2023/06/10 16:04 by rolf.becker