TX2 boot loop

Hello. I’m getting started with the TX2.

I finished flashing via SDK Manager, and it instructed me to complete the Ubuntu system configuration wizard. I connected a keyboard, mouse and a TV (I don’t have a dedicated monitor) to the TX2, but it won’t boot Ubuntu. It just shows the Nvidia logo, and then the screen powers off, Nvidia logo again, and it repeats.

Is there any solution available?

Hi,

If there is a loop to boot system, it means something gets crashed in kernel during boot.

We need the serial console log to tell what’s wrong.

https://elinux.org/Jetson/General_debug

In addition to what @WayneWWW posted, you might try flashing on command line, and saving the log. From your first flash you will have directory “~/nvidia/nvidia_sdk/JetPack...version.../Linux_for_Tegra/”. From “Linux_for_Tegra/”, with the Jetson connected in recovery mode:
sudo ./flash.sh jetson-tx2 mmcblk0p1 2>&1 | tee log_flash.txt
(then you could attach “log_flash.txt”)