SDHC Code
mynet43
Posts: 644
This is a note to lonesock and Rokicki..
The PM doesn't allow file attachments, so I'm attaching a file I've been testing for him and Rokicki.
Keep up the good work! SDHC is almost here!
Jim
The PM doesn't allow file attachments, so I'm attaching a file I've been testing for him and Rokicki.
Keep up the good work! SDHC is almost here!
Jim
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
propmod_us and propmod_1x1 are in stock. Only $30. PCB available for $5
Want to make projects and have Gadget Gangster sell them for you? propmod-us_ps_sd and propmod-1x1 are now available for use in your Gadget Gangster Projects.
Need to upload large images or movies for use in the forum. you can do so at uploader.propmodule.com for free.
Hi! I went to your uploader site at uploader.propmodule.com. All there was was a logon screen. I logged on, which took me to the parallax forum site.
Not sure what to do after this to upload something for a PM. Are there instructions somewhere?
It sounds really useful, if I can figure out how to use it.
Thanks for the help.
Jim
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
propmod_us and propmod_1x1 are in stock. Only $30. PCB available for $5
Want to make projects and have Gadget Gangster sell them for you? propmod-us_ps_sd and propmod-1x1 are now available for use in your Gadget Gangster Projects.
Need to upload large images or movies for use in the forum. you can do so at uploader.propmodule.com for free.
FYI, I'm using Firefox 3.5 browser, if that makes any difference.
Jim
Should bring you to form to upload a file.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
propmod_us and propmod_1x1 are in stock. Only $30. PCB available for $5
Want to make projects and have Gadget Gangster sell them for you? propmod-us_ps_sd and propmod-1x1 are now available for use in your Gadget Gangster Projects.
Need to upload large images or movies for use in the forum. you can do so at uploader.propmodule.com for free.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
propmod_us and propmod_1x1 are in stock. Only $30. PCB available for $5
Want to make projects and have Gadget Gangster sell them for you? propmod-us_ps_sd and propmod-1x1 are now available for use in your Gadget Gangster Projects.
Need to upload large images or movies for use in the forum. you can do so at uploader.propmodule.com for free.
Hi! It worked this time. Not sure what happened the last time.
Thanks for the help.
Jim
P.S. You have a very minor typo in your user instructions on the site. The first "url" has a left bracket but no right one.
Done from BlackBerry
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
propmod_us and propmod_1x1 are in stock. Only $30. PCB available for $5
Want to make projects and have Gadget Gangster sell them for you? propmod-us_ps_sd and propmod-1x1 are now available for use in your Gadget Gangster Projects.
Need to upload large images or movies for use in the forum. you can do so at uploader.propmodule.com for free.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Missed it by ->" "<- that much!
up with when merging the fsrw16 and fsrw32.
So I guess this is the first "unofficial" release of fat16/fat32, sd/sdhc code.
The limits of the fat32 code are as follows:
1. No files > 2GB.
2. It will not read past the first cluster of the root directory, nor will it extend the root directory.
(2) is important and will be fixed. (1) I need to think about.
Coming: seek and multiple file support.
If anyone wants to try the draft SD/SDHC code, let me know. I'll try to help.
I've used it to load a binary file from an 8GB SDHC card, copy it to the EEPROM, and have it reboot correctly.
Jim
The code above does conflate the SD/SDHC and the FAT16/FAT32 distinction, so it won't work
for FAT16 volumes on SDHC, nor for FAT32 volumes on SD. The fix is pretty straightforward.
We should have an updated version on the fsrw source control sometime soon (perhaps even
tonight).
-tom