-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate.
- Provided a clear description of your suggestion.
- Included any relevant context or examples.
Issue or Suggestion Description
I am working on porting the ESP-Hosted NG stack to an OpenWrt-based Linux target. So far, I've successfully ported all source files from the esp_hosted_ng/host/ directory and built a kernel module (esp32_sdio.ko) for SDIO-based communication with the ESP32-C6.
Based on my reading of the documentation (especially Section 4 of esp_hosted_ng/README.md) and the System Architecture diagram, it appears that there are two kernel-space layers on the Linux host:
- SDIO/SPI/UART Bus Driver
- ESP-Hosted NG Driver
I’d like to confirm my understanding:
Does the code under
esp_hosted_ng/host/implement both of these layers? Or is there any component fromesp_hosted_ng/esp/esp_driver/network_adapter/that also needs to be ported to the Linux host?
I appreciate any clarification you can provide.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels