Jetson TX2 installs netcore's wireless card driver

Hi All,

I want to install the NW392 wireless network card of ‘netcore’ on TX2, port the driver of NW392, and load it. After successful loading, I can see the device, but I cannot connect to WiFi.
After porting NW392 to other arm platforms, it can be used after loading the driver. May I ask what should I do to successfully port NW392 to TX2?

My operation steps:

  1. Modify the crossover environment variables in the Makefile after downloading the NW392 driver.
    The modification is:‘CONFIG_PLATFORM_AARCH64_TX2 = y’,'ifeq ($(CONFIG_PLATFORM_AARCH64_TX2), y) EXTRA_CFLAGS += -DCONFIG_LITTLE_ENDIAN ARCH = arm64 CROSS_COMPILE ?= KVER ?= $(shell uname -r) KSRC := /lib/modules/$(KVER)/build MODDESTDIR := /lib/modules/$(KVER)/kernel/drivers/net/wireless/ INSTALL_PREFIX := endif ’

  2. Execute command load driver: ‘make’ ‘make install’ ‘modprobe 8812au’

  3. Execute command: ‘iwconfig’, result: ‘no wireless extensions’

You may check what gives:

rfkill list