Re: [U-Boot] [PATCH] at91sam9x5: mmc: save environment as a file in FAT partition.

2013-03-11 Thread Josh Wu
On 3/10/2013 11:55 PM, Andreas Bießmann wrote: Hi, Andreas Dear Josh Wu, On 22.02.2013 11:36, Josh Wu wrote: Hi, Bo Shen Sorry for the late reply. I am taken over by other stuff. check my comments below. On 1/23/2013 5:31 PM, Bo Shen wrote: Hi Josh, On 01/22/2013 04:36 PM, Josh Wu wrote:

Re: [U-Boot] [PATCH] at91sam9x5: mmc: save environment as a file in FAT partition.

2013-03-10 Thread Andreas Bießmann
Dear Josh Wu, On 22.02.2013 11:36, Josh Wu wrote: Hi, Bo Shen Sorry for the late reply. I am taken over by other stuff. check my comments below. On 1/23/2013 5:31 PM, Bo Shen wrote: Hi Josh, On 01/22/2013 04:36 PM, Josh Wu wrote: This patch will save U-Boot environment as a file: uboot.env,

Re: [U-Boot] [PATCH] at91sam9x5: mmc: save environment as a file in FAT partition.

2013-02-22 Thread Josh Wu
Hi, Bo Shen Sorry for the late reply. I am taken over by other stuff. check my comments below. On 1/23/2013 5:31 PM, Bo Shen wrote: Hi Josh, On 01/22/2013 04:36 PM, Josh Wu wrote: This patch will save U-Boot environment as a file: uboot.env, in FAT partition instead of saving it in raw sec

Re: [U-Boot] [PATCH] at91sam9x5: mmc: save environment as a file in FAT partition.

2013-01-23 Thread Bo Shen
Hi Josh, On 01/22/2013 04:36 PM, Josh Wu wrote: This patch will save U-Boot environment as a file: uboot.env, in FAT partition instead of saving it in raw sector of SD card. Since saving environment in raw sector has risk of corrupting the SD card and only can use very small size. Save as a FAT

[U-Boot] [PATCH] at91sam9x5: mmc: save environment as a file in FAT partition.

2013-01-22 Thread Josh Wu
This patch will save U-Boot environment as a file: uboot.env, in FAT partition instead of saving it in raw sector of SD card. Since saving environment in raw sector has risk of corrupting the SD card and only can use very small size. Save as a FAT file has no above limitation. Signed-off-by: Jos