Hi Team,
We're working with a Beaglebone Black clone board. We made a custom OpenEmbedded Angstrom build with some patches and kernel modules specific to our application. We are able to put these on an SD card and boot no problem.
Next we want to create and load our custom image (similar to the official Cloud9 images) on the eMMC so we can run without an SD card. We saw the scripts in /meta-beaglebone/contrib/bone-flash-tool, but wanted to know if there was any documentation on how to use them to create an image form a build output.
-Ian