[U-Boot] Request for Help: How to save data to an SD/MMC card

Ulf Samuelsson ulf_samuelsson at telia.com
Wed Dec 14 00:31:58 CET 2011


On 2011-12-14 00:28, Graeme Russ wrote:
> Hi Ilya,
>
> On Wed, Dec 14, 2011 at 10:26 AM, Ilya Yanok<yanok at emcraft.com>  wrote:
>> Hi Graeme,
>>
>> Graeme Russ<graeme.russ<at>  gmail.com>  writes:
>>> I have a need to dump memory contents to a filesystem on an SD/MMC
>> Do you really need a filesystem for this? You can easily dump memory to SD using
>> block write.
> Well I want to copy the data back to my dev PC - If the SD/MMC card is
> formatted with a filesystem, it is trivial to transfer the data back
> and forth
>
> Regards,
>
> Graeme
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

dd i=<card> o=<file> ?



-- 
Best Regards
Ulf Samuelsson



More information about the U-Boot mailing list