Re: MLO doesn't work, rest is ok

2012-09-05 Thread Norbert Roos
On 09/05/2012 01:46 PM, Jan Weitzel wrote: I used gcc-linaro-4.5 with gcc-4.6.2 it stops working here also. I will try it with an older version then. Thank you all for your help! Norbert ___ barebox mailing list barebox@lists.infradead.org http:/

Re: MLO doesn't work, rest is ok

2012-09-05 Thread Norbert Roos
On 09/05/2012 01:18 PM, Anand Gadiyar wrote: What is the size of the generated MLO file? 38312, so it's not a size problem. Norbert ___ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox

Re: MLO doesn't work, rest is ok

2012-09-05 Thread Norbert Roos
On 09/05/2012 01:15 PM, Sascha Hauer wrote: Maybe you could try an older toolchain. There are some dark memories in my mind, but it could also be that my mind is fooling me... Ok, i will try this.. The MLO is generated from barebox.bin with the omap_signGP tool. It seems the header is 520byt

Re: MLO doesn't work, rest is ok

2012-09-05 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:15 Wed 05 Sep , Sascha Hauer wrote: > On Wed, Sep 05, 2012 at 01:01:54PM +0200, Norbert Roos wrote: > > On 09/05/2012 12:53 PM, Sascha Hauer wrote: > > > > >What gcc version do you have? > > > > gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) > > Maybe you could try an older toolchain

Re: MLO doesn't work, rest is ok

2012-09-05 Thread Jan Weitzel
Am Mittwoch, den 05.09.2012, 13:15 +0200 schrieb Sascha Hauer: > On Wed, Sep 05, 2012 at 01:01:54PM +0200, Norbert Roos wrote: > > On 09/05/2012 12:53 PM, Sascha Hauer wrote: > > > > >What gcc version do you have? > > > > gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) > > Maybe you could try a

Re: MLO doesn't work, rest is ok

2012-09-05 Thread Anand Gadiyar
On Wed, Sep 5, 2012 at 4:31 PM, Norbert Roos wrote: > On 09/05/2012 12:53 PM, Sascha Hauer wrote: > > What gcc version do you have? >> > > gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) > > Is there something which i could quickly check in the MLO, a checksum for > example? Only if you know som

Re: MLO doesn't work, rest is ok

2012-09-05 Thread Sascha Hauer
On Wed, Sep 05, 2012 at 01:01:54PM +0200, Norbert Roos wrote: > On 09/05/2012 12:53 PM, Sascha Hauer wrote: > > >What gcc version do you have? > > gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) Maybe you could try an older toolchain. There are some dark memories in my mind, but it could also b

Re: MLO doesn't work, rest is ok

2012-09-05 Thread Norbert Roos
On 09/05/2012 12:53 PM, Sascha Hauer wrote: What gcc version do you have? gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) Is there something which i could quickly check in the MLO, a checksum for example? Only if you know something, otherwise i can look it up in the OMAP manual, what he is

Re: MLO doesn't work, rest is ok

2012-09-05 Thread Sascha Hauer
On Wed, Sep 05, 2012 at 12:00:56PM +0200, Norbert Roos wrote: > On 09/05/2012 11:41 AM, Jan Weitzel wrote: > > >I just test it here it works. > > Did another test - still doesn't work: > > tar xfj barebox-2012.08.0.tar.bz2 > cd barebox-2012.08.0 > export ARCH=arm > export CROSS_COMPILE=arm-linux

Re: MLO doesn't work, rest is ok

2012-09-05 Thread Norbert Roos
On 09/05/2012 11:41 AM, Jan Weitzel wrote: I just test it here it works. Did another test - still doesn't work: tar xfj barebox-2012.08.0.tar.bz2 cd barebox-2012.08.0 export ARCH=arm export CROSS_COMPILE=arm-linux-gnueabi- make pcm049_xload_defconfig make cp MLO barebox.bin Did you use pcm

Re: MLO doesn't work, rest is ok

2012-09-05 Thread Jan Weitzel
Am Mittwoch, den 05.09.2012, 11:25 +0200 schrieb Norbert Roos: > On 09/05/2012 08:12 AM, Jan Weitzel wrote: > > >> I just wanted to try the freshly generated MLO and barebox.bin on my > >> Phytec PCM049 board (OMAP4 based). Copied both files to the FAT > >> partition on the SD card. > >> > >> Unfo

Re: MLO doesn't work, rest is ok

2012-09-05 Thread Norbert Roos
On 09/05/2012 08:12 AM, Jan Weitzel wrote: I just wanted to try the freshly generated MLO and barebox.bin on my Phytec PCM049 board (OMAP4 based). Copied both files to the FAT partition on the SD card. Unfortunately it doesn't boot, after trying to boot from SD card the ROM boot loader oviously

Re: MLO doesn't work, rest is ok

2012-09-04 Thread Jan Weitzel
Am Dienstag, den 04.09.2012, 18:31 +0200 schrieb Norbert Roos: > Hello, > > I just wanted to try the freshly generated MLO and barebox.bin on my > Phytec PCM049 board (OMAP4 based). Copied both files to the FAT > partition on the SD card. > > Unfortunately it doesn't boot, after trying to boot

MLO doesn't work, rest is ok

2012-09-04 Thread Norbert Roos
Hello, I just wanted to try the freshly generated MLO and barebox.bin on my Phytec PCM049 board (OMAP4 based). Copied both files to the FAT partition on the SD card. Unfortunately it doesn't boot, after trying to boot from SD card the ROM boot loader oviously skips to booting from UART. Wh