SDIO3.0 support

Which system do you use? Android, Ubuntu, OOWOW or others?

others

Which version of system do you use? Khadas official images, self built images, or others?

others

Please describe your issue below:

If RK3588S support SDIO3.0 and If this board have SDIO standard HW interface?

Post a console log of your issue below:


**Delete this line and post your log here.**

Hello @Zoe-man onboard SDIO is already connected to onboard SPI flash.
It’s not exposed externally.

Regards.

Yes,I got it.But how about your WiFi module connect to board by SDIO interface or PCIe interface?

I want to use wifi module of SDIO interface on your board,could I?

@Zoe-man the wifi module is connected via PCIe, you can access SD card IO with Edge2 IO board.

Yes,But how to connect,can you show me HW connection physical diagram?

Please check the schematic:

Thank you very much!But I have another question that if there anyone bring up SDIO3.0 module successfully on RK3588S board?Actually,I’m very worry about our module cannot bring up on RK3588S.
Because I saw the module is PCIe interface in schematic document ,but our module is SDIO interface and our module is not pin to pin with your board.

Another question,As I known,edge2 have two config(8G+32G and 16G+64G),which one is better for SDIO3.0 performance?

we have not seen any such success stories at the moment.

IO performance of peripherals is agnostic to memory/storage configuration, only onboard eMMC will be slightly faster read/write for 64GB configuration.

Hi Sir,
I cannot download SDK via repo init -u GitHub - khadas/android_manifest: AOSP for Khadas VIMs & Edge -b khadas-edge2-android12 command,because our company pc no rights to access Internet.How can I download sdk use another method.

Hi Sir,
Could I download from Netdisk,If there any Netdisk provide to me?

Hi Sir,
I download on my pc that access Internet via my phone,but I cannot access google website,how can I download source code?

Hello @Zoe-man

@goenjoy @xiong.zhang will help you then.

@Zoe-man Before repo sync, modify the default.xml file to change Google’s URL address to Tsinghua University, as follows:

gouwa@Server:~/project/khadas/aosp/.repo/manifests$ git diff
diff --git a/default.xml b/default.xml
index f48a988..b8cb9da 100644
--- a/default.xml
+++ b/default.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <manifest>
-  <remote fetch="https://android.googlesource.com/" name="aosp" review="https:/
+  <remote fetch="https://aosp.tuna.tsinghua.edu.cn/" name="aosp" review="https:
   <remote fetch="https://github.com/khadas/" name="github"/>

Hi Goenjoy,
There have .repo directory,but there is no anything in this directory.If I oprate error?

Hi Goenjoy,
I try many times,but .repo always null directory,Why we cannot get correct .repo directory?

@Zoe-man Please take a look at the detailed process of downloading the code.

@goenjoy Yes,I follow your steps on your website,now I resolved previous issue,but there are another issue need you help.If I need to provide my notebook information to you?error info as below.

@Zoe-man Execute the ping github.com command to see if it can ping. If even this website cannot ping, then there is no solution.

$ ping github.com
PING github.com (20.205.243.166) 56(84) bytes of data.
64 bytes from 20.205.243.166 (20.205.243.166): icmp_seq=1 ttl=112 time=44.1 ms
64 bytes from 20.205.243.166 (20.205.243.166): icmp_seq=2 ttl=112 time=42.2 ms
64 bytes from 20.205.243.166 (20.205.243.166): icmp_seq=3 ttl=112 time=41.9 ms
64 bytes from 20.205.243.166 (20.205.243.166): icmp_seq=4 ttl=112 time=42.1 ms
64 bytes from 20.205.243.166 (20.205.243.166): icmp_seq=5 ttl=112 time=42.5 ms

@goenjoy Yes,I can ping github.com.But repo still fail.Of course,default.xml already change to tsinghua website in manifest directory.