Got it, thanks. 

So I'll basically plug in the FTDI, open a terminal emulator and try to 
boot off my cloned image and see what she says.

Unfortunately, I have to go through my eMMC copying routine first, and I 
have to remove 6" of snow first ...

I wasn't expecting any trouble using dd to clone the eMMC. I had done 
pretty much exactly the same thing converting my Windows and Linux systems 
to SSDs and it worked like a charm. I would have figured that, unless 
something like the MAC address (which is unique to each platform) matters 
to the OS it would work on the BBB as well.

By the way - I know you are very active in supporting the platform. Thanks 
on behalf of all BBB users.

I think it is great piece of kit.

Brian

On Monday, January 6, 2014 8:55:45 PM UTC-5, RobertCNelson wrote:
>
> On Mon, Jan 6, 2014 at 7:51 PM, Brian Piccioni 
> <[email protected]<javascript:>> 
> wrote: 
> > Thanks for the suggestions. 
> > 
> > I have found this information regarding serial.conf 
> >      sudo nano /media/rootfs/etc/init/serial.conf 
> >      With this content: 
> >             /etc/init/serial.conf 
> >             start on stopped rc RUNLEVEL=[2345] 
> >             stop on runlevel [!2345] 
> > 
> >             respawn 
> >             exec /sbin/getty 115200 ttyO0 
> > 
> > Are these the ones you mean? 
>
> That just sets up getty on ttyO0 so you login over the serial port too.. 
>
> > I don't know which adjustments to the uEnv.txt I need - the ones I have 
> seen 
> > appear to be about mounting the microSD under Angstrom (I think). Are 
> there 
> > others? Also, I have not followed Robert's instructions (yet) are there 
> > instructions for cloning eMMC I should be following? 
>
> I actually use rsync/sfdisk to create a new microSD of the eMMC then 
> just using dd.. It's also way faster 5-10 minutes.. 
>
> For example this will copy the eMMC to microSD: 
>
> https://github.com/RobertCNelson/tools/blob/master/scripts/beaglebone-black-copy-eMMC-to-microSD.sh
>  
>
> however it'll only work on the images i host on rcn-ee.net due to some 
> assumptions made in my images. 
>
> 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.

Reply via email to