Mount point does not exist when booting

Hello,

I have a Jetson nano board, that I am trying to boot up as per instructions on Get Started With Jetson Nano Developer Kit | NVIDIA Developer.

however when I power on my device with the flashed SD card I enter into a booting ‘loop’ where the device just keeps on booting.

The intermediate error that is displayed is as follows below:

Node override does not have targer node
tegradc tegradc.1: dpd_enable lookup fail:-19
imx219 7-0010: imx219_board_setup: error during i2c read probe (-121)
imx219 8-0010: imx219_board_setup: error during i2c read probe (-121)
imx219 8-0010: board setup failed
/mnt/proc: mount point does not exist.
/mnt/sys: mount point does not exist.
/mnt/tmp: mount point does not exist.
cannot create regular file ‘/etc/resolu.conf’: No such file or directory
failed to run command ‘/sbin/init’: No such file or directory
Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00
CPU: 0 PID: 1 Comm: chroot Not tainted 4.9.253-tegra #1
Hardware name: NVIDIA Jetson Nano Developer Kit (DT)
Call trace:
[] dump_backtrace+0x0/0x198
[] show_stack+0x24/0x30
[] dump_stack+0xa0/0xc4
[] panic+0x12c/0x2a8
[] complete_and_exit+0x0/0x20
[] do_group_exit+0x40/0xb0
[] __wake_up_parent+0x0/0x30
[] el0_svc_naked+0x0/0x38
SMP: stopping secondary CPUs
Kernel Offset: disabled
Memory Limit: none
Rebooting in 5 seconds…

I did have the Jetson nano operating a booted up before, please advise me on what the problem is here and how I may fix it.

Thank you.

Flash your Jeton with sdkmanager directly.

I have an ubuntu host version 20.04, which has no compatible versions with the jetson nano.

But I also have a windows device is it possible to have sdkmanager on this and use it to flash the jetson nano?

Windows is not able to run those flash tools.

Is there anything else I can do, either on the ubuntu 20.04 host or on the nano itself?

You can try to manually download the package here.

With the guidance from document.
https://docs.nvidia.com/jetson/archives/l4t-archived/l4t-3275/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/quick_start.html#

Sorry I am new to this, is it okay if you explain further on what I should do?

Download the package from the above r32.7.5 website and read this section from the document above.

What you are doing now is just manually download the package which sdkmanager would do for you.

Since sdkmanager does not support your ubuntu version, you need to manually download package and try.

But as we didn’t test ubuntu20.04 to flash jetson nano, it has chance to fail too.

Thank you, it worked. and I can confirm that it does work on an ubuntu 20.04 host!

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