I am working on Nvidia jetson Orin device. The story goes as follows: I changed the default python file. Then I observed that terminal is no longer loading. I couldn’t even change the location or add new keyboard layout. I installed few python libraries and I did restart the devide. That’s it and the devide is no longer allowing me to login. It is stuck at login page. Neither cursor movement nor keyboard type. Can anyone help me with this ?
Hello,
Thanks for visiting the NVIDIA Developer forums! Your topic will be best served in the Jetson category.
I will move this post over for visibility.
Cheers,
Tom
Hi,
Could you use ssh
or minicom
to login the system?
- minicom
- connect your flashing cable (Type-C to Type-A)
- use
sudo dmesg -w
to determine new/dev/tty*
device when plug your flashing cable - run below command to access the device
sudo minicom -D /dev/tty${DEVICE} -8 -b 115200
Thanks
I flashed new image and it is working now.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.