robot-army / hotstick

An open-source hardware soldering station
Other
3 stars 3 forks source link

Use a filesystem on the SD card #31

Open robot-army opened 8 years ago

robot-army commented 8 years ago

Which one?

robot-army commented 8 years ago

This is sort of a low-level firmware requirement in my mind..

jeremypoulter commented 8 years ago

For what it is worth Arduino comes with FAT16/FAT32 support [1] and IIRC the other 'Windows' file systems are encumbered by IPR/licencing requirements depending on if you care about that sort of thing.

FAT32 is also universally supported on virtually everything that can support SD cards.

On the down side you are limited to 32GB partition and max file size of 4GB [2] but I think that is probably ok for this project.

[1] https://www.arduino.cc/en/Reference/SD [2] http://support.wdc.com/KnowledgeBase/answer.aspx?ID=1287