servalproject / openwrt

OpenWRT distribution for Serval Mesh Extenders
https://developer.servalproject.org
GNU General Public License v2.0
8 stars 3 forks source link

Improve performance & reliability of GPIO microSD slot #5

Open gardners opened 7 years ago

gardners commented 7 years ago

SPI mode is super-slow with modern microSD cards. MMC mode, ideally 4-bits wide, would be many times faster.

We have also seen some unreliable behaviour using the Linux MMC over GPIO kernel module, so this should be investigated in the process.