Hi all,
I'm running into this issue when I'm trying to rebuild a uboot image with a newer version of uboot source code. I found this webpage by ti:
http://www.ti.com.cn/cn/lit/ug/sprufg0/sprufg0.pdf
Section 2.2 U-Boot 1.2.0 says:
3. For DM6446, the default configuration is to build for NOR boot mode. Follow the steps below to build a
new u-boot 1.2.0 binary for NOR boot mode:
cd u-boot-1.2.0
make distclean
make davinci_config
make
I downloaded the 1.2.0 uboot source from the following website, which I think should be the official one:
http://ftp.denx.de/pub/u-boot/
However, the one I downloaded doesn't even support the davinci config, since under it's include/configs/, there's no davinci.h file! However, I downloaded another 1.2.0 from this website:
http://sourceforge.net/projects/precor/?source=dlp
This one does have that file.
So 1. I'm confused of which version is the real 1.2.0 that TI "LSP 1.20 DaVinci Linux EVM Installation- User's Guide" document is talking about. Could you please give a specific location of the sources? 2. My reason of rebuilding the uboot is because that I changed my flash part. Do I have to specify any other stuff to fit to my flash part before compiling? 3. Is 1.2.0 the highest version that I can use to build uboot for dm644x? If I would like to use higher version, is there any document that I can refer to customize the uboot source?
Thank you so much in advance. Please help me with any suggestions!!