[U-Boot] How to enable FAT fs support and hook up the SD/MMC driver

Hello,
I am a newbie in this area. I want to enable FAT file system support for U-Boot. But I am unsure as to what CONFIG options I should tweak for this. Also, I want to know where are the file system MMC/SD hooks, so that I can hook up my MMC/SD driver to be used by the FAT filesystem.
I would appreciate any pointers.
Thanks, Djoker

Hi Djoker,
On Tue, 12 Nov 2013 11:49:52 -0800, Djoker thelonejoker@gmail.com wrote:
Hello,
I am a newbie in this area. I want to enable FAT file system support for U-Boot. But I am unsure as to what CONFIG options I should tweak for this. Also, I want to know where are the file system MMC/SD hooks, so that I can hook up my MMC/SD driver to be used by the FAT filesystem.
I would appreciate any pointers.
Since you have not said which hardware you're running U-Boot on, I can only make a general answer: read up some configuration header files under include/configs/, find some that obviously have FAT support, and adjust your own board's config by example.
Thanks, Djoker
Amicalement,
participants (2)
-
Albert ARIBAUD
-
Djoker