I’m working with a Jetson Xavier NX Development Kit but I’ve encountered some problems.
By mistakenly upgraded the graphics driver to a version higher than the module seemed to be able to support (version 525. something), I am not able to get into ubuntu GUI as usual. The screen I connected is simply flashing without showing any character or interface.
I am not able to get into tty mode by pressing ctrl + alt + Fn, but it jumps back into the GUI start up process after showing lines that ask me to type in login information for several seconds.
I tried to short circuit it to get into recovery mode, yet it did not start up at all.
One idea is to try and see if that you can connect to the board using SSH to see if the issue is only a GUI one, if you know the IP it has in the network, or if you have it connected through the USB to the host pc you can connect to the IP 192.168.55.1
On other notes, when attempting to put your board in recovery mode, are you trying to flash it again?
Does it show in the host PC after connecting the USB by running the command:
Thanks for your response. I don’t think I have configured ssh on the board before, nor I know the IP it has. Does the host PC have to have a Linux system? I tried to use a PC with WSL as host but got nothing.