On Fri, Jan 31, 2014 at 2:55 AM, Boris Rybalkin <[email protected]> wrote: > I think I understand what is happening. > > 1. microSD-flasher copies files and generates fstab on microSD > 2. Then auto started eMMC-flasher copies files and generates its own fstab > > So I need to change /opt/scripts/tools/beaglebone-black-eMMC-flasher.sh > And then run > https://raw.github.com/RobertCNelson/tools/master/scripts/beaglebone-black-make-microSD-flasher-from-eMMC.sh
Ahh right, i see what your doing! first: cd /opt/scripts/tools/ git pull edit 'both' beaglebone-black-eMMC-flasher.sh eMMC/beaglebone-black-make-microSD-flasher-from-eMMC.sh adding your /etc/fstab tweak.. run: (assumes your running from eMMC) ./eMMC/beaglebone-black-make-microSD-flasher-from-eMMC.sh Take microSD and auto flash all your end devices.. 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/groups/opt_out.
