Re: [U-Boot] load file to memory in standalone program

2013-05-21 Thread Wolfgang Denk
Dear Henrik, In message <1368920138.23379.14.camel@localhost> you wrote: > > I think it would be a great addition to add generic filesystem > operations to the standalone API. The fs_read() and fs_write() functions > should be possible to export via the standalone API as-is, but should > probably

Re: [U-Boot] load file to memory in standalone program

2013-05-21 Thread Wolfgang Denk
Dear Scott A, In message you wrote: > > 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 somethin > g likefatload mmc 0:1 0x4800 file.txt > However i want to do this in a standalone program. Is there

Re: [U-Boot] load file to memory in standalone program

2013-05-18 Thread Henrik Nordström
lör 2013-05-18 klockan 15:14 + skrev Scott A: > 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 0x4800 file.txt > However i want to do this in a standalone program.

[U-Boot] load file to memory in standalone program

2013-05-18 Thread Scott A
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 0x4800 file.txt However i want to do this in a standalone program. Is there a function call available to do this in a stan