On Mon, Jan 6, 2014 at 7:51 PM, Brian Piccioni <[email protected]> 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.
