Hi.
I tried to build a new kernel and flash it into the Jetson nano through the following link:
https://developer.ridgerun.com/wiki/index.php?title=Jetson_Nano%2FDevelopment%2FBuilding_the_Kernel_from_Source
the process ends with the following command while nano is in recovery mode:
sudo ./flash.sh jetson-nano-qspi-sd mmcblk0p1
The Jetson developer kit automatically reboots at the end of the installation process. Then, it lets me set the time zone and username, and password. At the next boot and where it checks services, I can see two failures:
1- failed to start load kernel module
2- failed to start nvpmodel service
And the cursor keeps blinking at the bottom of the page.
Any idea on how to proceed?
Thank you