RE: [U-Boot] cuImage and multi image?

2010-09-23 Thread Chen, Tiejun
> -Original Message- > From: Shawn Jin [mailto:shawnx...@gmail.com] > Sent: Thursday, September 23, 2010 4:23 AM > To: Chen, Tiejun > Cc: Scott Wood; ppcdev; uboot > Subject: Re: [U-Boot] cuImage and multi image? > > >> I have a large ramdisk image. The si

Re: [U-Boot] cuImage and multi image?

2010-09-22 Thread Shawn Jin
>> Can you paste the whole log from the u-boot prompt? > > In the previous run the ramdisk image was corrupted because the single > image was loaded at 0x80. But the boot message showed that the > initrd image was at 0x0066c000-0x009ae825. So it was over the 8MB > area. > > However after the lo

Re: [U-Boot] cuImage and multi image?

2010-09-22 Thread Shawn Jin
>> I have a large ramdisk image. The size of the image itself (i.e. the >> *.gz) is about 4MB. When the ramdisk was being decompressed > > Did you try to change link_address on the file, arch/powerpc/boot/wrapper? No. I don't have to. Right? The link_address is still 0x40. > Did you try boot

RE: [U-Boot] cuImage and multi image?

2010-09-22 Thread Chen, Tiejun
> -Original Message- > From: Shawn Jin [mailto:shawnx...@gmail.com] > Sent: Wednesday, September 22, 2010 1:43 PM > To: Chen, Tiejun > Cc: Scott Wood; ppcdev; uboot > Subject: Re: [U-Boot] cuImage and multi image? > > >> > > A follow up question. Wi

Re: [U-Boot] cuImage and multi image?

2010-09-21 Thread Shawn Jin
>> > > A follow up question. With this method, the total image size >> > > (uncompressed) is limited to the 4MB (the link address of >> the boot >> > > wrapper)? >> > >> > No. >> >> Yes, unless you change the link address, or provide a >> vmlinux_alloc callback (which currently only happens on true

RE: [U-Boot] cuImage and multi image?

2010-09-21 Thread Chen, Tiejun
n > Cc: ppcdev; uboot > Subject: Re: [U-Boot] cuImage and multi image? > > On Tue, 21 Sep 2010 03:03:22 +0200 > "Chen, Tiejun" wrote: > > > > -Original Message- > > > From: Shawn Jin [mailto:shawnx...@gmail.com] > > > Sent: Tuesda

Re: [U-Boot] cuImage and multi image?

2010-09-21 Thread Scott Wood
On Tue, 21 Sep 2010 03:03:22 +0200 "Chen, Tiejun" wrote: > > -Original Message- > > From: Shawn Jin [mailto:shawnx...@gmail.com] > > Sent: Tuesday, September 21, 2010 1:53 AM > > To: Chen, Tiejun > > Cc: ppcdev; uboot > > Subject: Re: cuImage and multi image? > > > > >> I have a cuImage