Can I format an SD CARD Fat32 instead of Fat16 and it work with the Propeller?
MovieMaker
Posts: 502
Got my SD socket and board from Sparkfun. I tried to format an SD4Gig card in Fat16, but it would only let me do fat32 on my computer. Will the propeller work with FAT32?
·
·
Comments
BTW: Did you have any luck with that BOE-BOT Propeller code? I suppose you would post in the other thread if no luck.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
format X: /fs:fat /a:32768
Be warned that this might render the card useless to some digital cameras
Still working on why this happens and how to reverse the effect.
(Bought the spouse a replacement card...)
OBC
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
New to the Propeller?
Getting started with a Propeller Protoboard?
Check out: Introduction to the Proboard & Propeller Cookbook 1.4
Updates to the Cookbook are now posted to: Propeller.warrantyvoid.us
Got an SD card connected? - PropDOS
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I know exactly why, but it is so unbelievable I will not bother explaining it. It's too late anyway.
Instead I will present you with similar unbelievable information that has been exposed and mostly 'dealt with':
Around 2003-2005, Sony intentionally sold CD's and other media products with computer viruses on them.
(FYI, Search for "sony rootkit".) Hint: The Viruses are EVIL , but the media will not work "right" without them.
Post Edited (VIRAND) : 8/14/2008 5:02:57 AM GMT
format X: /fs:fat /a:65536
or
format X: /fs:fat /a:64K
(not sure which is the appropriate syntax, or if by chance both will work.)
-tom