Re: [U-Boot] Upstream uboot and Arndale 5250 support

2014-10-08 Thread Guillaume Gardet
Le 08/10/2014 12:16, Paolo Pisati a écrit : that's weird, because i don't have bootz: are you using a patched u-boot? i'm using the default arndale_defconfig. anyhow, can i have your full working config? i'm starting to feel i'm chasing ghosts here. I used this patch for -rc2 (which wil

Re: [U-Boot] Upstream uboot and Arndale 5250 support

2014-10-08 Thread Paolo Pisati
that's weird, because i don't have bootz: U-Boot 2014.10-rc3 (Oct 08 2014 - 11:34:33) for ARNDALE CPU:Exynos5250@1000MHz Board: Arndale I2C: i2c_init: failed to init bus 0 for speed = 10 ready DRAM: 2 GiB trace: copying 00086db4 bytes of early data from 5000 to beff trace: ena

Re: [U-Boot] Upstream uboot and Arndale 5250 support

2014-10-08 Thread Guillaume Gardet
I used the following values with 2014.10-rc2: kerneladdr=0x4400 ramdiskaddr=0x4500 fdtaddr=0x4c00 But I used a zImage. If you use a uImage, you need to modify the kernel load addr. Guillaume Le 07/10/2014 17:02, Paolo Pisati a écrit : those are the addresses suggested by u-boot a

Re: [U-Boot] Upstream uboot and Arndale 5250 support

2014-10-07 Thread Paolo Pisati
those are the addresses suggested by u-boot and yes, i already tried moving stuff around but it didn't fix it: what's the working config with your board? u-boot version? On Tue, Oct 7, 2014 at 4:34 PM, Guillaume Gardet wrote: > Hi, > > Le 07/10/2014 14:58, Paolo Pisati a écrit : > >> Hi, >> >> i'

Re: [U-Boot] Upstream uboot and Arndale 5250 support

2014-10-07 Thread Guillaume Gardet
Hi, Le 07/10/2014 14:58, Paolo Pisati a écrit : Hi, i've been trying to update the u-boot on my board (sd booting), from the Linaro one (2012.10) to a v2014.X, but so far had no luck: make arndale_config export CROSS_COMPILE=/usr/bin/arm-linux-gnueabihf- make ... dd if=arndale-bl1.bin of=/de

[U-Boot] Upstream uboot and Arndale 5250 support

2014-10-07 Thread Paolo Pisati
Hi, i've been trying to update the u-boot on my board (sd booting), from the Linaro one (2012.10) to a v2014.X, but so far had no luck: make arndale_config export CROSS_COMPILE=/usr/bin/arm-linux-gnueabihf- make ... dd if=arndale-bl1.bin of=/dev/sdc bs=512 skip=1 dd if=arndale-spl.bin of=/dev/s