Search found 3 matches

by Johnny
Wed Mar 11, 2020 5:24 pm
Forum: Pyboard D-series
Topic: SD card not working in D-series
Replies: 11
Views: 11760

Re: SD card not working in D-series

Hey Peter,

as I said:

boot.py contains
pyb.usb_mode('VCP+MSC')
and I tested two SD cards and two D-series boards in every combination. None worked!
by Johnny
Tue Mar 10, 2020 2:55 pm
Forum: Pyboard D-series
Topic: SD card not working in D-series
Replies: 11
Views: 11760

Re: SD card not working in D-series

Hey Christine,

this works, thanks a lot but (how) is it possible to show the SD card as a mass storage device if present?

Johnny
by Johnny
Fri Mar 06, 2020 11:43 am
Forum: Pyboard D-series
Topic: SD card not working in D-series
Replies: 11
Views: 11760

SD card not working in D-series

Hey guys, I was developing a little script on pyBoard v1.1 which reads data from a SD-card which worked properly. Since I need to cache a lot of values I ran out of RAM and I wanted to test it on a D-series pyBoard (SF2W). Unfortunately the SD card is not shown. Neither in windows nor with os.listdi...