-
Notifications
You must be signed in to change notification settings - Fork 166
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-C6 sdio fg support #217
Comments
Yes, Full fledge support for ESP32-C6 is ongoing. Linux and MCU will go hand in hand. |
Hello, may I know when the support for ESP32 c6 fg sdio can be developed? Currently, our project uses this solution, and the pcb has been laid out. Knowing the approximate time is convenient for subsequent project arrangements |
Latest ESP-IDF master sdio, just works on ESP32, but unstable on ESP32-C6. |
Now esp32 c6 has idf branch can support sdio up ? |
Actually, I face timing issue with Raspberry Pi for ESP32-C6, so it is blocked for me. If you are okay, I can give untested ESP32-C6 (because of above limitation) FG code patch to use and try. Please confirm. If yes, GitHub IDF master is expected to be used for this. You can check repo documentation ESP32-C6 'setup for SPI' for setting up IDF. Once IDF is setup you can directly build default transport SDIO for ESP32-C6 from patch using |
Our company has obtained this patch and is currently integrating it |
We used this patch. The host sdio is configured in 4-wire mode with 25M transmission rate. Both sdio data and cmd have 47k pull-up resistor. [root@Zeratul:mnt]# insmod esp32_sdio.ko |
that is timed out. |
so may I know you are using ESP32 or ESP32-C6 now? |
esp32 c6,We have received the patch provided by your company |
I suppose you are referring to As the readme says while sending the patch, the code is not tested. We are still working to get it working with proper PCB with Raspberry Pi. If this doesn't work, it will need development attention and might consume lot time. |
PKT_LEN is getting failed , that hints on of:
I strongly suggest to wait for further integration of sdio into master for c6. |
#217 (comment) this is unfortunately failed. we are checking in sdio driver for possible issues, but may take some time to resolve. |
Do you currently have a device that can verify the relevant code? |
Hello @MrHaiCoder , JFYI, ESP32-C6 support for SDIO is added for Linux in master under 391cb8e |
esp_host_fg supports esp32C6 and uses sdio to transfer network data. linux_hosted will support the current version. Will the main adaptation work in esp32c6 mcu?
The text was updated successfully, but these errors were encountered: