- Joined
- Nov 7, 2006
- Messages
- 9,654
- Helped
- 1,191
- Reputation
- 2,401
- Reaction score
- 1,219
- Trophy points
- 1,403
- Location
- Brazil
- Activity points
- 55,989
Hi,
I´m working on an embedded system in which I´m trying to fit an bootable linux IMG file, originally designed for a 2GB MMC, into a 2GB SD card with no success, due is lacking about 0,7% of all required clusters. I performed the same procedure by Win32DiskImager.exe, but returning exactly the same accounted result on missing clusters.
In order to understand what could be the reason, I suppose that perhaps I was originally using the wrong procedure to format those SD cards, which probably could irreversibly decrease its total avaliable space.
https://www.sdcard.org/downloads/formatter_4/
Does it make sense, or I really must use a 2GB-MMC instead actual 2GB-SD to fit this 2GB IMG file ? ( it is weird, due the system works properly with a higher SD card of 4GB ! )
+++
I´m working on an embedded system in which I´m trying to fit an bootable linux IMG file, originally designed for a 2GB MMC, into a 2GB SD card with no success, due is lacking about 0,7% of all required clusters. I performed the same procedure by Win32DiskImager.exe, but returning exactly the same accounted result on missing clusters.
In order to understand what could be the reason, I suppose that perhaps I was originally using the wrong procedure to format those SD cards, which probably could irreversibly decrease its total avaliable space.
https://www.sdcard.org/downloads/formatter_4/
SD ASSOCIATION said:The SD Formatter was created specifically for memory cards using the SD/SDHC/SDXC standards. It is strongly recommended to use the SD Formatter instead of formatting utilities provided with operating systems that format various types of storage media. Using generic formatting utilities may result in less than optimal performance for your memory cards.
The SD/SDHC/SDXC memory cards have a "Protected Area" on the card for the SD standard's security function. The SD Formatter does not format the "Protected Area". Please use appropriate application software or SD-compatible device that provides SD security function to format the "Protected Area" in the memory card.
Does it make sense, or I really must use a 2GB-MMC instead actual 2GB-SD to fit this 2GB IMG file ? ( it is weird, due the system works properly with a higher SD card of 4GB ! )
+++