On 14-08-26 18:41:22, Crast, Nicholas wrote:
> I am currently attempting to boot with an initramfs built into my uimage 
> using uboot. 
> 
> However, I cannot get it to boot correctly. If I make the uimage totally 
> bare-bones, and just use core-image-minimal-initramfs, then it hangs huring 
> init at the waiting for devices... printout. Going and gutting the init 
> script, I can get to single user mode and it looks like the filesystem is 
> there.
> 
> I want a more full system, so I included core-image-boot and 
> core-image-basic. I figured this would initialize better. When I do this, my 
> uImage jumps up to ~50MB. U-boot then hangs at "starting kernel..."
> 

core-image-minimal should boot you into shell console. That should have
been enough

> I don't think that the uimage is clobbering the device tree, because the 
> device tree is loaded at 0x100, and the uimage is loaded at 0x8000. 
> 

make sure that memory is not overlapping and is initiaized

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to