On Sat, Dec 21, 2013 at 6:02 PM, Dan Paulat <[email protected]> wrote: > I have been using Angstrom for a little while now, and now am attempting to > install Ubuntu 13.10 on my BeagleBoard-xM using the following procedure: > > http://elinux.org/BeagleBoardUbuntu#Method_2:_Use_the_NetInstall_method > > > I setup the boot partition on my SD card without any issues using the > following command from the netinstall git repository mentioned above: > > $ sudo ./mk_mmc.sh --mmc /dev/sdf --dtb omap3-beagle-xm --distro saucy > --serial-mode
use the "--dtb dt-beagleboard-xm" option.. At the time I didn't really care to explain this more then what's in this commit message, as it's ubuntu.. https://github.com/RobertCNelson/netinstall/commit/f4e7a6ae731172c44172f365c56e88960ba9f65b with ubuntu: saucy and everything later, the old v3.7.x based kernel we use for "--dtb omap3-beagle-xm" is broken and ubuntu only seems to work with kms based kernels going forward with the network based installer. Which brings me to a 2nd point, I'm planning to do some cleaning at the start of the new year with the netinstall script. 3.7.x is going byebye and the v3.12/v3.13 will be the only option for the older beagle/beaglexm.. 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.
