[U-Boot] Booting a dt zImage kernel

2012-04-23 Thread Fabio Estevam
Hi, I am able to successfully boot a zImage kernel with latest 2012.04 U-boot on mx28evk. Now I want to boot a dt zImage version. These are the steps I am doing: make menuconfig and select [*] Support MXS platforms from device tree make imx28-evk.dtb make cat arch/arm/boot/imx28-evk.dtb

Re: [U-Boot] Booting a dt zImage kernel

2012-04-23 Thread Marek Vasut
Dear Fabio Estevam, Hi, I am able to successfully boot a zImage kernel with latest 2012.04 U-boot on mx28evk. Oh I'm so dead :-( Now I want to boot a dt zImage version. These are the steps I am doing: make menuconfig and select [*] Support MXS platforms from device tree make

Re: [U-Boot] Booting a dt zImage kernel

2012-04-23 Thread Shawn Guo
On 23 April 2012 22:13, Fabio Estevam feste...@gmail.com wrote: Hi, I am able to successfully boot a zImage kernel with latest 2012.04 U-boot on mx28evk. Now I want to boot a dt zImage version. Why do you need to do that at all? Turn on CONFIG_OF_LIBFDT, and you will be able to boot an DT

Re: [U-Boot] Booting a dt zImage kernel

2012-04-23 Thread Stefano Babic
On 23/04/2012 16:13, Fabio Estevam wrote: Hi, Hi Fabio, I am able to successfully boot a zImage kernel with latest 2012.04 U-boot on mx28evk. Now I want to boot a dt zImage version. These are the steps I am doing: make menuconfig and select [*] Support MXS platforms from device

Re: [U-Boot] Booting a dt zImage kernel

2012-04-23 Thread Fabio Estevam
On Mon, Apr 23, 2012 at 11:50 AM, Shawn Guo shawn@linaro.org wrote: Why do you need to do that at all?  Turn on CONFIG_OF_LIBFDT, and you will be able to boot an DT kernel (without dtb append) in the following command. tftpboot 4200 uImage; tftpboot 4280 imx28-evk.dtb; bootm

Re: [U-Boot] Booting a dt zImage kernel

2012-04-23 Thread Stephen Warren
On 04/23/2012 09:29 AM, Fabio Estevam wrote: On Mon, Apr 23, 2012 at 11:50 AM, Shawn Guo shawn@linaro.org wrote: Why do you need to do that at all? Turn on CONFIG_OF_LIBFDT, and you will be able to boot an DT kernel (without dtb append) in the following command. tftpboot 4200

Re: [U-Boot] Booting a dt zImage kernel

2012-04-23 Thread Fabio Estevam
Hi Stephen, On Mon, Apr 23, 2012 at 12:41 PM, Stephen Warren swar...@wwwdotorg.org wrote: There could well be many additional reasons, but it's probably due to http://lists.denx.de/pipermail/u-boot/2012-April/122781.html Yes, that fixes the boot :-) I saw your patch earlier, but I thought it