Re: [U-Boot] u-boot can boot Linux in zImage format while not in uImage format

2013-06-26 Thread Bo Shen
Hi Wolfgang Denk, On 06/27/2013 01:39 PM, Wolfgang Denk wrote: Dear Bo Shen, In message <51cbb1c0.2090...@atmel.com> you wrote: ## Booting kernel from Legacy Image at 2200 ... Image Name: Linux-3.10.0-rc7+ Image Type: ARM Linux Kernel Image (uncompressed) Data Size:

Re: [U-Boot] u-boot can boot Linux in zImage format while not in uImage format

2013-06-26 Thread Wolfgang Denk
Dear Bo Shen, In message <51cbb1c0.2090...@atmel.com> you wrote: > > ## Booting kernel from Legacy Image at 2200 ... > Image Name: Linux-3.10.0-rc7+ > Image Type: ARM Linux Kernel Image (uncompressed) > Data Size:1514568 Bytes = 1.4 MiB Are you sure this is a working Linu

Re: [U-Boot] u-boot can boot Linux in zImage format while not in uImage format

2013-06-26 Thread Bo Shen
Hi Fabio, On 06/27/2013 11:19 AM, Fabio Estevam wrote: On Wed, Jun 26, 2013 at 11:47 PM, Bo Shen wrote: Hi All, I am meeting a strange issue. The u-boot can boot device tree supported Linux in zImage format and can not boot in uImage format. The detail information as following: 1. set t

Re: [U-Boot] u-boot can boot Linux in zImage format while not in uImage format

2013-06-26 Thread Fabio Estevam
On Wed, Jun 26, 2013 at 11:47 PM, Bo Shen wrote: > Hi All, > I am meeting a strange issue. The u-boot can boot device tree supported > Linux in zImage format and can not boot in uImage format. The detail > information as following: > > 1. set the bootargs > 2. tftp 0x2100 dtb, and tftp 0

[U-Boot] u-boot can boot Linux in zImage format while not in uImage format

2013-06-26 Thread Bo Shen
Hi All, I am meeting a strange issue. The u-boot can boot device tree supported Linux in zImage format and can not boot in uImage format. The detail information as following: 1. set the bootargs 2. tftp 0x2100 dtb, and tftp 0x2200 uImage, then bootm 0x2200 - 0x2100, it c