Model : Jetson AGX
kernel version : 4.253
The kernel source was downloaded Jetson Linux R32.6.1.
Compilation was successful before modification.
I added the network driver.
set to make menuconfig.
make error.
what did i do wrong?
Model : Jetson AGX
kernel version : 4.253
Compilation was successful before modification.
I added the network driver.
set to make menuconfig.
make error.
what did i do wrong?
Try below.
make mrproper
make ARCH=arm64 O=$TEGRA_KERNEL_OUT tegra_defconfig
make ARCH=arm64 O=$TEGRA_KERNEL_OUT -j4
succeeded in that way.
However, after adding the network with make menuconfig, it failed as shown in the screenshot.
There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks
Scroll up to check if any error.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.