On Tue, Aug 2, 2016 at 12:49 PM, Lidia Toscano <[email protected]> wrote: > First, I successfully flashed the Angstrom dMMC image to the BBB but then I > issues trying to get the BBB to work using Ethernet. Someone from support > suggested I use Debian instead because Angstrom is not being supported any > longer. I've been trying to flash the Debian eMMC image to the BBB with no > success. The Debian image I downloaded from the BB site does not have the > "flasher" embedded in the name and I cannot find it anywhere. It seems it > should be readily available. I found the following instructions but I am > really new to the BBB and to programing so I am getting lost in the how to . > . . > > How do I do the following? Where do I find the /boot/uEnv.txt? What do I > use to edit it? > > Flashing eMMC > > To setup the standalone microSD image to automatically flash the eMMC on > powerup. *Note, img files with the words "eMMC-flasher" already had this > enabled...* > > In /boot/uEnv.txt: > > ##enable BBB: eMMC Flasher: > #cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh > > Change to: > > ##enable BBB: eMMC Flasher: > cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh > > and reboot the system, it'll flash the eMMC on the next bootup. (make sure > to remove the microSD after flashing is complete) > > > I am assuming this procedure will boot using the image I already have on the > microSD which does not have the "flasher" embedded in.
sudo nano /boot/uEnv.txt scroll to bottom, make change, "ctl-x" to save and exit... 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/CAOCHtYipFn%2BPEXAC5mCeqXJVoWHdBkh8%3DW9%3D5rD7Y1oKTy%2BrTQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
