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.