Re: [beagleboard] Re: Making a custom SD image of BBB's eMMC

2017-07-05 Thread Justin Pearson
Thank you Daniel! -Jusitn On Mon, Jul 3, 2017 at 9:31 AM, wrote: > Mount the SD with the resulting copy of your eMMC, then edit the file > /boot/uEnv.txt > > If the following line is commented, the SD card will NOT autoflash: >

Re: [beagleboard] Re: Making a custom SD image of BBB's eMMC

2017-07-04 Thread daniel . diaz . benito
Mount the SD with the resulting copy of your eMMC, then edit the file /boot/uEnv.txt If the following line is commented, the SD card will NOT autoflash: #cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh Uncomment the line and it will auto-flash on boot time. Daniel El divendres,

Re: [beagleboard] Re: Making a custom SD image of BBB's eMMC

2017-03-10 Thread William Hermans
For example here you will notice two different H tags for two of the same type of image: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Jessie_Snapshot_iot Jessie Snapshot iot Flasher: (iot) (All BeagleBone Variants) > > Get prebuilt image: > > wget >

Re: [beagleboard] Re: Making a custom SD image of BBB's eMMC

2017-03-10 Thread William Hermans
On Fri, Mar 10, 2017 at 10:24 AM, Justin Pearson wrote: > This sounds like what I'm looking for, thanks. > > Follow-up: Is there an easy way to modify this procedure so the new BBB > simply boots from the SD card instead of wiping out its eMMC with the image > on the SD

Re: [beagleboard] Re: Making a custom SD image of BBB's eMMC

2017-03-10 Thread Justin Pearson
On Fri, Mar 10, 2017 at 6:37 AM, Charlie Rysenga wrote: > >- Boot master BBB with no SD card in >- Insert SD card >- Log in (e.g. with serial terminal, SSH etc.) and run sudo >/opt/scripts/tools/eMMC/beaglebone-black-make-microSD-flasher-from-eMMC.sh >(you

[beagleboard] Re: Making a custom SD image of BBB's eMMC

2017-03-10 Thread Charlie Rysenga
There is a much easier way if you are running the Debian image from BB.org there is a script that is already on your bone. Steps are as follows: - Boot master BBB with no SD card in - Insert SD card - Log in (e.g. with serial terminal, SSH etc.) and run sudo