Orin nx 8g(rt)支持interl ax210

jetpack6.1 orin nx 8G 系统是RT版本:
image

要支持intel ax210,需要iwlwifi模块,系统里没有:
image
要支持iwlwifi模块,内核选项是打开的:


哪里还需要配置一下?

Hi,
You would need to enable required configs and rebuild kernel manually. Please refer to some related topics:

Jetson/L4T/r36.3.x patches - eLinux.org
Jetson/L4T/r36.4.x patches - eLinux.org

For kernel customization, please check

Kernel Customization — NVIDIA Jetson Linux Developer Guide

驱动源码目录是有的:
image
需要在内核打开某些选项,不知还有什么没有打开,编译后没有输出这个ko文件

Hi,
Please modify generic_rt_build.sh to enable/disable the configs. You can check

Jetson/L4T/r36.4.x patches - eLinux.org
Enable RT kernel and CONFIG_HZ_1000

已经修改,也没效果


这个文件也有
image
就是没有生成这个ko文件
image

Hi,
Enabling CONFIG_HZ_1000 is an example. You would need to enable the configs for the device. May check

Jetson/L4T/r36.3.x patches - eLinux.org
Enable AX210 WIFI module
Jetson/L4T/r36.4.x patches - eLinux.org
[Jetpack 6.2] Intel AX200

jetpack5.1.2 在defconfig有(ax210能正常工作):


但在jetpack6.1中,在make ARCH=arm64 menuconfig,已选择, 在source (intel\iwlwifi)中,查看了Kconfig,Makefile没有发现问题,但在defconfig没有找到相应的选项

Hi,
The configs are not enabled by default on Jetpack 6. You would need to manually enable the required configs.

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