**** BEGIN LOGGING AT Sat Apr 16 02:59:58 2016 Apr 16 04:27:28 I'm getting ""Network Error: Software Caused Connection Abort" when i do apt-get update. Any idea what could be the issue? Apr 16 04:30:02 how is your BBB connected to the internet? Apr 16 04:31:48 ethernet Apr 16 04:32:06 Logs doesnt seem to say anything Apr 16 04:32:07 http://pastebin.com/kj0TcLm4 Apr 16 04:34:46 does that error happen for all servers or only for one particular repository? Apr 16 04:36:24 not all. sometime the apt-get fetches from 95% of repositories and sometimes 15%. I dont think its the problem of internet or the repositories. Apr 16 04:36:44 Infact it shows the same error when I run wicd-curses to setup Wifi Apr 16 04:37:00 I'm wondering it could be a permissions issue. Apr 16 04:37:11 Any idea how to find that out? Apr 16 04:39:59 sounds like unreliable network to me though Apr 16 04:41:06 i have connected beaglebone to win machine over usb. do you think usb drivers could be causing connection problem Apr 16 04:42:09 you said the connection to the internet is via the BBBs ethernet port? Apr 16 04:43:35 yea. i tried usb earlier. was not working. now ethernet. the network here is good. doesn't seem unreliable Apr 16 04:44:17 connection is uninterrupted until i do a run a command Apr 16 04:44:59 but when i run, it says errror Apr 16 04:45:29 is there connection keep alive setting in debian config Apr 16 13:36:03 If a .dtbo file is "built" into the image that I'm running, is there a way to override the dtbo with a new one in /lib/firmware? It appears that it doesn't load the one I put in /lib/firmware. Apr 16 13:39:44 there's no such thing as a "built-in dtbo file" Apr 16 13:41:41 there's just the main dtb from /boot/dtbs and overlays typically loaded from /lib/firmware Apr 16 13:42:11 Hmm... I have a cape plugged in, and I want to update the dtbo for that cape. I built it and put the dtbo in /lib/firmware and nothing changed. I'll look in /boot/dtbs. Apr 16 13:43:15 Ok, not in /boot/dtbs. I'll keep playing around. Apr 16 13:43:44 did you reboot? Apr 16 13:43:50 Yes. Apr 16 13:44:18 There may be something still wrong in the dts. The one you worked with me on works fine. I'll play and find it. Apr 16 13:44:37 be sure to also check for errors in the kernel log Apr 16 13:45:18 will do. Apr 16 13:56:08 Hi. Trying to get BBB going on the jessie image from beagleboard.org. (Debian 8.3) Apr 16 13:56:15 Having some trouble Apr 16 13:56:44 Are there any known issues with `nfs-common` package? Apr 16 13:57:10 After installing this package I can't get the board booted up again Apr 16 13:58:38 It's headless so can't see what *is* going on Apr 16 13:58:43 :-( Apr 16 14:05:02 ... Apr 16 14:18:04 any nfs related problem? Apr 16 14:26:31 installing 'nfs-common' added the packages: Apr 16 14:26:47 libnfsidmap2 (0.25-5) Apr 16 14:26:47 libtirpc1 (0.2.5-1) Apr 16 14:26:47 nfs-common (1.2.8-9) Apr 16 14:26:49 rpcbind (0.2.1-6+deb8u1) Apr 16 14:28:15 after reboot the heart-beat LED is working. Apr 16 14:28:30 all others are off Apr 16 14:28:51 Ethernet LED (green) is flashing Apr 16 14:31:11 On the DNS I can see the BBB releasing its DHCP lease. No signs of it trying to re-acquire an IP-address Apr 16 14:33:20 after the reboot. Apr 16 14:33:37 So, anyone seen any issues with those packages? Apr 16 14:58:17 awfully quiet inhere Apr 16 15:02:57 mausy5043: log in through the serial console? Apr 16 15:03:53 OK thanks. WIll give it a try Apr 16 15:28:56 logs are here: http://pastebin.com/AwHxGGL4 Apr 16 15:29:16 wonder if anyone sees the cause Apr 16 15:35:13 hmmm many network interfaces... Apr 16 15:53:25 yeah but ifconfig only shows usb0 and lo Apr 16 15:56:19 I think I found it. Apr 16 15:56:38 In /etc/network/interfaces the eth0 entry was commented out. Apr 16 15:56:45 is this the default? Apr 16 16:09:49 zmatt: Figured it out. I was using Nimbelink's NL-AB-BBBC cape and dts file. They had the version number as 00D0 instead of 00A0. I'm not sure why, but the system is not very forgiving of a version other than 00A0 from what I can tell. Apr 16 16:11:37 hello Apr 16 16:11:48 i installed openbsd 5.8 on my beaglebone black and it works great Apr 16 16:12:13 compiling fossil now so i can have a source repo on it Apr 16 16:14:18 zmatt, will I be able to force 1080x1920 resolution if I output vga somehow, instead of hdmi? Apr 16 16:15:34 "output vga somehow" ? Apr 16 16:16:04 yeah, do give it the ol razzle dazzle with some cables and a breadboard Apr 16 16:16:16 there's no analog video output on the BBB Apr 16 16:16:34 just boot with vga=somehow on the kernel cmdline ? Apr 16 16:16:56 your best bet would be a proper HDMI to VGA converter, and then it should work transparently Apr 16 16:17:10 (i.e. it should correctly detect monitor resolutions supported) Apr 16 16:17:32 check this out https://www.youtube.com/watch?v=miefLPwZgOg Apr 16 16:17:40 someone did it on an attiny85 Apr 16 16:17:52 i reckon it probably works on beaglebone Apr 16 16:18:40 sure you can output vga with some creativity, but unless you make it into a kernel driver the kernel will obviously not know about it or be able to consider it a video output Apr 16 16:19:27 zmatt, but if I do make a kernel driver, will it be able to output hd video at 60 fps? or is there a physical limiatation preventing it? Apr 16 16:20:10 yes, there's no way in hell you'll manage that kind of resolution Apr 16 16:20:11 i know about the pixel rate and whatnot, but does that apply to output means other than hdmi? Apr 16 16:20:14 oh ok Apr 16 16:23:46 you might be able to hack something onto the LCD controller signals... like taking the most significant bit of each color component, combine with an appropriate output driver and somehow shoehorn the sync in (after working around the fact LCDC can't actually quite generate VESA-compliant sync signals) Apr 16 16:24:36 and then you'll have made a very very crappy digital video to VGA converter... you still won't get higher pixel clock rates than LCDC normally gets Apr 16 16:24:44 :P Apr 16 16:24:47 i understand Apr 16 16:24:50 thanks for the info Apr 16 16:25:46 lcdc has pretty much the fastest "normal" outputs on the am335x (i.e. not counting things with special drivers like DDR3 or USB) Apr 16 16:26:48 OK problem solved. Thanks for listening! Apr 16 16:29:22 Next problem: Apr 16 16:30:02 what happened to `/sys/devices/bone_capemgr.9/slots` Apr 16 16:31:04 assuming you have a standard (-bone or -ti) kernel and dtb it should still be there (possibly with a different number instead of "9", that one is arbitrary Apr 16 16:31:34 there's additionally a new (and arguably cleaner) mechanism for overlays via configfs Apr 16 16:31:52 In wheezy I could Apr 16 16:31:59 # la /sys/devices/ Apr 16 16:31:59 total 0 Apr 16 16:31:59 drwxr-xr-x 10 root root 0 Apr 16 18:29 . Apr 16 16:32:01 dr-xr-xr-x 12 root root 0 Apr 16 18:29 .. Apr 16 16:32:03 drwxr-xr-x 3 root root 0 Apr 16 18:29 armv7_cortex_a8 Apr 16 16:32:05 drwxr-xr-x 3 root root 0 Apr 16 18:29 breakpoint Apr 16 16:32:07 drwxr-xr-x 17 root root 0 Apr 16 18:29 platform Apr 16 16:32:09 drwxr-xr-x 3 root root 0 Apr 16 18:29 soc0 Apr 16 16:32:11 drwxr-xr-x 3 root root 0 Apr 16 18:29 software Apr 16 16:32:13 drwxr-xr-x 6 root root 0 Apr 16 18:29 system Apr 16 16:32:15 drwxr-xr-x 3 root root 0 Apr 16 18:29 tracepoint Apr 16 16:32:17 never copy-paste anything more than 1 or 2 lines Apr 16 16:32:17 drwxr-xr-x 15 root root 0 Apr 16 18:29 virtual Apr 16 16:32:22 OK Apr 16 16:32:23 use pastebin or similar sites Apr 16 16:32:27 sorry Apr 16 16:33:08 what kernel and dtb? Apr 16 16:33:23 In wheezy I would register my cape with: `echo nocape-w1 > /sys/devices/bone_capemgr.9/slots` Apr 16 16:33:29 How do I do this in jessie? Apr 16 16:34:00 Linux bbone 4.1.15-ti-rt-r43 #1 SMP PREEMPT RT Thu Jan 21 20:13:58 UTC 2016 armv7l GNU/Linux Apr 16 16:34:18 same afaik, or using configfs, both should work Apr 16 16:34:21 dtb? Apr 16 16:34:41 who do I determine that? Apr 16 16:34:50 grep '^dtb' /boot/uEnv.txt Apr 16 16:35:10 dtb=am335x-boneblack-overlay.dtb Apr 16 16:36:08 I want to install a 1-wire dtb that I've just compiled Apr 16 16:38:37 capemgr should still work as normal, I have no idea why it's not showing for you... did you check /sys/devices/platform/ ? Apr 16 16:39:02 I don't use it myself so I'm not sure what its normal location is Apr 16 16:39:50 Oh yeah it seems to have moved to /s/d/platform Apr 16 16:39:52 Duh! Apr 16 16:39:58 ;-) Apr 16 16:42:15 Hmmm... Apr 16 16:42:20 not working Apr 16 16:45:38 Does BBB require version 00A0 for Cape DTS files? I tried one that used 00D0 and that seemd to be what was causing problems? Apr 16 16:46:04 it must match the version reported by the CAPE EEPROM Apr 16 16:48:28 When I go to do 'echo NL-AB-BBC > $SLOTS' it only will load a file with rev 00A0 from what I can tell. Apr 16 16:48:42 that's not a CAPE though Apr 16 16:49:20 note that capemgr isn't meant to lay overlays as such, it's meant to *automatically* load overlays based on CAPE autodetection via I2C Apr 16 16:50:09 using it to load cape-unrelated overlays is technically abuse, but for a long time there was no other way to load DT overlays Apr 16 16:50:40 Ok. But... I made a modified dtbo with 00D0. Rebooted, and the mappings of the GPIOs etc didn't show up in your showPinsV3 the same way as they do if I do it for 00A0. Apr 16 16:51:00 if you force-load an overlay it'll assume 00A0 Apr 16 16:51:17 if you use the new configfs mechanism, then those versions and other CAPE metadata have disappeared entirely Apr 16 16:53:02 So while not completely accurate that it must be 00A0, 00A0 works better in some ways. Ok, I get it. Apr 16 16:53:20 Where do I go to learn about configfs? Apr 16 16:53:58 ehm, there's a doc somewhere I think, but it's fairly straightforward... the dtbos are still the same as before (except the metadata is irrelevant and ignored) Apr 16 16:54:43 Ok, that makes sense. I'm back in business anyway with my new understanding etc. Thanks for your help and guidance. Apr 16 16:55:10 cd /sys/kernel/config/device-tree/ Apr 16 16:55:12 mkdir foo Apr 16 16:55:13 cd foo Apr 16 16:55:22 sorry Apr 16 16:55:25 cd /sys/kernel/config/device-tree/overlays/ Apr 16 16:55:40 wait I'll make a transcript and pastebin it Apr 16 17:03:10 http://pastebin.com/YnAfZci9 Apr 16 17:03:57 bbl, shopping Apr 16 17:05:05 Thanks! Apr 16 17:23:37 Thanks @zmatt Apr 16 17:23:45 I'll give that a try too **** ENDING LOGGING AT Sun Apr 17 02:59:58 2016