JetPack 6 - kernel src path on local jetson

I wanna apply wifi module driver on JetPack 6.

It can build on JetPack 5, but it doesn’t build on JetPack 6.

It refers source from “/lib/modules/5.15.148-tegra/build”
Case of Jetpack 5 , the symbolic link is connected to as below.
image

Case of Jetpack 6, the symbolic link is connected to as below.
image

I wanted to change link of Jetpack 6 as JetPack 5.
But there is no kernel-5.15 directory on Jetpack 6.
image

Case of JetPack 5, It has kernel-5.10 directory as below.
image

I couldn’t find the kernel-5.15 directory anywhere on JetPack 6.
Do I have to do something when we kernel build for including kernel-5.15 direcotry?

Hi,
For Jetpack 6, please check the steps in developer guide:

Kernel Customization — NVIDIA Jetson Linux Developer Guide 1 documentation

I knew this document and I check again now.
But this process is for Host PC.
I wanna know how to build device driver on Jetson local system.
It needs kernel source code on Jetson local system as above.
If I miss something in the link what you shared, could you point it me?

I found the the path what I want.
There is something different on 3rd-party board bsp.

1 Like

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