Re: [U-Boot] Reading a text file from another FAT partition

2014-09-17 Thread Wolfgang Denk
Dear harsha kiran, In message <1410968526130-189649.p...@n7.nabble.com> you wrote: > > I do not see any commands in u-boot help to create a New file/ delete a file > / Rename a file. Is there any support for these file operations from u-boot? No, there isn't. U-Boot is a boot loader, not a full

Re: [U-Boot] Reading a text file from another FAT partition

2014-09-17 Thread harsha kiran
Hi ! I am sorry i should have been more specific. I am now able to load the file from a different partition and see in the memory. I do not see any commands in u-boot help to create a New file/ delete a file / Rename a file. Is there any support for these file operations from u-boot? Thanks, Hars

Re: [U-Boot] Reading a text file from another FAT partition

2014-09-16 Thread Wolfgang Denk
Dear harsha kiran, In message <1410889741235-189502.p...@n7.nabble.com> you wrote: > Hi Everyone, > > I have an SD Card which has 2 FAT partitions. U-boot is in the first Boot > partition and i have a text file to be read which is in another partition. OK - and what exactly is your problem? If

[U-Boot] Reading a text file from another FAT partition

2014-09-16 Thread harsha kiran
Hi Everyone, I have an SD Card which has 2 FAT partitions. U-boot is in the first Boot partition and i have a text file to be read which is in another partition. I want to read this file in the U-boot config file under CONFIG_BOOTCOMMAND. can anyone please let me know what commands U-boot introd