Hello,
I am currently trying to flash the sdk manager to a Jetson Orin Nano 8GB. We’ve tried connecting the USB-C cable, using a jumper cable to get the Orin Nano into force recovery mode, and then plugging in the power supply. However, when we try to flash we are getting the following error:
illiame@william-VM:~$ lsusb
Bus 002 Device 002: ID 0955:7523 NVIDIA Corp. APX
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
williame@william-VM:~$ cd boot
bash: cd: boot: No such file or directory
williame@william-VM:~$ cd bootFromExternalStorage/
williame@william-VM:~/bootFromExternalStorage$ ./flash_jetson_external_storage.sh
[sudo] password for williame:
/home/williame/bootFromExternalStorage/R35.4.1/Linux_for_Tegra
Checking Jetson …
jetson-orin-nano-devkit
Flashing to nvme0n1p1
nvme0n1p1
user entered nvme0n1p1
*** Checking ONLINE mode … OK.
*** Checking target board connection … 1 connections found.
*** Reading ECID … *** Error: ECID read failed.
Put the target board in RCM mode and retry.
*** ERROR: Parsing boardid failed
We are trying to get Ubuntu up and running on the Orin Nano. The host machine we are using is running Ubuntu 22.04, should we be using an older Ubuntu version?