**** BEGIN LOGGING AT Thu Aug 18 02:59:58 2016 Aug 18 03:04:35 hello -- is there any way to check the frequency of the master oscilator on the BBB? the crystal that is at 19.2MHz/25MHz/26MHz Aug 18 03:09:02 it's 24 MHz Aug 18 03:09:57 zmatt: how can you be certain? Aug 18 03:10:05 component Y2 in grid cell D5 of page 3 of the schematic Aug 18 03:10:44 aha, it's a BBB thing, not an am335x thing Aug 18 03:11:12 well the board uses strapping options to indicate which of the four choices is used Aug 18 03:11:35 bootrom performs initial PLL configuration based on that Aug 18 03:11:57 gotcha Aug 18 03:12:13 so the bootrom decides, and it always decides 24MHz? Aug 18 03:12:37 well ultimately the crystal used is what decides the master clock Aug 18 03:13:23 rom however doesn't attempt to somehow auto-detect its speed, it needs to be told via the sysboot14-15 pins Aug 18 03:14:05 which have pull-up/down resistors on the board Aug 18 03:14:18 i see Aug 18 03:14:36 since the bbb has a 24 MHz crystal, it has a pulldown on sysboot15 and pullup on sysboot14 Aug 18 03:16:02 if rom is misinformed then as a consequence it would misconfigure the PLLs, which means anything timing-sensitive (usb, ethernet, video, uart) will not work correctly or at all, and you may end up overclocking the am335x Aug 18 03:17:20 (u-boot and linux, if you manage to get that far, would likewise use the wrong information for setting up clocks) Aug 18 03:19:53 i see Aug 18 03:21:52 okay, now i can trust the clock tree tool Aug 18 03:21:53 sort of. Aug 18 03:23:33 note that rom and u-boot combined already do pretty much all clock setup you need unless probably Aug 18 03:24:18 this is for the LCD controller Aug 18 03:24:20 so there's probably not that urgent a need to meddle with it in eh... freebsd was it? openbsd? netbsd? somebsd Aug 18 03:24:23 ah Aug 18 03:24:25 right Aug 18 03:24:49 openbsd :) Aug 18 03:25:09 ah well, second guess, close enough Aug 18 03:25:48 at least I remembered it wasn't plan9 Aug 18 03:26:05 interesting you mention that... Aug 18 03:26:14 i work on plan 9 in my spare-spare time Aug 18 03:26:38 plan9 is very likeable Aug 18 03:26:44 abstractly Aug 18 03:26:51 it's my absolute favorite software bar none Aug 18 03:27:10 it's the only operating system ever written that isn't unix Aug 18 03:27:26 that's a biiit of an overstatement Aug 18 03:27:44 i don't think so Aug 18 03:28:08 * zmatt was raised a mac user :P Aug 18 03:28:20 except it stopped being mac with osx, then it became a crappy unix system Aug 18 03:28:29 if they only had better graphics it might have been popular Aug 18 03:28:50 macOS was before my time, however, iirc mach was based on 4.4BSD Aug 18 03:28:53 good ol reno Aug 18 03:28:56 (also way before my time) Aug 18 03:29:02 well there are still people keeping mac os 9 alive, they already share the 9 so maybe they should get married ;) Aug 18 03:29:10 j/k Aug 18 03:29:18 hehe Aug 18 03:29:47 macos may have been before your time, that doesn't mean you can make statements about what was "ever written" :P Aug 18 03:30:07 fair point Aug 18 03:30:09 but! Aug 18 03:30:32 research unix 6 -> bsd -> macOS Aug 18 03:30:37 i still consider unix Aug 18 03:30:39 osx Aug 18 03:30:43 not MacOS Aug 18 03:30:55 classic MacOS has absolutely nothing remotely to do with unix Aug 18 03:31:14 all from scratch? Aug 18 03:31:30 originally in 68k assembler and Pascal Aug 18 03:31:39 neither was win32, but i still consider it basically unix. it doesn't depart wildly from unix's model Aug 18 03:31:43 * wonders what happen to my phonebook mac developer guide Aug 18 03:31:55 macos? Aug 18 03:31:57 unix? Aug 18 03:32:00 hardly Aug 18 03:32:05 kremlin: http://www.pagetable.com/?p=50 download volume i, read it Aug 18 03:32:08 or browse it Aug 18 03:32:10 also you were right -- no TDA19988 documentation freely available. i asked nxp for them, though Aug 18 03:32:23 inside mac right Aug 18 03:32:40 actually do read the human interface guidelines Aug 18 03:32:56 it's amazing how many details they got right then that people still continually fuck up today Aug 18 03:33:09 sadly that started the years of hungarian programming notation Aug 18 03:35:04 funny, I don't see it in the example program in chapter 1 Aug 18 03:37:39 i must be misremebering and confusing with windows Aug 18 03:37:46 :) Aug 18 03:37:56 windows is hungarian notation hell indeed Aug 18 03:40:05 i used to remember getting boxes and boxes of docs and new code from the apple developer program Aug 18 03:42:11 kremlin: does openbsd have /dev/mem ? since I have a utility that dumps and to some degree validates lcdc config if you want Aug 18 03:42:35 zmatt: we do! (sort of) Aug 18 03:43:04 you can only interact with /dev/mem before system securelevel raises (happens right before /etc/rc runs) Aug 18 03:43:15 don't worry about that though, "yes" is the answer to your question :) Aug 18 03:43:17 i'd love that script Aug 18 04:00:48 see pm Aug 18 07:22:11 hi everyone. i am doing multiple camera interfacing with bbb. my one camera is not working properly. i have also tested it alone(single camera) with bbb but still it shows the same result. it captures the image and also generates output file but the image file is complete black.what should i do to resolve this issue. kindly help.. Aug 18 07:36:00 lord_: can you reproduce this on a linux pc? Aug 18 07:57:55 Defiant: no it is not working through code even on linux pc. yess but it is capturing perfectly fro mmy cheese webcam booth Aug 18 07:58:38 lord_: if you get the same problem on your linux pc then it is obviously not beagle related. Probably a driver problem. Aug 18 07:59:17 ohk.. let me check this again Aug 18 08:19:28 Defiant: if you are talking about the issue of webcam driver. then dont you think that if there would be any driver problem then it should not capture anything. it is capturing 1.8kb image. Aug 18 08:22:37 lord_: Thats just a wild guess. Could also be webcam related. I don't know your application, maybe you should try to capture a stream, you might notice that the webcams first frame is always black and then gets brighter Aug 18 08:25:25 hm. at just want my camera to cmapture a single image Aug 18 08:25:32 at this time * Aug 18 08:35:46 lord_: disable usb autosuspend Aug 18 08:35:55 lot of cams behave badly Aug 18 08:36:49 append usbcore.autosuspend=-1 to the cmdline variable set in /boot/uEnv.txt Aug 18 08:36:53 and reboot Aug 18 08:36:58 cam shall work Aug 18 08:37:00 :) Aug 18 08:38:13 (hopefully) Aug 18 08:39:24 I'm not really sure why this happens on BBB but not desktops though, my impression was that linux disables autosuspend unless it explicitly knows it to be safe for a device Aug 18 13:22:18 Allah is doing Aug 18 13:22:32 sun is not doing Allah is doing Aug 18 13:22:54 moon is not doing Allah is doing Aug 18 13:23:16 stars are not doing Allah is doing Aug 18 13:23:35 planets are not doing Allah is doing Aug 18 13:23:51 calculus: Aug 18 13:24:05 galaxies are not doing Allah is doing Aug 18 13:24:27 oceans are not doing Allah is doing Aug 18 13:24:50 mountains are not doing Allah is doing Aug 18 13:25:23 trees are not doing Allah is doing Aug 18 13:25:47 mom is not doing Allah is doing Aug 18 13:26:17 dad is not doing Allah is doing Aug 18 13:26:37 calculus denix wmat _av500_ <- Someone please ban this bot Aug 18 13:27:27 boss is not doing Allah is doing Aug 18 13:27:41 job is not doing Allah is doing Aug 18 13:28:35 dollar is not doing Allah is doing Aug 18 13:29:12 degree is not doing Allah is doing Aug 18 13:29:42 medicine is not doing Allah is doing Aug 18 13:30:12 customers are not doing Allah is doing Aug 18 13:31:19 you can not get a job without the permission of Allah Aug 18 13:32:05 you can not get married without the permission of Allah Aug 18 13:35:47 nobody can get angry at you are without the permission of Allah Aug 18 13:36:19 light is not doing Allah is doing Aug 18 13:37:23 fan is not doing Allah is doing Aug 18 13:38:39 businessess are not doing Allah is doing Aug 18 13:38:58 america is not doing Allah is doing Aug 18 13:39:51 fire can not burn without the permission of Allah Aug 18 13:41:26 knife can not cut without the permission of Allah Aug 18 13:42:13 rulers are not doing Allah is doing Aug 18 13:42:36 governments are not doing Allah is doing Aug 18 13:42:59 sleep is not doing Allah is doing Aug 18 13:43:28 hunger is not doing Allah is doing Aug 18 13:44:02 food does not take away the hunger Allah takes away the hunger Aug 18 13:45:14 wtf I need a hellfire Aug 18 13:45:14 water does not take away the thirst Allah takes away the thirst Aug 18 13:46:17 seeing is not doing Allah is doing Aug 18 13:46:45 hearing is not doing Allah is doing Aug 18 13:47:14 seasons are not doing Allah is doing Aug 18 13:47:52 weather is not doing Allah is doing Aug 18 13:49:42 humans are not doing Allah is doing Aug 18 13:50:32 animals are not doing Allah is doing Aug 18 13:51:10 the best amongst you are those who learn and then teach Quran Aug 18 13:53:01 one letter read from book of Allah amounts to one good deed and Allah multiplies one good deed ten times Aug 18 13:54:52 hearts get rusted as does iron with water to remove rust from heart recitation of Quran and remembrance of death Aug 18 13:55:56 heart is likened to a mirror Aug 18 13:57:12 when a person commits one sin a black dot sustains the heart Aug 18 14:00:05 to accept Islam say that i bear witness that there is no deity worthy of worship except Allah and Muhammad peace be upon him is his slave and messenger Aug 18 14:01:13 read book http:www.fazaileamaal.com Aug 18 14:03:52 sorry for being late folks. Aug 18 19:42:32 * Tenacious-Techhu whistles nonchalantly Aug 18 20:01:57 I think I have a video problem with my beaglebone black Aug 18 20:07:27 Anyone up to snuff on the latest PRU sdk? Aug 18 20:07:31 I'm following http://processors.wiki.ti.com/index.php/PRU_Training:_Hands-on_Labs Aug 18 20:07:43 doing lab 5, but it is not working quite right Aug 18 20:08:11 it all looks good up to the point where it is supposed to register a rpmsg device Aug 18 20:09:50 There is nothing in /sys/bus/rpmsg/devices/ so there is nothing for the rpmsg_client_sample driver to bind to Aug 18 20:11:00 no errors in dmesg: http://paste.ubuntu.com/23068353/ Aug 18 20:12:07 I'm using pru-icss-4.0.2 from ti-processor-sdk-linux-am335x-evm-03.00.00.04 Aug 18 20:12:44 and 4.4.16-ti-rt-r38 kernel from github.com/beaglebone/linux Aug 18 20:16:39 dlech: Which version of pru-software-support-package are you using? Aug 18 20:17:07 * dlech looking... Aug 18 20:17:40 dinuxbg, 2.1.2 Aug 18 20:18:09 installed via ccs6 Aug 18 20:19:50 dlech: Where did you get the examples from? I think you should use version 4, because version 5 has incompatible changes to virtio signalling. Aug 18 20:20:45 dinuxbg, the examples are from ti-processor-sdk-linux-am335x-evm-03.00.00.04/example-applications/pru-icss-4.0.2/labs/lab_5 Aug 18 20:21:10 so I assume I am using version 4? Aug 18 20:21:26 yes, you seem to be running a correct version. Aug 18 20:23:16 I'm not using the kernel from ti-processor-sdk-linux-am335x-evm-03.00.00.04 though Aug 18 20:23:52 dlech: that might be the reason. Aug 18 20:24:14 try updating your examples to version 5 from here: https://git.ti.com/pru-software-support-package Aug 18 20:25:24 There is incompatible change in virtio between version 4 and 5. Aug 18 20:26:27 dinuxbg, thanks I'll check it out later today. Aug 19 02:14:21 dinuxbg, I tried v5 and it worked! Thank you very much for your advice. :-) Aug 19 02:15:02 Is there a mailing list or something I can subscribe to in order to keep on top of breaking changes? **** ENDING LOGGING AT Fri Aug 19 02:59:58 2016