On Thu, Oct 24, 2013 at 9:03 PM, Joshua Datko <[email protected]> wrote: > > How does one build the Debian eMMC flasher image from > http://elinux.org/BeagleBoardDebian#eMMC:_BeagleBone_Black ? > > First of all, thanks to R. Nelson for making this, it's great! > > I'd like customize the kernel and add some packages and provide a similar > image of my own. I think I'm good with how to create and configure the > kernel, but I don't get how to create a rootfs and then install armhf > packages into the rootfs so that I can bundle up everything.
So it's just a two stage process. https://github.com/RobertCNelson/omap-image-builder First using "omap-image-builder" i just run the ./build_image.sh script Which create the base "console" image you see here: http://elinux.org/BeagleBoardDebian#Demo_Image Next the "setup_sdcard.sh" is ran with "--img filename" vs "--mmc /dev/sdX" and the "--bbb-flasher" is enabled that enables/runs this script on bootup: https://github.com/RobertCNelson/tools/blob/master/scripts/beaglebone-black-copy-microSD-to-eMMC.sh that flashes the eMMC... Note: the "omap-image-builder" script was more written for consistency and building all the images i push out every month then for ease of use. Sometimes it's easier to just fork the repo and copy the "build_kernel.sh" script and minimize it for your own needs.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
