-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZERO 3W build missing AIC8800 drivers and wlan0 #23
Comments
I've created my own custom image with the same results. I have USB WiFi adapters (MT7610U and RT5370) as additional WiFi options, and have included the following config to include their drivers.
I also have
I also see that radxa has posted the driver code for the aic8800 here. It appears I would have to create a custom yocto recipe to compile and install this code. I assume that I want to install the PCIE version, is that correct? Do you have a sample recipe you can share for the onboard wifi support? Also, what must I do to get the wlan0 interface to show up with the I would prefer to get the onboard wireless module working. The USB WiFi devices are a secondary priority. I am evaluating the ZERO 3W for our company and need to have a solution to move forward with this product. Any help would be appreciated. Thanks |
You need to use SDIO version of the driver. We also do not guarantee it can work properly on mainline kernel, since the vendor did not test against that kernel. |
@RadxaYuntian I have drivers installed in my build for mt76. Can you offer an example yocto recipe to try to get wireless support on the 3W? Or perhaps a list of kernel packages and CONFIG_* you would include? |
We currently don't have a Yocto recipe for it. The chipset also requires userspace hacks to get Bluetooth working. |
We use systemd service in normal Debian to run it at boot time, which may not be available in Yocto. |
Understood. It looks like the defconfig file that the project points to is pretty limited. I'll add to the defconfig based on other projects. |
I've made progress today with usb wifi modules. I've been able to connect to WiFi with an mt7610u. I'll provide more info once I have things dialed in a little more. |
@RadxaStephen
I've been able to build the ZERO 3W per the changes shown in Issue #21
I believe Issue #21 also resolves Issue #18
Nevertheless, I am building the scarthgap branch on Ubuntu 22.04.5 LTS with the following command:
MACHINE=radxa-zero-3w bitbake core-image-base
and loading the image onto a microSD card
My issue is that I do not see a wlan0 or aic8800 drivers
The debian build contains aic8800_fdrv and aic8800_bsp drivers
However, on the yocto build:
ip a
only yields the loopback interfacelspci
does not yield anythinglsmod | grep aic8800
does not yield anythingI've also tried building
core-image-minimal
andcore-image-full-cmdline
imagesThe text was updated successfully, but these errors were encountered: