Re: [U-Boot] Trouble with U-Boot on our EVM-based hardware

2011-02-17 Thread Albert ARIBAUD
Hi David, Le 16/02/2011 16:15, Schade, David a écrit : > Hi Albert, > > Thank you for your reply. > > I also tried the U-Boot version for beagleboard, which comdes from > git://www.denx.de/git/u-boot.git;protocol=git with revision > ca6e1c136ddb720c3bb2cc043b99f7f06bc46c55 and a lot of patch files

Re: [U-Boot] Trouble with U-Boot on our EVM-based hardware

2011-02-16 Thread Schade, David
Hi Albert, Thank you for your reply. I also tried the U-Boot version for beagleboard, which comdes from git://www.denx.de/git/u-boot.git;protocol=git with revision ca6e1c136ddb720c3bb2cc043b99f7f06bc46c55 and a lot of patch files. Is this not the mainline? With this source (and my changes, but

Re: [U-Boot] Trouble with U-Boot on our EVM-based hardware

2011-02-14 Thread Albert ARIBAUD
Hi David, Le 14/02/2011 11:59, Schade, David a écrit : >> I got trouble with U-Boot, which "forget" configuration in the gd->bd >> ->bi_dram[0].start and .size. >> At first I used the branch git://arago-project.org/git/projects/u-boot- >> omap3.git;protocol=git with revision >> 7683ca6af43c17cf

Re: [U-Boot] Trouble with U-Boot on our EVM-based hardware

2011-02-14 Thread Schade, David
Hello again, Now we are using the angstrom-2008.1.conf file of OpenEmbedded, which includes: ANGSTROM_GCC_VERSION ?= "4.3.3" The U-Boot compiled by this GCC without any source changes (with volatile) works perfect, we got DRAM: 256 MB ## Booting kernel from Legac

[U-Boot] Trouble with U-Boot on our EVM-based hardware

2011-02-11 Thread Schade, David
Hi there, First of all I am new with xldr/uboot, but not new with OMAP3(EVM). Maybe this isn't the correct address, so please be kind with me, if not. Our hardware is based on the OMAP3EVM board, but with some changes. I got trouble with U-Boot, which "forget" configuration in the gd->bd->