Unable to perform initial setup after flashing

After flashing the board using the steps from the link below, I have not been able to perform initial setup. I have tried connecting a display directly to the board but nothing ever changes when I turn the board on. It is just stuck on a black screen. After turning the board off, the display says that it lost signal.

When I try to connect in a headless configuration, I can see the board connected to my linux computer. I enter the command

sudo screen /dev/ttyACM0 115200

but again nothing happens. I just see a blank console until I exit. Is there another method to connect to the device to perform setup?

Steps I followed to reflash:
https://docs.nvidia.com/jetson/archives/r34.1/DeveloperGuide/text/IN/QuickStart.html#in-quickstart

Here are the steps I am trying to follow to perform setup:

1 Like

Hi,

we also hit this issue on our side occasionally.
Please try setting up user accounts before flashing with this command:
(inside Linux_for_Tegra)

sudo ./tools/l4t_create_default_user.sh -u <username> -p <password>

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