Re: [U-Boot] Boot Linux kernel with initramfs fails

2014-01-16 Thread Wolfgang Denk
Dear Jean-baptiste DURONEA, In message <52d7d2f7.2050...@gmail.com> you wrote: > > We made a custom board based on imx6solo. > I have the same problem ! The same problem as what or who? I cannot even guess... > I have some trouble booting linux kernel with initramfs. I built linux > kernel wit

Re: [U-Boot] Boot Linux kernel with initramfs fails

2014-01-16 Thread Jean-baptiste DURONEA
Hi everyone, We made a custom board based on imx6solo. I have the same problem ! I am using Mfgtools in order to flash the eMMC. In this regard, I made my own manufacturing u-boot, and linux kernel too. I have some trouble booting linux kernel with initramfs. I built linux kernel with CONFIG

Re: [U-Boot] Boot Linux kernel with initramfs fails

2013-07-18 Thread Wolfgang Denk
Dear Axel Lin, In message <1374128157.12431.9.camel@phoenix> you wrote: > > When I boot Linux kernel with FIT Image, the kernel does not unpacking > initramfs. > ( The root cause is "initrd_start is NULL".) That's probably because you don't tell Linux that there is a ramdisk. > The initramfs is

[U-Boot] Boot Linux kernel with initramfs fails

2013-07-17 Thread Axel Lin
Hi, 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. Is this a known issue or do I need special setting to boot a Linux kernel wi