cksim wrote:
Hi,
Lately, I have noted an unusable u-boot 1.1.5 on
www.linux4sam.org.
The precompiled ".bin" works fine (loaded at offset 0x8000 in dataflash).
However, I compiled the uboot from the given source (with patch applied) as follows and load into 0x8000 dataflash offset, but uboot cannot start.
make distclean
make at91sam9261ek_config
make
Anyone has the same experience ?
Is there something missing in the u-boot source ?
Appreciate any advise and help.
Thanks in advance.
Sim CK
Perhaps your build process doesn't cross-compile?
I'm using:
Code:
tar -jxvf SRC/U-Boot/u-boot-1.1.5.tar.bz2
cd u-boot-1.1.5/
bzcat ../SRC/U-Boot/u-boot-1.1.5_atmel_1.5.diff.bz2 | patch -p1
make distclean
make at91sam9263ek_config
make CROSS_COMPILE=/misc/usb/2008-03/oe/tmp/cross/bin/arm-angstrom-linux-gnueabi-
So, I use the compilers previously build with OpenEmbedded to generate U-Boot.