On Wed, Sep 24, 2014 at 5:19 AM, <[email protected]> wrote: > 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 > ----------------------------- > ERROR: --dtb undefined > > After adding --dtb parameter : > ./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 --dtb beaglebone > 0+0 records in > 0+0 records out > 0 bytes (0 B) copied, 7.5792e-05 s, 0.0 kB/s > ----------------------------- > > That's all I get. > Looks like it copies no records to the image. > > Am I doing something wrong ? > How can I generate my own 'flasher image' ?
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, -- 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/d/optout.
