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

2013-11-12 Thread Djoker
appreciate any pointers. Thanks, Djoker ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

2013-11-12 Thread Djoker
appreciate any pointers. Thanks, Djoker ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] How/Where does "_start" get assigned a value ?

2013-10-11 Thread Djoker
I am sorry Gerhard, I am newbie to the list. I will keep in mind the etiquette of the list. Thanks for the help. On Thu, Oct 10, 2013 at 8:37 AM, Gerhard Sittig wrote: > On Wed, Oct 09, 2013 at 09:07 -0700, djoker wrote: >> >> Hi Everyone, > > Why do you "re-send&qu

Re: [U-Boot] How/Where does "_start" get assigned a value ?

2013-10-09 Thread Djoker
On Wed, Oct 9, 2013 at 12:54 PM, Arvid Brodin wrote: > On 2013-10-09 18:07, djoker wrote: >> Hi Everyone, >> >> I have a armv7 board and am looking at the "_start" symbol address, using >> the following command: >> *nm u-boot | grep -w _start* >

Re: [U-Boot] How/Where does "_start" get assigned a value ?

2013-10-09 Thread djoker
I am running into the issue as described below: http://u-boot.10912.n7.nabble.com/U-Boot-ARM-gap-between-start-and-CONFIG-SYS-TEXT-BASE-td4134.html#none But am unable to figure out what the reason could be -- View this message in context: http://u-boot.10912.n7.nabble.com/How-Where-does-start

[U-Boot] How/Where does "_start" get assigned a value ?

2013-10-09 Thread djoker
Hi Everyone, I have a armv7 board and am looking at the "_start" symbol address, using the following command: *nm u-boot | grep -w _start* It returned the following: *6720 T _start* I couldn't help notice that the the _start value is very "close" in vlaue to the value of CONFIG_SYS_TEXT_BASE

[U-Boot] Difference between CONFIG_SYS_TEXT_BASE and _start

2013-10-08 Thread Djoker
Hi Everyone, I have a armv7 board and am seeing a discrepancy. In my board file I have defined: #define CONFIG_SYS_TEXT_BASE 0x6704 After I build the ub-boot binary, I ran "nm u-boot | grep -w _start". It returned the following: 6720 T _start Would anyone know why there is a difference