Re: [U-Boot] imx: Kernel not booting with fdt

2013-07-03 Thread Matthias Weißer
Am 03.07.2013 03:16, schrieb Fabio Estevam: On Tue, Jul 2, 2013 at 12:26 PM, Matthias Weißer weiss...@arcor.de wrote: Hi I try to boot a current 3.11 kernel on a custom iMX25 board using DT. u-boot starts the kernel but it stops working just after the first eralyprintk lines are out. The

Re: [U-Boot] imx: Kernel not booting with fdt

2013-07-03 Thread Fabio Estevam
Hi Matthias, On Wed, Jul 3, 2013 at 3:20 AM, Matthias Weißer weiss...@arcor.de wrote: Isn't that supossed to be the right output for a DT kernel? We usually get something like (for a mx6qsabrelite board - I do not have my mx25pdk handy): Machine: Freescale i.MX6 Quad/DualLite (Device Tree),

Re: [U-Boot] imx: Kernel not booting with fdt

2013-07-03 Thread Matthias Weißer
Am 03.07.2013 13:25, schrieb Fabio Estevam: The Generic DT based system is not usual. Sure. It is based on imx25-pdk.dts minus nand plus uart2 which is used as debug uart on the system in question. /dts-v1/; #include imx25.dtsi / { model = Graf-Syteco zmx25; compatible =

Re: [U-Boot] imx: Kernel not booting with fdt

2013-07-03 Thread Fabio Estevam
On Wed, Jul 3, 2013 at 11:20 AM, Matthias Weißer weiss...@arcor.de wrote: Yes. Thanks a lot. But why is that? Can you give me an explanation for that or point me to the correct documentation? Does it boot now? I think you got Generic DT based system because your original entry fsl,zmx25 is

Re: [U-Boot] imx: Kernel not booting with fdt

2013-07-03 Thread Matthias Weißer
Am 03.07.2013 16:33, schrieb Fabio Estevam: On Wed, Jul 3, 2013 at 11:20 AM, Matthias Weißer weiss...@arcor.de wrote: Yes. Thanks a lot. But why is that? Can you give me an explanation for that or point me to the correct documentation? Does it boot now? Yes, it does. And the output changed

[U-Boot] imx: Kernel not booting with fdt

2013-07-02 Thread Matthias Weißer
Hi I try to boot a current 3.11 kernel on a custom iMX25 board using DT. u-boot starts the kernel but it stops working just after the first eralyprintk lines are out. The u-boot/kernel output: bootm 0x8100 - 0x8080 ## Booting kernel from Legacy Image at 8100 ... Image Name:

Re: [U-Boot] imx: Kernel not booting with fdt

2013-07-02 Thread Stefano Babic
Hi Matthias, Am 02/07/2013 17:26, schrieb Matthias Weißer: Hi I try to boot a current 3.11 kernel on a custom iMX25 board using DT. u-boot starts the kernel but it stops working just after the first eralyprintk lines are out. The u-boot/kernel output: bootm 0x8100 - 0x8080 Never

Re: [U-Boot] imx: Kernel not booting with fdt

2013-07-02 Thread Fabio Estevam
On Tue, Jul 2, 2013 at 12:26 PM, Matthias Weißer weiss...@arcor.de wrote: Hi I try to boot a current 3.11 kernel on a custom iMX25 board using DT. u-boot starts the kernel but it stops working just after the first eralyprintk lines are out. The u-boot/kernel output: bootm 0x8100 -