Image from Jetson Nano halts on boot

Hi there,

I am trying to restore the factory OS from a Jetson Nano that I use for development. I downloaded the OS image from https://developer.nvidia.com/jetson-nano-sd-card-image

I burned the image using Balena Etcher on a 64GB SDdcard. Placed the card on Jetson Nano e turned it on. There was an error during the boot while opening the GUI system (“The installer encontered an unrecoverable error. A desktop sessions will now be run so that you may investigate the problem or try installing again”). After that, every boot attempt halts with a “board setup failed”.

I also burned again he same SDcard with the previous old image, and it boot fine. So it seems a problem with the factory image I downloaded from Nvidia.

I didn’t found in Forum anything that matches with this (jumpers, energy issues, etc) since the old image a had performed boot without any problem.

Does anyone has a tip about this?

Thanks in advance,

Flávio Mello

Alternativelly, I tryed to install the brand new SO using SDK Manager, with no success. I happens that the SDK is not able to perform an apt update, even though the correct admin password is given. In fact, running such command by my own in terminal, it say that an configuration file was not found so that to “support architecture ‘i386’”.

(base) fmello@turing:~$ sudo apt-get update && sudo -S apt-get check
Hit:1 http://br.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://br.archive.ubuntu.com/ubuntu bionic-updates
InRelease
Hit:3 http://dl.google.com/linux/chrome/deb stable
InRelease
Hit:4 http://br.archive.ubuntu.com/ubuntu bionic-backports
InRelease
Hit:5 https://linux.teamviewer.com/deb stable
InRelease
Hit:6 Index of http://download.virtualbox.org/virtualbox/debian bionic
InRelease
Hit:7 Index of /cinelerra-ppa/ppa/ubuntu bionic
InRelease
Hit:8 https://download.sublimetext.com apt/stable/
InRelease
Ign:9 Index of /fta/gnome3/ubuntu bionic
InRelease
Get:10 Index of /ubuntu bionic-security InRelease
[88,7 kB]
Hit:11 Index of /unit193/encryption/ubuntu bionic
InRelease
Err:12 Index of /fta/gnome3/ubuntu bionic Release
404 Not Found [IP: 185.125.190.52 80]
Reading package lists… Done
N: Skipping acquire of configured file ‘contrib/binary-i386/Packages’
as repository ‘Index of http://download.virtualbox.org/virtualbox/debian bionic
InRelease’ doesn’t support architecture ‘i386’
E: The repository ‘Index of /fta/gnome3/ubuntu bionic
Release’ does not have a Release file.
N: Updating from such a repository can’t be done securely, and is
therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user
configuration details.

Any tips?

Hello,

I am moving this topic to the correct category.

Hi flavio.mello,

Are you using the devkit or custom baord?
There’s a thread about IMX219 issue, please refer it to check if it could help.

Try this

sudo add-apt-repository -r ppa:gnome3-team/gnome3
sudo apt update

This is the device version: # R32 (release), REVISION: 6.1, GCID: 27863751, BOARD: t210ref, EABI: aarch64, DATE: Mon Jul 26 19:20:30 UTC 2021

According to that post, the solution was installing L4T with SDK Manager. Even though I added the ppa:gnome3-team/gnome3, SDK Manager still fails because a configurantion file:

Reading package lists… Done
N: Skipping acquire of configured file ‘contrib/binary-i386/Packages’ as repository ‘Index of http://download.virtualbox.org/virtualbox/debian bionic InRelease’ doesn’t support architecture ‘i386’
E: The repository ‘Index of /fta/gnome3/ubuntu bionic Release’ does not have a Release file.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Hi,

Actually this is very common. I am not sure if you really want to debug this or just want a solution.

A quick description for your issue is “desktop GUI fails to launch”. It means the device may already boot up, but as the desktop GUI fails to show up, you feel like the device is not able to boot.

A quick solution is just reflash your whole board with sdkmanager. BTW, that requires another x86 host PC if you don’t know. And VM is not supported.

If you want us to help debug this issue, you need to check if you really boot into kernel first. Using uart serial console would help.

It seems to me that trying to burn an image from https://developer.nvidia.com/jetson-nano-sd-card-image indo SDcard using a fashing utility like Balena doesn’t work at all.

You need to do it using SDK Manager.

  1. Install SDK Manager into your PC
  2. Power on the Jetson Nano
  3. Connect the microUSB from Jetson into the USB from PC
  4. Start SDK Manager, and choose the installations you want
  5. SDK will try to test apt repos, if success, OK for you. I didn’t had that luck. It complain abou some repositories not having an configuration file. What I did was eliminate the problematic repo by removing the corresponding files at my PC (sudo rm /etc/apt/sources.list.d/fta* and sudo rm /etc/apt/sources.list.d/virtualbox.list*)
  6. Finally, SDK Manager manage to proceed
  7. Then “next,next, …, next, finish”
  8. Jetson Nano reboot and you finish the setup by using a keyboard and monitor connected to nano.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.