**** BEGIN LOGGING AT Mon Apr 20 02:59:58 2015 Apr 20 03:45:50 can I connect my smartphone ( android) to the bbb ( nb important no wifi to be used) via USB cable and use the smartphone as a screen that accesses the webserver via a browser. also I have to deliver files from the smartphone to the bbb. Is there an app out there that lets me connect my ( android) smartphone this way? nb im a newbie Apr 20 03:51:27 <_av500_> google "beagle android remote display" project Apr 20 05:19:32 veremit: I think overlays have finally been enabled in recent bbb dev kernels Apr 20 05:22:13 # grep CONFIG_OF_OVERLAY /boot/config-4.0.0-rc6-bone0 Apr 20 05:22:13 CONFIG_OF_OVERLAY=y Apr 20 05:24:02 s/I think/apparently/ Apr 20 07:08:51 hello Apr 20 09:22:53 Hey All! Apr 20 09:23:34 I'm trying to find what mounts /media/BEAGLEBONE as a USB mass storage device. Apr 20 09:24:01 I have found /opt/scripts/boot/am335x_evm.sh but I can't seem to find the thing that does the mounting etc... Apr 20 09:24:06 Can anyone help? Apr 20 09:24:57 * tbr fails to parse the question Apr 20 09:43:57 xFF, where are you looking .. /media/beaglebone will NOT appear onthe beagle itself .. Apr 20 09:44:19 xFF, if you're referring to your PC .. I would suspect udev :) Apr 20 09:53:42 Thanks stt_michael. I know that /dev/mmcblk0p1 is mounted as /media/BEAGLEBONE. Just can't find the udev rule (or whatever it is) that is mounting the USB. I'll have a look. Apr 20 09:57:24 Closest thing I can find is 50-hidraw.rules. I can't make much sense of it. Apr 20 10:35:03 it won't be Hid .. check your dmesg for clues as to what devices are 'appearing' Apr 20 17:13:26 I've written a small prime-number searching program as an experiment in multithreading. When I run two threads, I see roughly 2x speedup over one thread on my multicore Dell laptop and a Raspberry Pi 2, as expected. I don't see that kind of speedup on my BeagleBone Black, despite the fact that it's dual core. Are there any settings I have to change to explicitly enable my program to be scheduled on both cores? Apr 20 17:15:46 adam___: BBB only has one core Apr 20 17:35:55 I'm having a heck of a time getting GPIO to the PRU. I am using this DTO: http://pastebin.com/NXCXszvR -- here are the slots: http://pastebin.com/QS2xS5WN -- here is my ASM: http://pastebin.com/G8Bg47xK -- and the ARM C: http://pastebin.com/SgrYaadv --- whether p8-11 is attached to DGND or 3.3v, I still see "execution done!". If i make the jump in the ASM unconditional, then I don't see that message. Also, please consider the asm li Apr 20 17:35:55 ne changed to: QBBS TODO, r30, 15 with no effect Apr 20 18:16:26 ocamlman: p8-11 (ZCZ R12) can't be mapped as a PRU input Apr 20 18:18:15 ocamlman: mux mode 6 maps it to pru0 r30[15] Apr 20 18:19:05 limbrik, mux mode 6 on 8-11 maps it as an input to pru0? Apr 20 18:19:33 ocamlman: output Apr 20 18:20:09 ah. So i'm looking for input to the PRU. What pin should I use (or where can I find out which work?) Apr 20 18:24:31 ocamlman: p8-15 and p8-16 are likely candidates Apr 20 18:25:01 ocamlman: Do you have the BBB SRM and the TI pin mux tool? Apr 20 18:26:08 limbrik, i don't, but i'll certainly look into them Apr 20 18:26:24 ocamlman: http://www.ti.com/tool/pinmuxtool Apr 20 18:26:59 limbrik, ah, very nice. I didn't know that existed. Thanks! Apr 20 18:27:27 ocamlman: you'll need to know that the BBB uses the ZCZ package variant. Then you can cross reference package pins to beaglebone pins in the SRM Apr 20 18:27:36 ocamlman: no problem! Apr 20 18:53:37 Can someone help me understand the boot process on BBB? When I boot with an image on the sdcard, but without holding the s2 button, it seems like it unexpectedly wants to boot what's on the sdcard. Apr 20 18:53:53 I'd really like it to default to booting what's on the emmc *unless* I push the s2 button though Apr 20 18:54:40 plars, angstrom 2013 release did that.. so go use that.. Apr 20 18:54:58 otherwise, don't have uEnv.txt in the microSD card.. Apr 20 18:55:36 rcn-ee: is there no way to do it with your recent debian or ubuntu image? Something I can change on those? Apr 20 18:55:50 rcn-ee: I noticed that I also don't have saveenv in uboot on the current images Apr 20 18:56:31 we give you which u-boot release to use and the patch... you can build and tweak it how you want.. Apr 20 19:03:05 does the u-boot SPL/MLO bit take the place of x-loader, or is it in addition to it? Apr 20 19:03:49 <_av500_> in place Apr 20 19:03:54 <_av500_> MLO = SPL Apr 20 19:04:00 <_av500_> = xloader Apr 20 19:05:39 My beaglebone black having problem Apr 20 19:06:48 the power LED is flashes and off Immediatly while giving to power to my board Apr 20 19:07:29 while using GPIO pins i get this problem Apr 20 19:08:10 plzzzz help me Apr 20 19:09:09 can any one tell why this happens Apr 20 19:09:37 The power is notgetting to the board Apr 20 19:10:20 while giving power the power led is one and off immediately Apr 20 19:13:51 The power light came on... the USR lights all went solid for a couple seconds... and then the board died. I can no longer seem to power the board up at all. I've tried multiple USB cables, multiple USB ports on multiple machines, and even tried the DC jack with a 5v/2.2A supply Apr 20 19:22:45 _av500_: thanks regarding mlo=spl=x-loader Apr 20 19:23:18 * vagrantc is glad to get confirmation Apr 20 19:30:44 <_av500_> np Apr 20 20:15:34 rcn-ee: so your systemctl restart dnsmasq Apr 20 20:16:08 it was my first idea to solve it Apr 20 20:17:11 can we use connman instead of the : Apr 20 20:19:41 /sbin/ifconfig usb0 192.168.7.2 netmask 255.255.255.252 Apr 20 20:21:54 cityLights, sure, i'm just starting to scratch the surface of connman, can we enable it from the command line? Apr 20 20:27:00 yep Apr 20 20:27:15 connmanctl services will list your options Apr 20 20:30:32 then connmanctl connect Apr 20 20:42:09 connmanctl enable gadget; connmanctl services ; connmanctl connect gadget_6ee8a3c134d8_usb Apr 20 20:47:13 connmanctl config gadget_6ee8a3c134d8_usb --autoconnect yes --ipv4 manual 192.168.7.2 255.255.255.252 Apr 20 21:36:39 can anyone help me getting my board to recognize my screen as 1280x800 Apr 20 21:36:56 I'm running latest debian on revC Apr 20 21:37:33 export DISPLAY and XAUTHORITY methods are already done. I get no display on both Apr 20 21:37:46 also parse-edid I get in IO error reading EDID Apr 20 21:38:59 for the record I have optargs=text set up in uEnv as I don't want to run a desktop Apr 20 21:52:59 TheBestJohn .. you need to pass parameters to the kernel on the command-line in your uboot Apr 20 21:53:03 bbiaf .. food run! :P Apr 20 21:54:37 hmm Apr 20 22:00:25 * zmatt made a terrible mistake Apr 20 22:01:14 I was annoyed with the sucky syntax highlighting vim did on Makefiles, failing to recognize all kinds of variable assignments and such Apr 20 22:02:00 so I start making my own... and to ensure the highlighting would actually match I thought it'd be a good idea to simply look at make's parser Apr 20 22:02:26 now I cannot unsee what I've seen Apr 20 22:04:53 Hello. Anybody has the .dts file for TIGAL buscape? Apr 20 22:05:22 bastard closed down or something and cant get it anywhere Apr 20 22:08:13 caspinol, https://github.com/TIGAL/BBB-mikroBUS-Cape/blob/master/Examples/Relay-click/BB-MIKROBUS-01-00A1.dts Apr 20 22:11:24 many thanks ;) Apr 20 22:11:55 are they down permamently? Apr 20 22:13:09 sorry no idea.. but they have everything in git: https://github.com/TIGAL/BBB-mikroBUS-Cape Apr 20 22:14:43 Very well. Thanks again **** ENDING LOGGING AT Tue Apr 21 02:59:58 2015