All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] load file to memory in standalone program
@ 2013-05-18 15:14 Scott A
  2013-05-18 23:35 ` Henrik Nordström
  2013-05-21 12:29 ` Wolfgang Denk
  0 siblings, 2 replies; 4+ messages in thread
From: Scott A @ 2013-05-18 15:14 UTC (permalink / raw)
  To: u-boot

Hi,I am attempting to read a set of files from the fat file system into a location in memory.This is easy using the command interface using something likefatload mmc 0:1 0x48000000 file.txt
However i want to do this in a standalone program. Is there a function call available to do this in a standalone program.if so could someone give an example.
Note: i tried do_fat_fsload function call however compiling threw undefined reference. If this is the correct method maybe i am just using it wrong.
Thanks Scott 		 	   		  

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-05-21 12:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-18 15:14 [U-Boot] load file to memory in standalone program Scott A
2013-05-18 23:35 ` Henrik Nordström
2013-05-21 12:33   ` Wolfgang Denk
2013-05-21 12:29 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.