Hello, I recently ran sudo apt-get upgrade
on my Jetson Nano and encountered the following boot errors. Can anyone help me understand and resolve them?
[ 1.174770] teradc_teradcx:1: dpd enable lookup fail:-19
[ 1.325903] imx219 6-0010: imx219_board_setup: error during i2c read probe (-121)
[ 1.325711] imx219 6-0010: board setup failed
p: not writing through dangling symlink 'etc/resolv.conf'
[ 1.976080] group: cgroup2: unknown option "nsdelegate"
[ 3.424190] random: crng init done
[ 3.427611] random: 7 urandom warning(s) missed due to ratelimiting
[ 3.528451] using random self ethernet address
[ 3.530601] using random host ethernet address
[ 4.512021] using random self ethernet address
[ 4.522380] using random host ethernet address
I was able to run initial setup then I updated using
sudo apt-get update -y
sudo apt-get upgrade -y
After that I reboot the Jetson Nano, and the above error shows. I have tried multiple times reflashing the image.
I am following the docs: https://developer.nvidia.com/embedded/learn/get-started-jetson-nano-devkit#intro
For my Jetson Nano 4GB.
I have checked other similar issue and most of the time people wasn’t able to boot for first time and recommendation was to use Linux to flash. I am using Windows and Balen Etcher to flash and it works, it just after reboot it doesn’t works. Also I am using external monitor, keyboard and mouse (not headless start)
Any insights or suggestions would be greatly appreciated. Thank you!"