Hello,
I have Jetson Nano production module with custom carrier board from seeed studio. Which was working fine for the first boot , after that when I power cycled the board, the GUI is not coming up I only see the some log messages for which I added the photo in attachment ,
The two errors I see there are: “[ERROR] failed to start nvpmodel service” & “[ERROR] Failed to start Docker Application Container Engine”.
I am able to login through serial console, also attached complete log file from the console gtkterm.log (25.7 KB).
what could be the issue?
In the next step I want to flash the Jetson Nano with additional driver integration, just want to make sure that this issue will not create any trouble during flashing.
I tried to patch the custom driver , but only took backup of kernel Image and the script which then looks for device tree backup but it failed and return without doing any modifications
But i did revert the changes i.e put back the original kernel Image back in /boot/Image.
for reference attached the script. install_binaries.sh (13.2 KB)
If I re-flash with the command line without building the kernel (using L4T driver package (BSP) and sample rootfs) it should work , right? as building the kernel on Jetson Nano is not feasible I have limited memory ,only internal eMMC.
Has the kernel already been modified? I ask because apparently some of the “/sys” files used for nvpmodel are missing. These are not actual files, but are instead kernel drivers or features pretending to be files, and those files are missing, then it tends to mean the kernel was compiled without that content.
EDIT: Sorry, did not see other replies until after I posted this. Kernel modules missing are the same as whole groups of kernel features missing. Note that modules are searched for at “/lib/modules/$(uname -r)/kernel”. What is your “uname -r”? If not correct, then you probably did not set CONFIG_LOCALVERSION.
Yes, unless you installed all new modules against the new “uname -r” all modules will fail to be found. Try rebuilding with “CONFIG_LOCALVERSION=-tegra”.