From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Yanok Date: Wed, 14 Dec 2011 03:34:14 +0400 Subject: [U-Boot] Request for Help: How to save data to an SD/MMC card In-Reply-To: References: Message-ID: <4EE7E0F6.5010007@emcraft.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Graeme, On 14.12.2011 03:28, Graeme Russ wrote: >>> 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 Well, it shouldn't be that hard to get the data written to specific blocks on the dev PC using dd command. Regards, Ilya.