On Tue, Jun 10, 2014 at 5:23 PM, Zach Cox <[email protected]> wrote: >> Laughs, so we had setup that initial debian image to work with UWN200 >> out of the box. > > Yeah I know :) and it did work on that debian after a few simple > commands, but I need Ubuntu 13.04 specifically for ROS. > >> Sure, we can make 13.04 work too.. So the question, who's 13.04 are you >> using? > > I believe I'm using your 13.04, here are the instructions I followed > to successfully flash 13.04 to the emmc: > > http://avedo.net/653/flashing-ubuntu-13-04-or-debian-wheezy-to-the-beaglebone-black-emmc/ > > http://elinux.org/Beagleboard:Ubuntu_On_BeagleBone_Black
Well, we will see how "old" that is.. First, check that a "/etc/rcn-ee.conf" exists.. If it does, add: third_party_modules=enable If it's not, echo "distro=Ubuntu" > /tmp/rcn-ee.conf echo "deb_distribution=Ubuntu" >> /tmp/rcn-ee.conf echo "third_party_modules=enable" >> /tmp/rcn-ee.conf sudo mv /tmp/rcn-ee.conf /etc/rcn-ee.conf Then run: wget http://rcn-ee.net/deb/raring-armhf/v3.8.13-bone56/install-me.sh sudo /bin/bash install-me.sh 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/d/optout.
