**** BEGIN LOGGING AT Fri Mar 25 02:59:59 2016 Mar 25 03:02:26 well if you use 16 channels per serializer then McASP is fairly low pin count ;) Mar 25 07:14:49 hi zmatt, got a favour to ask you. Mar 25 07:20:04 ? Mar 25 07:49:04 zmatt: Oh hi, I am just waiting on parts to arrive and then i would build a few prototype of my BBB-USB4 hub. I was wondering if you were interested in testing one, especiallywith regard to the power aspects of BBB . Mar 25 08:02:52 hello Mar 25 08:03:30 zmatt, thanks for your help, i got hdmi working yesterday by plugging in after it boots Mar 25 08:04:02 even though it said there was an underflow somewhere, it's all good Mar 25 08:36:10 Hai any one did enc28j60 module interface to beaglebone black Mar 25 08:38:47 Any one on...? Mar 25 08:40:03 I'm on, but I have no idea what you said is. Mar 25 08:42:02 SPI to ethernet module Mar 25 08:44:57 Naani: I havent, but if linux has a driver for it then i would hazard thats its doable. Mar 25 08:46:57 I'm trying to interface CPI to ETHERNET module on my board. I did everything for that, but im getting problem in kerenel Mar 25 08:47:02 The problem is Mar 25 08:47:06 [ 3.299652] net eth0: link down [ 3.303222] net eth0: normal mode [ 3.306732] net eth0: normal mode [ 3.310394] net eth0: multicast mode ifconfig: SIOCSIFHWADDR: Device or resource busy [ 3.318542] net eth0: multicast mode Mar 25 08:47:28 [ 3.310394] net eth0: multicast mode ifconfig: SIOCSIFHWADDR: Device or resource busy Mar 25 08:48:05 what kernel are you using? Mar 25 08:48:52 3.9.11 Kerenel Mar 25 08:50:15 Im doing my academic project on ENC28J60 Module, Ping command is not working. I'm struck here since one month Mar 25 08:51:06 SIOCSIFHWADDR error suggests you're changing the mac address while the device is in use Mar 25 08:51:20 try disabling the network script or something Mar 25 08:51:51 I did everything. I removed mac addres from rcS file also Mar 25 08:52:30 then, sorry, i have no idea how to help you. i just got my beaglebone last week so i don't know much about it Mar 25 08:52:57 try other kernels Mar 25 08:53:02 see apt-cache search linux-image- Mar 25 08:53:04 Do you know how can i change the mac address Mar 25 08:53:32 where can i get latest kernel images..? Mar 25 08:53:46 ifconfig eth0 hw ether 02:01:02:03:04:08 Mar 25 08:53:50 for example Mar 25 08:54:01 you use apt-get after you're connected to the internet with the beagleboard Mar 25 08:54:52 #ifconfig eth0 hw ether 02:01:02:03:04:08 ifconfig: SIOCSIFHWADDR: Device or resource busy Mar 25 08:55:22 try doing "ifconfig eth0 down" and then the command i gave you Mar 25 08:55:30 then "ifconfig eth0 up" Mar 25 08:56:04 are you connected with serial? Mar 25 08:56:34 there are lots of modules around with the microchip ethernet module you describe .. so it must exist .. Mar 25 08:57:59 yaaa Mar 25 08:58:30 I've changed the MAC address using the above commands Mar 25 08:58:34 cool Mar 25 08:58:43 Naani: has it ever worked? Mar 25 08:59:21 still my ping Command is not working Mar 25 08:59:24 ping 192.168.1.1 PING 192.168.1.1 (192.168.1.1): 56 data bytes [ 2906.544403] net eth0: link down Mar 25 09:00:12 what does your 'route' say? and 'ifconfig -a' Mar 25 09:00:48 I didnt worked on ENC28J60 up to now, this is my 1st project. Here Green light is contiously on and orange one is continiously blinking Mar 25 09:01:09 That means my modules is working fine, but im not getting data Mar 25 09:01:16 that only means the link is up and there is activity on the network .. not that its working ;) Mar 25 09:02:04 ifconfig -a eth0 Link encap:Ethernet HWaddr 02:01:02:03:04:08 inet addr:192.168.1.111 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:13 errors:8 dropped:11 overruns:0 frame:5 TX packets:0 errors:239 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1823 (1.7 KiB) TX bytes:0 (0.0 B) Interrup Mar 25 09:02:15 passssstttteeeeebiiiinnnnnn . or bpaste Mar 25 09:03:42 have you read https://www.raspberrypi.org/forums/viewtopic.php?f=44&t=18397 ? ok its for the pi, but its a similar arm system ... Mar 25 09:04:46 http://elinux.org/Enc28j60 Mar 25 09:06:58 and/or http://raspi.tv/2015/ethernet-on-pi-zero-how-to-put-an-ethernet-port-on-your-pi Mar 25 10:06:35 Hello. Guys, how to enable PRU in debian 8.3? Mar 25 10:07:30 I cant find the dir /sys/device/bone_* Mar 25 10:33:51 Jessie all differ Mar 25 10:39:36 hello. I just got a beaglebone black, rev C, and i flash it with Debian 8.3. Why is the cape manager is starting cape-universal overlay (it says so in slots) and not cape-universal as it is set in uEnv.txt in boot folder? Mar 25 10:40:21 try remoteproc not uio-pru .. there's a different name to the interface Mar 25 10:54:27 What is the point in this Jessie? Many books were written under Wheezy. Where is now find information about "how worked"? Mar 25 10:55:15 snowstaff: a lot of stuff moves very fast where beagle board support is concerned Mar 25 11:01:48 Veremit, it's great. But now i dont know, how to work with pru. I found pru-package in /opt, but all examples for CCS\etc. Maybe are you know, what book or something like need to read, that I could work with PRU in assembler? Mar 25 11:02:23 snowstaff: alas I don't know much (yet) about the pru's but there are some folk here who do Mar 25 11:03:08 =( Mar 25 11:03:51 http://elinux.org/Ti_AM33XX_PRUSSv2 .. good starting reference Mar 25 11:04:17 but the s/w side .. I think a lot has changed between releases :/ Mar 25 11:05:30 snowstaff: have you seen https://groups.google.com/forum/#!topic/beagleboard/3iJ-J-x0-Ko ? Mar 25 11:07:13 i will be learn work with this image. Oh, why it couldn't was done succession Mar 25 11:07:23 one sec Mar 25 11:08:25 Yes, I started to read it a few minutes ago Mar 25 11:09:38 cool :] Mar 25 11:10:11 anyway, thanks0 Mar 25 11:10:12 ) Mar 25 14:01:52 I am still having issues with the PRU - /sys/class/uio stays empty. Mar 25 14:02:09 I followed https://relovution.de/blog/2016/02/using-beaglebone-black-pru-with-prussdrv-on-4-1-x-kernels/ Mar 25 14:04:28 Hi, I want to use a lcd screen with the BBB (7,0'' LCD Cape for BBB). Did people use this screen ? Mar 25 14:05:26 dirkk: many people have. . the circuitco one? or the 4D one I was just looking at .. :p Mar 25 14:05:56 veremit : 4DCAPE-70T Mar 25 14:06:39 yea my boss got the 4.3in version working a year or so ago .. :p Mar 25 14:07:03 you just need to load the LCD7 cape Mar 25 14:07:07 Ok, I used this repo https://github.com/JamesHagerman/4D-7in-LCD-Cape-Fixes-for-3.12 Mar 25 14:07:09 syso: The overlay or the dtb are enabling it. Mar 25 14:07:18 are *not* etc. Mar 25 14:08:05 in lib/firmware I use the .dtbo included in the repo Mar 25 14:08:09 Ragnorok: I tried a couple of DTS which should work, but they didn't. Do you have any DTS I could look at to make this work? Mar 25 14:08:13 dirkk: you should find the fixes are already in the 4.x kernels .. don't use old code .. :P Mar 25 14:08:36 As I mentioned yesterday, I used the stock dts & the pruss enable overlay. Mar 25 14:09:58 Hm, which makes me wonder why this doesnt work for my board here. Mar 25 14:10:11 I think I will try with a fresh SD image. Mar 25 14:11:07 I used the deb 8.3 from beaglebone.org, did apt-get install 4.1.19-bone20, applied the pruss enable overlay. Done. Mar 25 14:11:38 I'm sure it works with other versions. That's just the one I'm using atm. Mar 25 14:11:55 veremit : sorry I'm starting with the BBB. Where I should search ? Mar 25 14:13:16 Ragnorok: And after applying the pruss enable overlay, I will still need to define the pins, or not? Mar 25 14:14:32 If you need pins they should probably be in the overlay, or in the dtb, depending on where in the boot sequence you need them. I'm not an overlay / dtb guru. Someone here does that bit. Mar 25 14:15:00 But you should be able to *enable* it and see it work, first, then try to asisgn pins / whatever. Mar 25 14:15:43 Should I create myself a .dtbo with dts instruction ? Mar 25 14:17:35 dirkk: last I heard, it was available in the standard official debian images Mar 25 14:17:58 ie. flash, tweak your uEnv.txt and voila. Mar 25 14:32:55 hello Mar 25 14:35:44 PRUSS Enable overlay lets /sys/class/uio being populated correctly. Mar 25 14:38:17 \o/ Mar 25 14:39:33 BBB's version is 3.8.13-bone79 (Wheezy). If I would like to flash the last kernel version, should I flash the Jessie version of Debian ? Mar 25 14:43:06 The Debian 8.3 on beaglebone.org is a 4.1 kernel. RCN is up to 4.4 or 4.5 atm. Mar 25 14:43:57 I don't think TI is, which is what the 8.3 image is. Mar 25 14:48:23 so if I understand. I flash the BBB with Jessie Debian. Then the kernel will be 4.x and the issue with the LCD cape will be solved Mar 25 16:37:18 What is the proper way to disable eMMC and HDMI with Kernel 4.1? Mar 25 16:37:49 I have now dtb=am335x-boneblack-nhdmi-overlay.dtb in /boot/uEnv.txt Mar 25 16:38:15 * dtb=am335x-boneblack-overlay.dtb Mar 25 16:47:49 It's in uEnv.txt, irrc. Mar 25 16:47:50 iirc. Mar 25 16:48:23 There's some cape-thing-disable etc entry that a little searching should reveal the actual magic. Mar 25 16:48:36 on the rcn wki page Mar 25 16:53:19 This is how "slots" looks now: http://pastebin.com/sXSx49tx Mar 25 16:54:28 Ragnorok: Did you have cape_universal=enable or dsaible in the cmdline in /boot/uEnv.txt? Mar 25 16:54:32 *disable Mar 25 16:54:41 KeyError: Identifier('ZeekHuge') (file "/usr/local/lib/python2.7/dist-packages/sopel/tools/target.py", line 65, in clear_user) Mar 25 16:57:16 syso: I current have enable, but in the long run that'll likely go away. cape-universal is largely in our way. Mar 25 17:02:38 /msg NickServ VERIFY REGISTER wkong vtauhkcvaihh Mar 25 17:02:57 whoops, sorry about that Mar 25 17:03:15 Ruh Roh Raggy Mar 25 17:06:37 I found out, that as soon as pinmux is configured in the same overlay as pruss gets initialized, /sys/class/uio is empty. Mar 25 17:13:26 Huh. Got me. Sorry. Mar 25 17:13:32 lol Mar 25 17:14:37 if you could all ignore the message wkong sent before Mar 25 17:23:00 I'm writing out bytes with spi.xfer([]) and between the bytes, I'm seeing /CS go low for 0.8 microseconds. Mar 25 17:23:20 The clock and data don't engage. Mar 25 19:34:49 https://github.com/adafruit/adafruit-beaglebone-io-python/blob/master/source/spimodule.c Mar 25 19:35:02 "CS will be released and reactivated between blocks" Mar 25 19:35:18 What is a "block"? Mar 25 19:35:55 When I'm using xfer() I'm not seeing the CS line go down between bytes, or between 16-bit lengths. Mar 25 21:51:39 Hi , is this ttl to USB cable compatible with BBB, http://www.amazon.com/GearMo%C2%AE-3-3v-Header-like-TTL-232R-3V3/dp/B004LBXO2A Mar 25 21:53:05 yes Mar 25 21:53:07 OS Compatibility:Windows 98, Me, XP, 2000, 2003, CE, Vista, Windows 7, and Windows 8 as well as Linux and Mac OS 10.X Mar 25 21:53:12 it says linux Mar 25 21:53:40 I guess it will show up as /dev/ttyUSB0 Mar 25 21:55:34 I have seen them alot cheaper on ebay tou Mar 25 22:04:59 have anyone here used digital isolators for serial connections? Or how would you do if you got a 10V serial signal you want to read with a high baud rate? Mar 26 00:33:17 Hey, is it possible to copy a configured, customized image from an SD card onto the eMMC? I tried the sd-to-mmc.sh script and that seemed to do nothing **** ENDING LOGGING AT Sat Mar 26 02:59:58 2016