On Thu, Jul 20, 2017 at 4:49 AM, T Obulesu <[email protected]> wrote: > > Hello all, > I have a Beaglebone black and installed with Debian IoT image. > I'm running few python applications in it. > I want to make a new Image with the existing image that should include my > python applications and install this image in 100 new BBBs... > And few things like ifconfig settings (set a static IP), internet settings > and installation of python libraries should be automatically done while the > image installation is in progress.. > How can I do this? > Is it possible?
There's a built-in "cloning" script, it'll create a microSD based off your eMMC to clone to multiple bone's.. cd /opt/scripts/tools/eMMC/ git pull sudo ./beaglebone-black-make-microSD-flasher-from-eMMC.sh Regards, -- Robert Nelson https://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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhUA71QWO%2B52ayGPsLF8w751SwJenn3m53raSwH6J-T9g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
