Check the md5 checksum to make sure image file is correct
$ md5sum [file]
$ md5sum mfi_jetson-orin-nano-neon2000-ono_4-35.4.1-rel.1v1.0.tbz2
Windows 10
$ certutil -hashfile [file] MD5
$ certutil -hashfile mfi_jetson-orin-nano-neon2000-ono_4-35.4.1-rel.1v1.0.tbz2 MD5
This step involves connecting the NEON camera to the Host machine and flashing the image.
To perform this step the following equipment is required:
There is also a video and PDF showing the process
On the Host PC unzip the file downloaded in Step 1
sudo tar -I lbzip2 -xf mfi_jetson-orin-nano-neon2000-ono_4-35.4.1-rel.1v1.0.tbz2
Put the NEON into recovery mode You can refer to pin definition below, and try to enter recover mode.
Connect the microUSB cable to the NEON and the Host PC
Open a terminal and execute the lsusb
command, to see if the NEON is connected. If a device called Nvidia Corp.
is detected, the device has successfully entered recovery mode.
Go to folder unzipped in step 1
cd mfi_jetson-orin-nano-neon2000-ono_4-35.4.1-rel.1v1.0
Flash the Neon-2000-ONO
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --flash-only --massflash 15 --network usb0
Once the flash script is complete and shows Flash complete (SUCCESS)
reboot the NEON
Below is a video of the process to flash a NEON