Please provide the following info:
Hardware Platform: [Example: DRIVE AGX Xavier™ Developer Kit]
Software Version: [Example: DRIVE Software 10]
Host Machine Version: [Example: native Ubuntu 18.04]
Dear NVidia,
I have now encountered a problem when Compiling the Kernel (NVIDIA DRIVE Linux) following the instructions:
file:///home/dongyao/Downloads/NVidia%20Drive%20AGX%20Xavier/Documentation/Software%20Guide/DRIVE_SW_10.0_References/DRIVE_Software/index.html#page/DRIVE_OS_Linux_SDK_Development_Guide/Appendix/sys_programming_kernel_toolchain.html
I have successfully passed the steps until step 5, which is:
make -C kernel O=${PWD}/out-t186ref-linux tegra_defconfig
The logs from terminal after executing the command:
"(sphinx_1.4) dongyao@dongyao-HP-ZBook-15-G4:~/Downloads/nvidia/sdkm_downloads/drive-oss-src$ make -C kernel 0=${PWD}/out-t186ref-linux clean
make: Entering directory ‘/home/dongyao/Downloads/nvidia/sdkm_downloads/drive-oss-src/kernel’
make: Leaving directory ‘/home/dongyao/Downloads/nvidia/sdkm_downloads/drive-oss-src/kernel’
(sphinx_1.4) dongyao@dongyao-HP-ZBook-15-G4:~/Downloads/nvidia/sdkm_downloads/drive-oss-src$ make -C kernel 0=${PWD}/out-t186ref-linux tegra_defconfig
make: Entering directory ‘/home/dongyao/Downloads/nvidia/sdkm_downloads/drive-oss-src/kernel’
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/bin2c
HOSTCC scripts/kconfig/conf.o
HOSTCC scripts/kconfig/zconf.tab.o
HOSTLD scripts/kconfig/conf
drivers/thermal/Kconfig:81:warning: choice value used outside its choice group
drivers/thermal/Kconfig:88:warning: choice value used outside its choice group
drivers/thermal/Kconfig:96:warning: choice value used outside its choice group
drivers/thermal/Kconfig:103:warning: choice value used outside its choice group
*** Can’t find default configuration “arch/x86/configs/tegra_defconfig”!
scripts/kconfig/Makefile:114: recipe for target ‘tegra_defconfig’ failed
make[1]: *** [tegra_defconfig] Error 1
Makefile:543: recipe for target ‘tegra_defconfig’ failed
make: *** [tegra_defconfig] Error 2
make: Leaving directory ‘/home/dongyao/Downloads/nvidia/sdkm_downloads/drive-oss-src/kernel’
"
Can’t find default configuration “arch/x86/configs/tegra_defconfig”!..Which really confused me a lot, How to solve?
BR
D