Is it possible to have fat file write support in the Uboot 2009.11 version.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Is it possible to have fat file write support in the Uboot 2009.11 version.

3,123 次查看
sivanagakishore
Contributor I

Hi,

Iam using uboot 2009.11  version for my project development purpose. My project requirement is to write to SD card, read from SD card which is fat formatted. I able to load a file from the SD card by the "fatload" command, but i didn't find any code support or command to write into the SD card. Is there is any patch available to support the SD card file write(fat).

Thanks in advance.

BR,

Kishore

标记 (1)
0 项奖励
回复
1 回复

2,167 次查看
igorpadykov
NXP Employee
NXP Employee

Hi siva

seems older versions of u-boot do not support this feature,

one can try to port it :

[U-Boot] [PATCH 2/2] cmd_fat: add FAT write command

or use latest versions with:

CONFIG_FAT_WRITE -Define this to enable support for saving

memory data as a file in FAT formatted partition. This will also enable the

command "fatwrite"  Freescale/u-boot-fslc · GitHub

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复