board: Xavier (NX)
flash Jetson4.4 image to TF card
It can start and login desktop
sudo apt update
sudo apt upgrade
sudo reboot
After step 3 and 4, cannot start NX( NO login GUI, no any graph… just saw the cursor blinks…
I have tried THREE times flash image and then update… cannot start NX… if didn’t update, it works well.
I have been using NX for two months and it worked well. Just encountered this problem this week.
Thanks for your help!
The same thing happened to me, exactly.
I got another card with the latest image and that works fine.
I got a card reader attached to Xavier and recovered what I needed from the previous installation (card).
I hope it helps. When I learn more, I will also be able to help more.
There is two people in my FB group with same issue, but maybe updating from apt
Hi,
Please check this link for solution.
Another workaround if you see the bash (initrd) console in UART after running OTA upgrade.
1. reboot the device 7 times,
2. the device should be able to boot up properly.
3. edit the /boot/extlinux/extlinux.conf to do following changes:
- APPEND ${cbootargs} quiet
+ APPEND ${cbootargs} root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
4. Reboot the device, and run "dpkg-reconfigure nvidia-l4t-bootloader"
5. reboot device.
1 Like
Thank you chaitanya.maniar! I got it.
Thank you WayneWWW! I got it.