Thanks Robert, I ran the setup_sdcard.sh like this: sudo ./setup_sdcard.sh --img myimage.img --dtb beaglebone --uboot bone. This seemed to do the trick. The script complained about dependencies, which I installed, but it probably should also check for the parted package. Parted was not originally installed, which caused the script to fail. I'll look around the script and see if I can submit a pull request.
It looks like I can add packages in /var/pkg_list.sh. But if I wanted to add a repo besides the normal repositories, like one would normally do to /etc/apt/sources.list, I didn't see (or understand) how I could set this up. Josh On Thu, Oct 24, 2013 at 8:14 PM, Robert Nelson <[email protected]>wrote: > 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 a topic in the > Google Groups "BeagleBoard" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/beagleboard/gkVwuE7324U/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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.
