为什么在源码里面使用./nvbuild.sh -o $PWD/kernel_out,每次都要重编译?
Hi,
If the device cannot be flashed/booted, please refer to the page to get uart log from the device:
Jetson/General debug - eLinux.org
And get logs of host PC and Jetson device for reference. If you are using custom board, you can compare uart log of developer kit and custom board to get more information.
Also please check FAQs:
Jetson AGX Orin FAQ
If possible, we would suggest follow quick start in developer guide to re-flash the system:
Quick Start — NVIDIA Jetson Linux Developer Guide 1 documentation
And see if the issue still persists on a clean-flashed system.
Thanks!
How do I compile the kernel incrementally instead of recompiling all of it with./nvbuild.sh -o $PWD/kernel_out
Hi,
On latest Jetpack 6.1, please checkhttps://docs.nvidia.com/jetson/archives/r36.4/DeveloperGuide/SD/Kernel/KernelCustomization.html#building-the-jetson-linux-kernel
$ make -C kernel is to build upstream kernel and it does not rebuild all in each time.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.