Thread: DIY - KeK
View Single Post
Old 08-11-2012, 10:44 AM   #251
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Try this one on for size if you haven't read it yet:
http://www.linuxforu.com/2011/06/qem...opment-part-1/

Skip on down the page and pick up the story at "Modified Kernel for U-Boot"
(Buildroot can generate a uImage format kernel file for you.)

When you get to part 3, use the Freescale repository of u-boot (and the kernel if desired) that are indexed in our own "Tools Index" under source resources (bottom of page).

Edit:
I seem to be losing track, the Freescale kernel source releases are here:
http://drpbox.knetconnect.com/fscale/
But I didn't do the same for the Freescale u-boot releases, maybe I should.

That first section ends with running a hello world program from initramfs.
(Buildroot can generate an intial ramfs system for you or a filesystem image - if you need both (to duplicate a Kindle's behavior you do) then you get to run Buildroot twice).

The "recommended practice" on the BR mailing list has been: make clones for each purpose, I.E:
git clone <the public repo> br.git
git clone br.git br-ramfs.git
git clone br.git br-sysfs.git

That gives you three repos -
the br.git repo you can keep up to date with "git pull" (does not effect the other two)
each of the other two provide places for the two sets of (very different) configure options and file.

Last edited by knc1; 08-11-2012 at 11:37 AM.
knc1 is offline   Reply With Quote