
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 .