On Wed, Jul 22, 2015 at 10:53 AM, jav321 <[email protected]> wrote: > Hi, > > I have prepared my sd-card for Ubuntu-boot using the script on this website > http://elinux.org/BeagleBoardUbuntu > > sudo ./setup_sdcard.sh --mmc /dev/mmcpklb0 --dtb beaglebone > > When I boot my beagle Bone, I think I can book with Ubuntu but now I want > write it on the eMMC, how is it possible ? > > I have tried writing pre-built image on sd-card and then booting with it to > write it on eMMC but it does not work ?
cd /opt/scripts/ git pull edit /boot/uEnv.txt cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh reboot.. watch from serial/hdmi as your eMMC get's flashed.. 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.
