On Fri, Jun 19, 2015 at 7:58 AM, Nick B <[email protected]> wrote: > When I program my BBB with lxde based Debian images from > http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2015-03-01 > the RNDIS driver seems to function correctly and I can ping and ssh into my > BBB through USB. However when I program the console > only images, the RNDIS connection doesn't work correctly. I am using a > Windows 7 PC, and I can see the new network connection get created > when I plug in the BBB, but it says Network Cable Unplugged. This behavior > is the same whether I use the Flasher images or the SD Card images, > current release (2015-03-01) or snapshots. Is there something different > about the console images that prevents the RNDIS from working correctly? > Is there a way that I can get the same behavior with the smaller console > images?
#First install udhcpd & git-core sudo apt-get update sudo apt-get install udhcpd git-core #Look at all that wasted space ;) #Second update the boot scripts: cd /opt/scripts/ git pull #reboot.. Regards, -- Robert Nelson https://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.
