Creating flasher image from existing eMMC install

I’m trying to generate a custom eMMC-flasher image.

To start with I’ve used the BBB-eMMC-flasher-debian-7.6-console-armhf-2014-09-04-2gb.img and burnt it onto my BeagleBone Black (rev C with 4GB eMMC).

Added some of my aplications etc and wanted to make a ‘flasher’ image to use it on other BeagleBones Black.

But when I run the setup_sdcard.sh as described here:
https://github.com/RobertCNelson/omap-image-builder

I get:

`
./setup_sdcard.sh --img BBB-eMMC-flasher-debian-7.X-YYYY-MM-DD --uboot bone --beagleboard.org-production --bbb-flasher --boot_label BEAGLE_BONE --rootfs_label eMMC-Flasher --enable-systemd
0+0 records in
0+0 records out
0 bytes (0 B) copied, 7.3333e-05 s, 0.0 kB/s

Thanks for documentation bug report, fixed:

https://github.com/beagleboard/image-builder/commit/73369545d01fa9c81470b718b42958a5b16b7a00

please re-review:
https://github.com/beagleboard/image-builder/blob/master/readme.md

you'll notice "--uboot bone" is gone and depreciated..

Regards,