[yocto] Bundling initramfs with uImage

2014-08-21 Thread Crast, Nicholas
All, I am currently working in an embedded environment, struggling to get the entire system running in RAM, so that everything is fresh after a reboot. I can currently use the initramfs-live-boot functionality to generate a .cpio.gz file, but I am lost on how to get this to 'bundle' with the uI

Re: [yocto] Bundling initramfs with uImage

2014-08-24 Thread Khem Raj
On 14-08-21 20:18:41, Crast, Nicholas wrote: > All, > > I am currently working in an embedded environment, struggling to get the > entire system running in RAM, so that everything is fresh after a reboot. I > can currently use the initramfs-live-boot functionality to generate a > .cpio.gz file,

Re: [yocto] Bundling initramfs with uImage

2014-08-25 Thread Crast, Nicholas
Software Engineer Saab Sensis Corporation Phone: 315-445-5703 Email: nicholas.cr...@saabsensis.com -Original Message- From: Khem Raj [mailto:raj.k...@gmail.com] Sent: Monday, August 25, 2014 1:32 AM To: Crast, Nicholas Cc: yocto@yoctoproject.org Subject: Re: [yocto] Bundling initramfs with

Re: [yocto] Bundling initramfs with uImage

2014-08-25 Thread Khem Raj
On 14-08-25 19:33:44, Crast, Nicholas wrote: > Thanks, > > This seems like a clean way to do what I want to do. So this means whenever I > do a build, it will > > 1.) Build the kernel > 2.) Build the filesystem (initramfs) > 3.) Rebuild the kernel with the bundled intramfs > > Correct? yes --