These are scripts for creating SD-card image from scrach for Jetson Nano Mouse.
After configuring the system using this setup scripts, you can get started prototyping AI projects and ROS.
Download the image directly
This image uses about 25GB of storage, so using a 64GB microSD card is recommended.
- Download the image and flash it using balenaEtcher.
- Insert the microSD card to the Jeson Nano and run the following command to get ready for developping.
cd ~/jnmouse_utils/scripts ./configure-jetson.sh ./update-qspi.sh
- default user name:
jetson
- default user password:
jetson
- differences between each image: CHANGELOG.md
Platform | Board revision | JetPack Version | Download | MD5 Checksum | branch |
---|---|---|---|---|---|
Jetson Nano (4GB) | B01 |
4.5.1 | jnmouse_jp451_v3.zip | fe63b3db371a8c732c8311252bd268f0 |
release/jetpack-4.5.1 |
Jetson Nano (4GB) | B01 |
4.5.1 | jnmouse_jp451_v2.zip | 53cf9fea7a9748ca36a358ea8ee52c7d |
release/jetpack-4.5.1 |
Jetson Nano (4GB) | B01 |
4.5.1 | jnmouse_jp451_v1.zip | 6628fbec144e81b47490be3940276371 |
release/jetpack-4.5.1 |
NOTE: Checkout the NVIDIA's JetPack EULA and License For Customer Use of NVIDIA Software before installation.
Create the SD-card image from scrach
- Flash the official image to the microSD card following the Official Document
- Mount the microSD card to the PC and rename
usr/lib/nvidia/qspi-update/nvqspi-update.sh
tousr/lib/nvidia/qspi-update/nvqspi-update.sh.bak
. - Remove the microSD card from the PC and insert it to the Jetson Nano.
- Run the following setup scripts after the the OEM installation step.
git clone https://github.com/rt-net/jnmouse_utils cd ~/jnmouse_utils/setup-scripts ./run-script-and-save-log.sh
- Reboot the Jeson Nano and run the following command to get ready for developping.
cd ~/jnmouse_utils/scripts ./configure-jetson.sh ./update-qspi.sh