[Jetson_sdk_manager] Not found about the tegra18_defconfig

Dear Sir,

Sorry to bother you for this one, just want to double confirm.
according the Jetson Linux developer guide description,
https://docs.nvidia.com/jetson/l4t/#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/getting_started.html#

“The default kernel build configuration is as follows:
arch/arm64/configs/tegra18_defconfig”

But I couldn’t find the tegra18_defconfig, there is only tegra_defconfig. Shall we just use the tegra_defconfig to instead of the tegra18_defconfig?? the flow such as below show

$ ./source_sync.sh -t tegra-l4t-r32.5.1
$ cd sources/kernel-4.9
$ make ARCH=arm64 O=$TEGRA_KERNEL_OUT tegra_defconfig
$ make ARCH=arm64 O=$TEGRA_KERNEL_OUT menuconfig
$ make ARCH=arm64 O=$TEGRA_KERNEL_OUT

Best Regards,
MOMO Chen

Hi,

Sorry that the document is wrong. The default config is tegra_defconfig.

Thanks for reporting this issue.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.