So I am trying to boot the pyboard from an SD card with no luck.
The SD Card is a 16GB Class 10 Sony SDHC and I am running the most current firmware for the pyboard (pybv10-2015-12-16-v1.5.1-120-g130fde8.dfu). The SD card is formatted properly and has no sector/cluster issues.
The card is easily read by every PC I have tested it with and I have tried booting from the card in HID and MSC modes.
I have also confirmed that the pyboard itself is not ever seeing the SD card by running:
Code: Select all
>>>import sys
>>> sys.path
Code: Select all
['', '/flash', '/flash/lib']
Thanks so much for your help!