[U-Boot-Users] Detailed documents......

Hi All, I am fresh engineer in this field working with DM6446 EVM DAVINCI board which contains DSP as well ARMEJ9. I need to bring that board up. I don't have any experience of how to load the boot loader, how the things goes after boot loader get loaded, so and so. I am working by reading all the document in u-boot source tree and going through the code of u-boot-1.1.3. So can anybody help me to provide document kind of material that gives step wise DETAIL of all the steps starting from boot loader installation to running kernel. such that it helps me to make my task ease. I am going to download the boot loader file through UART to internal RAM of ARM. Because I am confused that how to write the image in NAND FLASH, thats why I am using the other option and that is to download the boot image from UART where one host utility will be runing on the host PC that does few handshaking with board's primary boot loader and than downloads secondry boot loader from the host PC.
Thanks, Mehul Gohel

In message E1FKDWn-00029C-Df@mail.sourceforge.net you wrote:
I am fresh engineer in this field working with DM6446 EVM DAVINCI board
which contains DSP as well ARMEJ9. I need to bring that board up. I don't have any experience of how to load the boot loader, how the things goes after boot loader get loaded, so and so. I am working by reading all the document in u-boot source tree and going through the code of u-boot-1.1.3.
Why are you starting with OLD code? Please use the top of tree from the git repository instead!
am confused that how to write the image in NAND FLASH, thats why I am using the other option and that is to download the boot image from UART where one host utility will be runing on the host PC that does few handshaking with board's primary boot loader and than downloads secondry boot loader from the host PC.
You should really start reading the FAQ.
Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
And NEVER post HTML!
Best regards,
Wolfgang Denk

Wolfgang Denk wrote:
In message E1FKDWn-00029C-Df@mail.sourceforge.net you wrote:
I am fresh engineer in this field working with DM6446 EVM DAVINCI board which contains DSP as well ARMEJ9. I need to bring that board up. I don't have any experience of how to load the boot loader, how the things goes after boot loader get loaded, so and so. I am working by reading all the document in u-boot source tree and going through the code of u-boot-1.1.3.
Why are you starting with OLD code? Please use the top of tree from the git repository instead!
am confused that how to write the image in NAND FLASH, thats why I am using the other option and that is to download the boot image from UART where one host utility will be runing on the host PC that does few handshaking with board's primary boot loader and than downloads secondry boot loader from the host PC.
You should really start reading the FAQ.
Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
And NEVER post HTML!
Best regards,
Wolfgang Denk
well sorry for posting mail in HTML, I've started compiling uboot and at the first instant I am getting error something like
[root@localhost u-boot-1.1.3]# make davinci_config Configuring for davinci board... [root@localhost u-boot-1.1.3]# make all make[1]: Entering directory `/home/mehulgohel/u-boot-1.1.3/tools' make[1]: `.depend' is up to date. make[1]: Leaving directory `/home/mehulgohel/u-boot-1.1.3/tools' make[1]: Entering directory `/home/mehulgohel/u-boot-1.1.3/examples' make[1]: `.depend' is up to date. make[1]: Leaving directory `/home/mehulgohel/u-boot-1.1.3/examples' make[1]: Entering directory `/home/mehulgohel/u-boot-1.1.3/post' make[1]: `.depend' is up to date. make[1]: Leaving directory `/home/mehulgohel/u-boot-1.1.3/post' make[1]: Entering directory `/home/mehulgohel/u-boot-1.1.3/post/cpu' make[1]: *** No rule to make target `asm.S', needed by `.depend'. Stop. make[1]: Leaving directory `/home/mehulgohel/u-boot-1.1.3/post/cpu' make: *** [depend] Error 2 [root@localhost u-boot-1.1.3]#
Did I went wrong any where, I've not touched anything else not any configuration parameter or anything,.
Regards, Mehul Gohel .

In message 441BECC9.10204@einfochips.com you wrote:
well sorry for posting mail in HTML, I've started compiling uboot and at the first instant I am getting error something like
And please also never full-quote!
[root@localhost u-boot-1.1.3]# make davinci_config Configuring for davinci board...
I understand this is your custom board configuration, right?
make[1]: Entering directory `/home/mehulgohel/u-boot-1.1.3/post/cpu' make[1]: *** No rule to make target `asm.S', needed by `.depend'. Stop.
This message is clear: the file "asm.S" in directory "post/cpu" is needed, but cannot be found. Seems your source code is incomplete.
Did I went wrong any where, I've not touched anything else not any configuration parameter or anything,.
Obviously this is not a complete source code tree.
And, for the last time (I will not repeat this): don't use old versions for current work. Please use the top-of-tree version from the git repository instead.
Content-Type: text/x-vcard; charset=utf-8; name="mehul.gohel.vcf" Content-Transfer-Encoding: 7bit
Arghh.. and omit such crap, please.
eInfochips Business Disclaimer: This message may contain confidential, proprietary or legally Privileged information. In case you are not the original intended Recipient of the message, you must not, directly or indirectly, use, Disclose, distribute, print, or copy any part of this me
And never add such stupid disclaimers, either!
It seems you are really trying hard to drop one clanger after another. This is not a good way to get free help...
Wolfgang Denk
participants (2)
-
Mehul Gohel
-
Wolfgang Denk