**** BEGIN LOGGING AT Fri Mar 17 03:00:02 2017 Mar 17 03:38:38 jstZH are 2.54mm 0.1" pitch connectors. don't have a blue yet, so can't vouch. Mar 17 03:41:08 aptitude inside qemu with the rootfs being an eMMC served via u-boot's usb mass storage gadget is... not fast Mar 17 03:41:47 oh yeah, and segmentation fault, forgot about that one Mar 17 03:43:43 haha Mar 17 03:45:01 the segfault isn't a show-stopper, it only happens if you try to actually install packages from the gui, but you can update the package state in the gui and then do "aptitute install" from the commandline Mar 17 03:45:12 s/gui/tui/ # whatever Mar 17 08:12:36 . Mar 17 08:12:40 yfg Mar 17 13:32:26 I'm having trouble with a beaglebone blue - running a simple blink script and it's telling me "error: Unable to find LED: usr0" and other errors about the pin declarations -- thoughts? Mar 17 13:33:01 first few lines of code var b = require('bonescript'); var state = b.LOW; b.pinMode("USR0", b.OUTPUT); Mar 17 13:33:17 it's the default it has in the get started thing lol Mar 17 20:59:44 hello? Mar 17 21:01:14 I had a quick question: Does someone know if ssh is installed and enabled by default on the flasher image for the beaglebone black found here http://elinux.org/BeagleBoardUbuntu#Flasher Mar 17 21:01:31 I flashed my BeagleBone but cannot seem to SSH into it Mar 17 21:03:51 Are you using the Ethernet Jack or USB? Mar 17 21:06:28 I tried both, through ethernet it doesn't get an IP address, USB it does but no ports are open when I run nmap Mar 17 21:07:40 Not even http: ? Mar 17 21:08:29 Nope, that may be odd Mar 17 21:09:16 Is the blue LED flashing? Mar 17 21:09:31 yeah It seems to boot up fine Mar 17 21:09:43 and does get an IP over USB Mar 17 21:09:49 kk Mar 17 21:10:36 So do you have console on the machine? (eg: HDMI / Keyboard attached?) Mar 17 21:11:57 No I don't have the HDMI cable so I was hoping I could just remote in :/. This is the ifconfig output with just a USB connection: http://pastebin.com/FTMEXhdv Mar 17 21:14:10 So you're trying the 192.168.6.1 address? Mar 17 21:14:32 yes, and the top one updated to have an IP of 192.168.7.1, I tried both Mar 17 21:14:47 How about 192.168.7.2? Mar 17 21:15:25 or 192.168.6.2 ? Mar 17 21:15:55 ah it worked!!! Mar 17 21:16:02 Yay! Mar 17 21:16:03 Why is that? Mar 17 21:16:11 Yeah, the link you're seeing is the network link Mar 17 21:16:27 eg: 192.168.6.1 is the network that the BBB set up Mar 17 21:16:35 hmmm okay Mar 17 21:16:40 the device is listening on 192.168.6.2 / 7.2 Mar 17 21:17:04 Usually 192.168.x.1 is the gateway address Mar 17 21:17:37 aka the router address. (https://en.wikipedia.org/wiki/Gateway_address) Mar 17 21:17:37 KeyError: u'extract' (file "/usr/local/lib/python2.7/dist-packages/sopel/modules/wikipedia.py", line 87, in mw_snippet) Mar 17 21:17:53 Poor bot. Mar 17 21:18:52 That's why none of the ports were showing as open: the address you were looking at was the router address for the BBB Mar 17 21:21:32 ayjay_t: btw, have you ever looked at the tps65218 ? it's clearly related to the tps65217, but somewhat fancier and... "For TPS65218, we allow the user to program their own EEPROM if they are willing to sign a liability waiver." Mar 17 21:21:42 :o Mar 17 21:25:13 I still don't get why they're that fussy about programming a pmic though Mar 17 22:10:13 lol aywers Mar 17 22:10:15 lawyers* Mar 17 22:10:29 i'll take a look at it. the power section for my device is going to be pretty gnarly i think Mar 17 22:10:33 but i'm trying to keep the cost down Mar 17 22:21:35 haven't looked at the price Mar 17 22:21:56 or the device itself in any detail really Mar 17 23:22:56 also, "lawyers" is not really an explanation... why *specifically* pmic default config? it's not about the risk you fry your SoC, since you can do that perfectly well with the runtime settings Mar 18 00:38:22 Hi, I'm trying to use beaglebone BLUE GPIO (and other periferals) from python(with Adafruit_BBIO). Now do I know the right names of the pins ? **** ENDING LOGGING AT Sat Mar 18 03:00:01 2017