On Thu, Sep 10, 2015 at 2:24 AM, Fohnbit <[email protected]> wrote: > I found this: > https://github.com/RobertCNelson/tools/blob/master/scripts/beaglebone-black-copy-eMMC-to-microSD.sh > > But get errors: > When I boot the element14 BBB with my image, insert after the usd and start > local the script: > Error: script halting, system unrecognized... > > When I use autorun and start with uSD: > Running /dev/mmcblk0p1/autorun.sh...<\r> > /etc/init.d/S99autorun: /mnt/autorun.sh: line 29: lsblk: not found<\r> > Error: script halting, system unrecognized...<\r> > > Is this script good to backup and when yes, how can I use?
If the /opt/scripts/ directory exists you can use a script under that.. cd /opt/scripts/ git pull cd ./tools/eMMC/ 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]. For more options, visit https://groups.google.com/d/optout.
