Hi Robert, I just started to play around with your omap-image-builder scripts. What I'm essentially trying to achieve is a customized version of your BBB flasher image which creates three instead of two partitions. I tried to edit beaglebone-black-copy-eMMC-to-microSD.sh on the flasher SD, thinking that I can "smuggle" my partition in there, but it didn't work. Maybe I simply failed at the sfdisk arguments, but I'm really not sure where to go from here. Can you give me a hint? Right now, when I run ./build_image.sh, the scripts seems to download a lot from ubuntu's package servers, not for debian. I tried to edit .project according to my needs but I'm kinda stuck and I don't think I'm doing it right. ;-)
Another question, once I have a stable system on my beagle bone, can I create a flasher microSD directly from the running system which contains my custom debian install so I can then install it on another beagle bone, too? What would be a way to achieve that? Thank you for your time, Oliver Am Freitag, 25. Oktober 2013 04:14:48 UTC+2 schrieb RobertCNelson: > > On Thu, Oct 24, 2013 at 9:03 PM, Joshua Datko <[email protected]<javascript:>> > 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.
