I’m having problems flashing the Jetson Orin Nano and I keep coming across different error messages.
In the end, the goal should be to have your own hardware running Jetson Orin NX.
However, we can’t even get the DevKit to run in the Jetson Orin Nano DevKit. We tested both Ubuntu 18.04 and Ubuntu 20.04 as the operating system, but neither works.
I made a log of the flashing process of the device and of
the boot process (serial) and attached it here. These logs are now from my Ubuntu 20.04 host computer.
I have checked all of these packages and they are all installed and all up to date.
adves@adves-linux-workstation:~$ sudo apt-get update
Hit:1 Index of /ubuntu focal-security InRelease
Hit:2 Index of /ubuntu focal InRelease
Hit:3 Index of /ubuntu focal-updates InRelease
Hit:4 Index of /ubuntu focal-backports InRelease
Reading package lists… Done
adves@adves-linux-workstation:~$ sudo apt-get install -y sshpass
Reading package lists… Done
Building dependency tree
Reading state information… Done
sshpass is already the newest version (1.06-1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
adves@adves-linux-workstation:~$ sudo apt-get install -y abootimg
Reading package lists… Done
Building dependency tree
Reading state information… Done
abootimg is already the newest version (0.6-1build1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
adves@adves-linux-workstation:~$ sudo apt-get install -y nfs-kernel-server
Reading package lists… Done
Building dependency tree
Reading state information… Done
nfs-kernel-server is already the newest version (1:1.3.4-2.5ubuntu3.5).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
adves@adves-linux-workstation:~$ sudo apt-get install -y libxml2-utils
Reading package lists… Done
Building dependency tree
Reading state information… Done
libxml2-utils is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.6).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
adves@adves-linux-workstation:~$ sudo apt-get install -y binutils
Reading package lists… Done
Building dependency tree
Reading state information… Done
binutils is already the newest version (2.34-6ubuntu1.6).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
adves@adves-linux-workstation:~$ sudo apt-get install -y qemu-user-static
Reading package lists… Done
Building dependency tree
Reading state information… Done
qemu-user-static is already the newest version (1:4.2-3ubuntu6.27).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
adves@adves-linux-workstation:~$ sudo apt-get install -y python
Reading package lists… Done
Building dependency tree
Reading state information… Done
Note, selecting ‘python-is-python2’ instead of ‘python’
python-is-python2 is already the newest version (2.7.17-4).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
The host PC is brand new. What can I do to make it work there? Using an older laptop, testing the hardware once worked, but this is not the solution for us.