**** BEGIN LOGGING AT Fri Nov 20 02:59:58 2015 Nov 20 04:47:20 hello... Nov 20 08:41:00 So does the BBB use the PRUs to drive HDMI or something? Or is it just some kind of bus conflict to use them at the same time? Nov 20 08:44:03 no Nov 20 08:44:10 PRU has nothing to do with HDMI Nov 20 08:44:18 HDMI is on the LCD pins Nov 20 09:13:22 which is also the only mux option for nearly all I/Os of pru core 1 Nov 20 09:14:07 hdmi audio also conflicts with some pru core 0 gpio pins Nov 20 09:14:47 so there's not really any intrinsic kind of conflict between HDMI and PRU, but HDMI steals more than half of the available pru gpios Nov 20 09:14:51 due to mux conflicts Nov 20 09:15:08 (HDMI or LCDC in general) Nov 20 09:19:31 So... you could in theory use them at the same time if you were careful? Nov 20 09:21:16 I'm mainly asking because everything I read about PRUs indicates you should disable HDMI Nov 20 09:27:48 it's a simple matter of making sure you don't have a pin conflict Nov 20 09:28:19 there's not really a "being careful" factor since the kernel will simply refuse conflicting pinmux requests Nov 20 09:28:52 Ah, right Nov 20 09:29:23 I keep forgetting the kernel is at least somewhat control w/r/t IO Nov 20 10:18:43 if you let it, yes Nov 20 10:18:46 O:) Nov 20 10:19:05 but doing so is indeed recommended for things like pinmux Nov 20 10:19:15 Oh, right, you're a rawarrior Nov 20 10:19:22 lol Nov 20 10:20:45 btw, not sure if I shared it already, but if you ever have any doubts about the state of your pinmux, I made a script that displays it -> http://gerbil.xs4all.nl/show-pins-v2.pl.gz Nov 20 10:28:43 I was always scared of Perl b/c of all the 'or die' statements Nov 20 10:28:49 i don't want my scripts to die :( Nov 20 10:28:55 lol Nov 20 10:28:59 I do Nov 20 10:29:14 I deliberately make sure the script dies if anything doesn't parse exactly as expected Nov 20 10:29:42 better that than risking misparsing and misinterpreting the data and as a result presenting bullshit to the user Nov 20 10:30:15 Well, I'd really have to strain to read this but it could come in handy, thanks. Nov 20 10:30:38 make sure you make your terminal window wide enough for its output Nov 20 10:30:46 (I hardly know perl at all) Nov 20 10:30:47 otherwise it'll be a pain obviously Nov 20 10:30:52 well you don't need to read the script Nov 20 10:31:07 you run it and stare at the pretty output :P Nov 20 10:31:17 Certainly, but it is nice to be able to understand the things you're using Nov 20 10:32:13 The last time I looked at a Perl script it was to fix a build problem with LLVM on Windows Nov 20 10:32:26 GrumpeiYokoi: i'm pretty sure there is a module so that you can write "or seppuku" in perl ;) Nov 20 10:32:43 Which usually leads to death :) Nov 20 10:32:54 That's funny, either way Nov 20 10:33:19 GrumpeiYokoi: trying to read an ugly little perl script I hacked together in very little time will not help you with any pinmux problems Nov 20 10:34:01 Their build script involved, shell, perl, python, makefiles, a custom program that generates C++ code from another language, and also supported CMake Nov 20 10:34:10 hurk Nov 20 10:34:15 It was a lot of moving parts Nov 20 10:34:21 I don't think it's as all over the place these days Nov 20 10:34:46 sounds like https://codepoints.net/U+1F4A9 Nov 20 10:36:09 "dog dirt" Nov 20 10:36:16 Quite a euphemism Nov 20 10:36:53 just a synonym, the official name is, as you can see, pile of poo Nov 20 10:36:54 I like how they have to explain what feces are Nov 20 10:37:05 I think that's just scraped from wikipedia? Nov 20 10:37:12 indeed it is Nov 20 10:37:13 yeah Nov 20 10:37:31 But that they felt the need to cite an explanation for what feces are kind of tickles me Nov 20 10:38:25 I think of Unicode as a very dry, technical subject so I guess this softens them a bit in my eyes Nov 20 10:38:30 softens their stool Nov 20 10:38:52 time to use https://codepoints.net/U+2620 for function names and variables Nov 20 15:26:38 hmm... dilemma Nov 20 15:26:46 the easy solution or the interesting solution? Nov 20 15:26:47 do it! Nov 20 15:29:03 on linux I can now conveniently trap bus errors with try-catch (although it's of course slow as fuck due to two visits to kernel space) Nov 20 15:29:15 now I need something similar on baremetal Nov 20 15:30:24 am I going to try to get unwinding to work there (in general, and in particular through an exception frame, and without pulling in some giant pile of unwinding code) Nov 20 15:30:48 or use some quick hack to just make it work for the single use case I have right now Nov 20 15:30:53 hmm Nov 20 19:14:42 * zmatt curses Arteris for the obnoxious restrictions on the interconnect registers Nov 20 19:15:01 hi Nov 20 19:27:08 hello Nov 20 19:27:32 I wish to use 30 GPIO pins on BBB Nov 20 19:27:42 but board has only 19 Nov 20 19:27:56 is there any way i can increase the no of pins Nov 20 19:28:10 or change the other pins in GPIO Nov 20 20:37:28 <_av500_> BBB has 68 or so GPIOs Nov 20 20:52:33 Hello, first time to be here... Nov 20 20:53:40 _av500_: weird indeed, I wonder where he got the 19 from Nov 20 21:28:12 <_av500_> Mian: keep it here Nov 20 21:36:52 dammit someone asks a question that I know the answer to and they leave Nov 20 22:14:00 hey Nov 20 22:14:27 has anyone tried building debian for the beagle bone black? I'm having some issue with it Nov 20 22:15:30 on running the vmdebootstrap script provided by debian I get Command failed: /usr/share/debootstrap/examples/beagleboneblack-customise.sh /tmp/tmpvIKTUp Nov 20 22:15:52 and python throwing a traceback seems to be the problem Nov 20 22:17:21 i'm guessing I'm missing some python module or another but the debian guide doesn't exactly state the pre-requisites for this Nov 20 22:17:41 shouldn’t reading the traceback tell you what the problem is? Nov 20 22:18:23 if i understood what it goes on about maybe Nov 20 22:18:56 can you at least put the traceback up on pastebin or something? Nov 20 22:19:16 sure, i'll have a go Nov 20 22:19:35 it's a tad annoying as i'm doing the build itself inside a vm Nov 20 22:19:42 but i'll have a go at putting it somewhere Nov 20 22:27:29 give me a min, setting up the vm with an xserver/browser Nov 20 22:37:03 http://pastebin.com/cmnNHbAw Nov 20 22:37:18 that's basically the issue ^ Nov 20 22:43:08 chillfan you may have to look at the vmdeboostrap source to see what command is failing Nov 20 22:51:35 hm Nov 20 22:51:46 i'll have a go at putting in 'debug' echo commands Nov 20 22:55:46 will maybe see which part of the script is the problem that way Nov 20 22:57:40 is there another way I might create the image file? I mean.. say I do a debootstrap install with everything that's needed, can I then convert that? Nov 20 23:38:16 hello Nov 20 23:40:10 whats wrong with my beaglebone black who sends continuosly a C char on uart? Nov 20 23:53:46 kopfkwsaogkqpür Nov 20 23:55:42 kpkop Nov 21 00:01:44 cyberh0me_: unable to find a bootable device Nov 21 00:02:21 default boot order is { eMMC, μSD, uart, usb } Nov 21 00:02:36 the CCC is an attempt to boot via uart Nov 21 00:03:32 if you power on with the SD button (S2) pressed the boot order becomes { spi, μSD, usb, uart } Nov 21 00:09:12 ? Nov 21 00:09:27 whats that for a fucking server Nov 21 00:12:13 ? Nov 21 00:49:24 evening everyone Nov 21 00:51:40 I just recieved my beaglebone black and followed the instructions on the webpage, and flashed debian to the microsd... but it doesnt have the default ip of 192.168.7.2 now.... any ideas? or suggestions (be sides a ping sweep w/ nmap) Nov 21 00:56:31 Hello... Nov 21 00:59:09 So...I read, from another user on #beagle, that UART and i2c are for device to device. Is this right? Nov 21 01:01:46 I looked it up. I read into it. I found that UART is an old connection that used to connect old computers to typewriters. Nov 21 01:03:14 If this UART can connect old stuff to older stuff, I can probably make my BBB talk to my new item of envy (HT702). Right? Nov 21 01:05:27 See...this is it. The ribbon cable and board to wire connection would have to be bought. I know this is crappy of me but can I use UART to connect two devices (BBB and GrandStream)? Okay...I will stay patient now! Nov 21 01:13:59 I found a 2010 TI.com .pdf and if you are interested: http://www.ti.com/lit/ug/sprugp1/sprugp1.pdf. Nov 21 01:14:05 I am going to read from this. Nov 21 02:12:07 How can I code my UART to connect to "N?" Nov 21 02:23:57 i.e. programming my UART must be done with .dlh and .dll files. Oh and REVID1 and REVID2 for peripheral info...blah! I have to call on a scratch pad or something to write my files. But, yes but, I have to use the LCR (Line Control Register) to find my files in Jessie, right? Nov 21 02:24:46 Test time! Nov 21 02:30:15 I got it now... Nov 21 02:30:21 How can I get scratch-pad? Nov 21 02:43:15 How many kilobytes of scratch-pad memory are on the BBB? Nov 21 02:55:41 goooogle Nov 21 02:56:36 Googie! Nov 21 02:56:49 Sorry...google! **** ENDING LOGGING AT Sat Nov 21 02:59:59 2015