[linux-sunxi] Re: fel-sdboot.sunxi problems on Cubietruck and A20-OLinuXino-MICRO

2015-12-29 Thread Bernhard Nortmann
For reference: The fel-sdboot.bin I compiled myself was also done with a Gentoo cross-compiler sunxi-tools # armv7a-hardfloat-linux-gnueabi-gcc -v Using built-in specs. COLLECT_GCC=/usr/i686-pc-linux-gnu/armv7a-hardfloat-linux-gnueabi/gcc-bin/4.8.3/armv7a-hardfloat-linux-gnueabi-gcc

[linux-sunxi] Re: fel-sdboot.sunxi problems on Cubietruck and A20-OLinuXino-MICRO

2015-12-29 Thread Bernhard Nortmann
I've just noticed that omitting all options from the compilation alters the binary. With the options explicitly listed in fel-sdboot.c, I get this: sunxi-tools # armv7a-hardfloat-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -fno-builtin -ffreestanding -nostdinc

Re: [linux-sunxi] Re: fel-sdboot.sunxi problems on Cubietruck and A20-OLinuXino-MICRO

2015-12-29 Thread Piotr Król
On Tue, Dec 29, 2015 at 11:16:57AM +0200, Siarhei Siamashka wrote: > Hi Piotr, > > Thanks for providing the logs. > > On Tue, 29 Dec 2015 01:25:25 +0100 > Piotr Król wrote: > > > Using built-in specs. > > COLLECT_GCC=arm-linux-gnueabihf-gcc > >

Re: [linux-sunxi] Re: fel-sdboot.sunxi problems on Cubietruck and A20-OLinuXino-MICRO

2015-12-29 Thread Siarhei Siamashka
Hi Piotr, Thanks for providing the logs. On Tue, 29 Dec 2015 01:25:25 +0100 Piotr Król wrote: > Using built-in specs. > COLLECT_GCC=arm-linux-gnueabihf-gcc >

Re: [linux-sunxi] Re: [PATCH] ARM: dts: sun4i: Use red1 LED for heartbeat indication on Marsboard A10

2015-12-29 Thread Chen-Yu Tsai
On Tue, Dec 29, 2015 at 8:33 PM, Hans de Goede wrote: > Hi, > > On 27-12-15 21:51, Maxime Ripard wrote: >> >> On Sat, Dec 26, 2015 at 12:57:59PM +0300, Aleksei Mamlin wrote: >>> >>> Marsboard A10 have four red LEDs, the first one can be used for >>> heartbeat indication. >>>

Re: [linux-sunxi] Re: [PATCH] ARM: dts: sun4i: Use red1 LED for heartbeat indication on Marsboard A10

2015-12-29 Thread Hans de Goede
Hi, On 27-12-15 21:51, Maxime Ripard wrote: On Sat, Dec 26, 2015 at 12:57:59PM +0300, Aleksei Mamlin wrote: Marsboard A10 have four red LEDs, the first one can be used for heartbeat indication. Signed-off-by: Aleksei Mamlin I'm really not sure about this one. This is

[linux-sunxi] Re: [PATCH] ARM: dts: sun4i: Use red1 LED for heartbeat indication on Marsboard A10

2015-12-29 Thread Aleksei Mamlin
On Sun, 27 Dec 2015 21:51:51 +0100 Maxime Ripard wrote: > On Sat, Dec 26, 2015 at 12:57:59PM +0300, Aleksei Mamlin wrote: > > Marsboard A10 have four red LEDs, the first one can be used for > > heartbeat indication. > > > > Signed-off-by: Aleksei Mamlin