First time booting a nano and the boot process is taking forever, seems to hang at two places and does not complete initial setup. Nano eventually reboots and the process continues. I’m attached with usb keyboard, mouse and HDMI display as well as monitoring the serial port on a laptop. I’m using the 5v 4amp power supply. At the end of this post I’ve included two boot logs using the serial cable method. The first boot log starts from the beginning until we appear to stall for about 300 seconds:
[ 1.096115] tegradc tegradc.1: dpd enable lookup fail:-19
[ 1.262720] imx219 6-0010: imx219_board_setup: error during i2c read probe (-121)
[ 1.262748] imx219 6-0010: board setup failed
Next the Nano seems to struggle to boot and eventually cycles through 1, 2, 3, 4 and 5 of 5 start jobs for quite a while. This seems to fail and we end up with:
[ 1088.629883] INFO: task systemd-tmpfile:3794 blocked for more than 120 seconds.
[ 1088.638827] Not tainted 4.9.140-tegra #1
[ 1088.645045] “echo 0 > /proc/sys/kernel/hung_task_timeout_secs” disables this message.
[ 1088.654747] Kernel panic - not syncing: hung_task: blocked tasks
[ 1088.662530] CPU: 0 PID: 584 Comm: khungtaskd Not tainted 4.9.140-tegra #1
[ 1088.671103] Hardware name: NVIDIA Jetson Nano Developer Kit (DT)
[ 1088.678884] Call trace:
[ 1088.683087] [] dump_backtrace+0x0/0x198
[ 1088.690263] [] show_stack+0x24/0x30
[ 1088.697089] [] dump_stack+0x98/0xc0
[ 1088.703900] [] panic+0x11c/0x298
[ 1088.710443] [] watchdog+0x300/0x3b8
[ 1088.717242] [] kthread+0xec/0xf0
[ 1088.723772] [] ret_from_fork+0x10/0x40
[ 1088.730831] SMP: stopping secondary CPUs
[ 1088.736566] Kernel Offset: disabled
[ 1088.741798] Memory Limit: none
[ 1088.752949] Rebooting in 5 seconds…
And the process starts over. Attached are more complete boot logs.
nano_boot_log.txt (10.3 KB)
nano_boot_log_initial.txt (18.9 KB)
nano_boot_log_full.txt (62.2 KB)