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,125件の閲覧回数
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,169件の閲覧回数
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 件の賞賛
返信