I've just received the BeagleBone Green and Grove IoT Starter Kit Powered by AWS. The leaflet in the box of the BeagleBone Green lists a 3 step procedure to getting started, this is appears to be very out of date or completely wrong. After a quite a bit of frustration and Googling I managed to get connected. The issues with steps on the leaflet are: 1. Step 1 Ok. 2. Step 2 Leaflet says to install drivers Problem 1: For OSX the recommended HoRNDIS drivers don't work for OSX El Capitan per http://joshuawise.com/horndis. Problem 2: For Windows 10 installation there is no guidance to say that driver signing checking needs to be disabled so that http://beagleboard.org/static/Drivers/Windows/BONE_D64.exe will install 3. Step 3 Leaflet says to browse to your Green Problem 1: Accessing http://192.168.7.2 fails with Firefox reporting "Firefox can't establish a connection to the server at 192.168.7.2" as there is nothing listening to 192.168.7.2:80 Problem 2: Connecting to 192.168.7.2:8080 brings up an Apache httpd empty directory listing. 4. Finally connecting to http://192.168.7.2:3000 brings up the Cloud9 IDE, so that you can start doing something useful. In case anybody is interested below is a netstat listing of listening processes confirming the preceding: root@beaglebone:/var/lib/cloud9# netstat -a -n Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:3389 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:3350 0.0.0.0:* LISTEN tcp6 0 0 :::8080 :::* LISTEN tcp6 0 0 :::22 :::* LISTEN tcp6 0 0 :::3000 :::* LISTEN tcp6 0 257 192.168.7.2:3000 192.168.7.1:54226 ESTABLISHED udp 0 0 0.0.0.0:5353 0.0.0.0:* udp 0 0 0.0.0.0:57645 0.0.0.0:* udp 0 0 0.0.0.0:67 0.0.0.0:* udp6 0 0 :::5353 :::* udp6 0 0 :::43371 :::*
-- 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.
