From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-baptiste DURONEA Date: Fri, 17 Jan 2014 12:32:50 +0100 Subject: [U-Boot] Fwd: Re: Boot Linux kernel with initramfs fails In-Reply-To: <20140117110745.109A03821EE@gemini.denx.de> References: <52D8F9CC.3090803@gmail.com> <52D8FBF8.2060106@gmail.com> <20140117110745.109A03821EE@gemini.denx.de> Message-ID: <52D914E2.8060001@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I'll try to have linux support so. Thank you. Regards, Le 17/01/2014 12:07, Wolfgang Denk a ?crit : > Dear Jean-Baptiste, > > In message <52D8FBF8.2060106@gmail.com> you wrote: >> I forgot some explanations, sorry about that. >> >> I refer to this problem : >> http://lists.denx.de/pipermail/u-boot/2013-July/159055.html > And there you wrote: > > | When I boot Linux kernel with FIT Image, the kernel does not unpacking initramfs. > | ( The root cause is "initrd_start is NULL".) > | > | The initramfs is built-in with kernel, so I don't specify ramdisk in my > | kernel.its file. > > initramfs handling is internal to Linux. This is not a problem with > U-Boot. > > Check how you build your kernel image and make sure the initramfs > image (and a working one) gets processed there. > > > Best regards, > > Wolfgang Denk >