pulkin / micropython

MicroPython implementation on Ai-Thinker GPRS module A9 (RDA8955)
https://micropython.org
MIT License
102 stars 30 forks source link

Using the SD card socket available in PUDDING board? #77

Open wzab opened 4 years ago

wzab commented 4 years ago

Hi, The pudding board is equipped with the SD socket. It would be nice to store it the additional Python code. It would reduce the wear of internal FLASH memory and speed-up installing and editing the bigger Python scripts (that could be edited in the SD card itself). Is it possible to access it via the hardware SD controller or via hardware SPI? What should I add or enable in the ports/gprs_a9/mpconfigport.h to achieve that? Has anybody tried that?

TIA & Regards, Wojtek

pulkin commented 4 years ago

That card is mounted under /t. I do not know what is specifically supported, you may try looking here.

bokolob commented 4 years ago

I've been using a sdcard for logging for a couple of months. Everything is ok, the card is mounted under /t, and it has to be in fat32.