(1) Jetson Nano development: Download and install JetPack (many details)

Write first

1. This article aims to install JetPack 4.2 version , relying on developer.nvidia.com official website to create a lot of details.
2. If it is to adapt to Tensorflow, people who come here suggest not to download and install the higher version of JetPack on the official website. The higher the version, the better , but compatibility should be considered!
3. Please indicate the original author for reprinting, thank you.

Ready to work

1. Card reader;
2. microSD card;
3. Computer with internet connection (Windows system).

Steps to write mirror image to microSD card

(1) Download the mirror

JetPack4.2 version download link: JetPack4.2 version mirror . (Click the blue link directly to enter, click "Download SD Card Image" to download).
Note:
1. The download time is longer (more than 30min);
2. Pay attention to the saved path.

(2) Insert the card reader

1. (Choose Windows system) Insert the microSD card into the card reader, and insert the card reader into the computer USB port;
2. Many disks will pop up, don’t be afraid, just select one of them and format it.

(3) Format the microSD card

Use SD Memory Card Formatter to format the microSD card.
1. Download SD Memory Card Formatter (based on Windows) (click the blue link directly to download and install), and start;
2. The interface in the figure appears.
Select the card drive, here is the E: \ disk;
select "Quick format" (quick format);
the "Volume label" (label) blank;
click "Format" (Format) to start formatting;
warning Click "Yes" in the dialog box;
done!

Insert picture description here

(4) Mirror write

Use Etcher to write the JetPack4.2 version image downloaded in step (1) into the microSD card.
1. Download Etcher , the following interface will appear after the installation starts.

Insert picture description here

2. Click "Select image", and then select the compressed image file of JetPack4.2 version downloaded in step (1) ;
3. Click "Select drive" and select the correct device;
4. Click "Flash!"; at
this point, the microSD card is ready, complete!

Load the microSD card and start

1. Insert the microSD card (the one that has just been written into the system image) into the corresponding module of Jetson Nano, as shown below;
Insert picture description here

2. Connect the USB keyboard, mouse, monitor, network cable or USB-type network card (you will need to use this network to download software on Ubuntu later), power supply (connect the power supply after connecting the front device!) to the corresponding Jetson Nano module;
Note:
"How to connect hardware accessories and Jetson Nano corresponding modules"-the difficulty is not here, this step is too simple, just refer to the drawings on the Jetson Nano manual for hardware connection, and I won't explain it in detail here.
3. After the power is turned on, the LED lights will light up, wait for the screen of the display to light up, and initialize the configuration, including: selecting the system language, keyboard layout and time zone, creating a user name, password and computer name, etc. (There is no lightning point in this step, normal selection Just fine);
4. After logging in, the following interface appears, congratulations! The "Download and Installation of JetPack4.2" was successfully concluded!

Insert picture description here

Guess you like

Origin blog.csdn.net/Echoshit8/article/details/110948683