1

Topic: OctoPrint Sd Card Use?

Okay so simple enough.
I have a raspberry pi running raspbian running octoprint to boot on start and a remote webcam viewer to keep an eye on my prints from work.  I bought a micro sd card at work today! 8Gb (wowzers!) and I got home, tried 3 different filesystem formats with it inside the Solidoodle's Rev E motherboard, and no matter what I do, Octoprint wont notice it.  I would love to have an 8gb Sd card setup in the printer solely (I think thats a word?) for my G-Code files.  Any help on getting it to work with it?  Thanks guys!

2

Re: OctoPrint Sd Card Use?

I think there is a thread on here somewhere that mentions certain brands of sd cards are not liked by the controller in the printrboard, or I might have seen this on a different forum  smile

3

Re: OctoPrint Sd Card Use?

If you are running octoprint on a pi, then why do you need the sd card functionality of the printer?

Plenty of space on the pi's sd card to store and print files from.

4 (edited by adrian 2014-02-23 00:46:53)

Re: OctoPrint Sd Card Use?

ronsii wrote:

I think there is a thread on here somewhere that mentions certain brands of sd cards are not liked by the controller in the printrboard, or I might have seen this on a different forum  smile

That would be true of pretty much all microcontrollers. Nutshell version, most MCU use SPI mode to talk to SD cards - printrboard (and sanguino) included.  SPI mode is an older access method for SD, and most modern devices use the SD Card association defined "SDIO" (technically the tech standard name not the protocol, also used to talk to wireless modules sometimes... but I digress).  Most ARM chips support SDIO, and this is how they communicate to their bootcards etc on Pi's and A10 tablets etc...

Now - some vendors of cards, with the switch-up a few years ago to SDHC, dropped SPI support on SD cards that are =>SDHC standard spec. The most notable being Kingston. This means that >2GB Kingston SD cards may/may not work when used with most microcontroller SD card setups.

But on the bright side - Given the SPI bus speed of an MCU; theres no point burning a high-speed class-10 card or the likes in the device anyway - Making these perfect candidates for reusing the older spec SD cards you have anyway or buying those dirt cheap ones down at the local camera store... Just stick to 2GB or less, or make sure to use SanDisk or some other brand than Kingston when using >2GB...