-
Notifications
You must be signed in to change notification settings - Fork 175
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
esp32 sdio host drvier for linux 3.10.14 #566
Comments
Can we state exact minimal kernel version that we can support? |
@helpfile , there is also ESP-Hosted-FG, which has exact similar data path. But control path (wifi management) is controlled using simple api calls. because FG has lessor dependency over cfg802.11, it can also be built easily on older kernel versions. |
Related #564 |
|
Does ESP-Hosted-FG support esp32-c6? |
Yes and yes. FG doesn't support wpa supplicant. |
Checklist
How often does this bug occurs?
always
Expected behavior
I hope to compile successfully on linux-3.10.14
Actual behavior (suspected bug)
The compilation failed. I checked the code and found that some structures and functions were not the same or did not exist in the cfg80211.h file of linux-3.10.14.
Error logs or terminal output
Steps to reproduce the behavior
none
Project release version
V1.0.3
System architecture
other (details in Additional context)
Operating system
Linux
Operating system version
linux-3.10.14
Shell
Bash
Additional context
We have multiple cpu platforms, and the linux versions are all below 4.19, including 3.10.14 (CPU: Ingenic T31), 4.4.94 (CPU: Ingenic T41), 4.9 (CPU: Ambarella S5L, CPU: HiSilicon HI3556), and 5.4 (Ambarella CV28). Currently, only Ambarella CV28 can be compiled and run successfully, and other CPUs have compilation errors.
The text was updated successfully, but these errors were encountered: