**** BEGIN LOGGING AT Fri Sep 26 03:00:00 2014 Sep 26 03:18:35 adam_, there's a hint in /etc/network/interfaces on how to fix that.. Sep 26 03:18:52 yeah I figured it out. Sep 26 03:19:04 thanks Sep 26 03:29:04 Is there a package list of what's included in the angstrom image? Sep 26 03:30:18 opkg list-installed Sep 26 03:31:01 ok, not familiar with opkg... use to apt and yum Sep 26 03:32:19 do you know if ssh is on by default? Sep 26 03:33:30 i think they used dropbear for ssh client... haven't really looked into angstrom in years.. Sep 26 03:34:11 just use the debian/ubuntu image for your xm, openssh-server is installed and enabled by default. Sep 26 03:42:53 ok thanks, I got ubuntu up an running in no time. I am / was pretty familiar with the distro. Sep 26 03:45:05 use to run a MythTV server and 2 nodes for playback, and had it on a laptop for years. Sep 26 03:46:08 thanks for the help, it's bed time. Sep 26 05:10:46 is it possible to power the beaglebone black from a USB connection to my plugged in laptop and connect the BBB to a monitor via an HDMI cable? Sep 26 05:11:32 I saw the initial splash screen then the monitor went black Sep 26 05:15:18 hello? Sep 26 05:16:20 jdw1138: which software are you running on the device? Sep 26 05:35:55 tbr: native image that came pre installed Sep 26 05:42:07 jdw1138: should work, but if your port doesn't supply enough power it might as well fail Sep 26 05:42:38 jdw1138: how do the LEDs behave after the screen goes dark? Sep 26 05:42:49 can you still ssh into the board? Sep 26 05:44:30 the onboard web interface was active. Sep 26 05:45:21 then SSH in and look at dmesg Sep 26 05:45:32 that might give you a hint why the screen goes dark Sep 26 05:50:10 perusing the dmesg now... thanks for the tip Sep 26 06:56:20 I am trying to connect bbb to tv, tv does not detect it as mass storage but my computer does Sep 26 06:56:50 bad tv Sep 26 06:56:56 can anyone explain the procedure to do so Sep 26 06:57:07 tv might be confused because its multifunction Sep 26 06:57:13 mass storage and ethernet Sep 26 06:57:32 how to disable usb net on bbb Sep 26 06:58:17 thanks av but other usb devices are detected Sep 26 06:59:36 like? Sep 26 07:00:15 Flash drives Sep 26 07:00:41 yes, these are mass storage only Sep 26 07:00:52 not ehternet as well Sep 26 07:04:01 is there any way to enable mass storage mode only and disable ethrnet over usb? Sep 26 07:05:56 If any one knows please send me the links over email aniruddha.more@mobilewaretech.com Sep 26 07:06:22 thanks in advance :) Sep 26 07:08:09 ani_: it'll take you abould half an hour to an hour of googling to figure that out yourself Sep 26 07:08:18 ani_: hint: it's all software Sep 26 07:08:32 ani_: hint #2: usb gaget Sep 26 07:08:37 hmm Sep 26 07:08:45 thanks KotH Sep 26 09:12:40 hi guys ! Sep 26 09:13:08 are there any people here developping on the BeagleBone Blakc with the Code Cmposer Studio by Ti ? Sep 26 09:13:22 few Sep 26 09:13:51 gahh, CCS Sep 26 09:14:00 But not for beaglebone Sep 26 09:14:18 mrpackethead: speaking bad about Ti, are we? Sep 26 09:14:29 no.. Sep 26 09:14:36 actually TI are in my good books Sep 26 09:14:46 burn those books Sep 26 09:14:48 but my head is spinning Sep 26 09:14:55 drunk too much? Sep 26 09:15:27 Im doing my first ever >1Ghz transmission line on a pcb Sep 26 09:15:36 and using chip antennas and the like Sep 26 09:15:49 and its been a long time since i did this math! Sep 26 09:16:51 I actualy had a quite newbie question Sep 26 09:17:42 I'm trying to build a very basic HelloWorld project on the BBB using CCS with an RSE Sep 26 09:18:09 RSE? Sep 26 09:18:15 unfortunately, when I execute it on the BBB, I get the output "Illegal Instruction" Sep 26 09:18:46 Remote System Explorer Sep 26 09:19:02 any idea on what could cause this ? Sep 26 09:19:25 something wrong Sep 26 09:19:29 wrong toolchain or so Sep 26 09:19:41 can you run it in gdb? Sep 26 09:21:15 I'm trying tht Sep 26 09:21:19 that* Sep 26 09:42:25 hum Sep 26 09:42:54 there seems to be a problem in a file cale startup_ARMCA8.S Sep 26 09:43:32 gdb blocks at a lne where the instruction is "MCR p15, 0, r0, c12, c0, 0 @ Write VBAR Register" Sep 26 09:43:49 http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/361287/1268876.aspx Sep 26 09:43:54 read that Sep 26 09:45:19 thank you av500 :) Sep 26 09:47:16 thank Larry and Sergey Sep 26 09:48:19 ? Sep 26 09:48:39 https://www.google.com/search?q=larry+and+sergey Sep 26 09:49:40 oh* Sep 26 09:50:44 even better : http://lmgtfy.com/ Sep 26 11:31:57 hi, i cant find my uEnv.txt file on my beaglebone black. do i have to mount any particle file system ? Sep 26 11:32:25 there is one located in /boot/ but no one in /boot/uboot/ Sep 26 11:32:50 i have ubuntu 14.04 runnig on bbb Sep 26 11:38:53 tobi123: it's on the FAT32 filesystem usually Sep 26 11:46:18 there is only a nfs-eEnv.txt file Sep 26 11:46:34 do i have to mount the u-boot.img ? Sep 26 11:47:43 that's probably u-boot itself Sep 26 11:48:41 can i pastebin you my "fdisk -l", not sure if i mount the right filesystem Sep 26 11:50:34 http://pastebin.com/j8jgLxbg Sep 26 11:57:15 i also missing my boot.scr file Sep 26 12:08:35 if boot.scr is missing, can i create my own? i like to edit the kernel command line params to boot to tty2. Sep 26 12:13:09 sure you can Sep 26 12:13:19 but boot.scr is obsolete Sep 26 12:13:30 try uEnv.txt Sep 26 12:15:06 i do have e uEnv.txt in /boot/ but where can i find the uEnv.txt where the kernel commands a specified? Sep 26 12:18:22 right there Sep 26 12:18:36 or in the root folder Sep 26 12:21:01 so if no tty is specified the kernel uses tty1 as default ? Sep 26 12:33:20 there is a default command line compiled into uboot Sep 26 12:33:23 that gets used Sep 26 12:33:35 if you dont tell the kernel a console, there will be none Sep 26 12:41:57 thanks av500 Sep 26 13:21:53 is it possible to show a image while the bbb is booting till the xserver is up? i tryed to configure plymounth but it is not working. Sep 26 13:31:34 tobi123: it is possible of course, since its "just" SW Sep 26 13:31:40 I have no idea how Sep 26 13:31:47 is there a /dev/fb? Sep 26 13:37:10 year, in the moment i try ti install fbv to write a image in the framebuffer Sep 26 14:59:30 HELP Sep 26 15:00:10 Can't boot b^3 with ubuntu 14.04 on sd card Sep 26 15:07:23 help Sep 26 17:25:28 hey all. I am new to nodejs and cloud9 for my beaglebone. Is there a way to view webppages on my beaglebone that use javascript that I developped in cloud9/nodejs on my beaglebone black? Sep 26 17:25:47 Do I need to host them manually with apache or something, or does nodejs/cloud9 allow me to do it Sep 26 18:14:13 hey all, I am reading the 1.5V from a voltage divider with AIN5, both using bash, and in bonescript, and I am getting weird results Sep 26 18:15:45 <_av500_> like? Sep 26 18:17:40 I using my multimeter to monitor simultanously, and it gives me a steady voltage, but AIN5 first gives a voltage close to 1.6V but often the voltage reading drops to 100mV or 200mV Sep 26 18:19:19 looks like u drain ur input Sep 26 18:20:39 use an impedance converter. can be built using a transistor. Sep 26 18:21:56 also I found it sensible to discard the first value read from the ADC, most of the time it's stale Sep 26 18:22:17 ^ Sep 26 18:28:25 gurki: sorry, I didn't understand that. Can't I use the ADC to read the voltage from a voltage divider? Sep 26 18:29:44 sure i can. but like i said ^^^ Sep 26 18:29:49 u* Sep 26 18:30:02 impedance matching is a subtle art Sep 26 18:30:12 ^ Sep 26 18:30:21 ask any audio guy Sep 26 18:30:35 ok, I guess i am too much of a n00b Sep 26 18:30:43 I am definitely not an audio guy Sep 26 18:30:45 SmokeyD: what you'll find is that the impedance of that input pin is some value, if your voltage divider isn't similar then weird stuff happens Sep 26 18:30:59 (i can't tell you the value offhand - on an atmel avr i think it's around 10kOhms) Sep 26 18:31:02 like i stated. build urselve an impedance converter Sep 26 18:31:12 for the things u seem to do its not exactly rocket science Sep 26 18:31:45 SmokeyD: the wiki article is dense but it may be useful to read through it, or skimming at least: http://en.wikipedia.org/wiki/Electrical_impedance Sep 26 18:31:50 yes, but I don't know what an impedance converter is, and I didn't know I needed one, and I needed to match anyting. I just though the ADC was something you could measure voltages with in this case a max of 1.8V Sep 26 18:32:40 more pursuant to your current situation: http://en.wikipedia.org/wiki/Impedance_matching Sep 26 18:33:33 does the remark in many articles on using the BBB ADC that the lower resistor (leading to ground) in the voltage divider should be <=1kOhm have anything to do with this? Sep 26 18:39:42 obv yes Sep 26 18:39:48 =] Sep 26 19:02:13 ok, to me it is not obvious as I am still learning so I don't know the theory very well on ADC's. But if that helps, I do have a 1kOhm resistor in the lower leg of the voltage divider, and a 1.5kOhm resistor in the upper leg. The input voltage is around 4V (I am testing a draining battery, so it can vary). Sep 26 19:04:25 Anybody here with tips on connecting an HDMI 1920x1080 60Hz monitor to the BeagleBone Black? Sep 26 19:04:39 http://elinux.org/Beagleboard:BeagleBone_Black_Accessories#Monitors_and_Resolutions Sep 26 19:05:11 I see that the "Sharp Aquos TV Dell S244OL 1920 x 1080 @60HZ" is listed under "Supported Monitors" Sep 26 19:07:50 I get the initial splash screen for about 6 seconds then the monitor goes black. Sep 26 19:11:50 However I also see on http://www.elinux.org/Beagleboard:BeagleBoneBlack_HDMI#Supported_Resolutions this: Sep 26 19:11:59 1920x1080@24 (Audio) Sep 26 19:12:17 no 1920x1080@60 Sep 26 19:13:21 Zephyr1139, just not enough bw at the resolution.. Sep 26 19:15:14 rcn-ee, is the bandwidth hardware limited by a chip on the BBB ? Sep 26 19:16:47 it seams as though the http://elinux.org/Beagleboard:BeagleBone_Black_Accessories#Monitors_and_Resolutions section is missleading then. Sep 26 19:16:55 don't run it at 1080p60, run it at 720p Sep 26 19:17:06 the am335x has a basic "lcd" controller.. you need to run it at 1920x1080@24 Sep 26 19:17:54 Zephyr1139, it's a wiki someone stuck that there, wrongly.. Sep 26 19:19:25 I tried adding "video=HDMI-A-1:1280x720@60" to my /boot/uEnv.txt file. Didn't help Sep 26 19:20:05 Zephyr1139, change the "60" to "24" Sep 26 19:20:22 or wait, now your 720p.. Sep 26 19:20:49 root@beaglebone:/sys/class/drm/card0/card0-HDMI-A-1# parse-edid edid Sep 26 19:21:14 Mode "1920x1080" # vfreq 60.000Hz, hfreq 67.500kHz Sep 26 19:21:14 DotClock 148.500000 Sep 26 19:21:14 HTimings 1920 2008 2052 2200 Sep 26 19:21:14 VTimings 1080 1084 1089 1125 Sep 26 19:21:14 Flags "+HSync" "+VSync" Sep 26 19:21:15 EndMode Sep 26 19:21:17 Mode "1280x720" # vfreq 60.000Hz, hfreq 45.000kHz Sep 26 19:21:21 DotClock 74.250000 Sep 26 19:21:23 HTimings 1280 1390 1430 1650 Sep 26 19:21:25 VTimings 720 725 730 750 Sep 26 19:21:27 Flags "+HSync" "+VSync" Sep 26 19:21:29 EndMode Sep 26 19:22:11 Zephyr1139, add the extra "e" "video=HDMI-A-1:1280x720@60e" Sep 26 19:24:17 My monitors manual doesn't mention 720 by the way. Sep 26 19:24:49 rcn-ee, tried that... didn't work. Sep 26 19:26:08 rcn-ee, I did notice a terminal shell briefly when shutting down from the BBB's command line though. Sep 26 19:30:21 rcn-ee, calling init 3 gave me a screen though! Sep 26 19:34:20 rcn-ee, calling init 5 gave me the same black screen Sep 26 19:35:04 rcn-ee, what does the extra "e" mean? Sep 26 19:35:24 the 'e' is a force enable... Sep 26 19:36:01 sometimes it's a ground issue with the hdmi cable.. is your bbb plugged in to the same wall socket as the tv? Sep 26 19:37:36 I'm powering my bbb with the USB connection to my laptop. The monitor and laptop are both plugged into the same power strip Sep 26 19:38:40 I am using a samsung SD300 monitor Sep 26 19:39:25 should I purchase an external 5v power supply for the bbb? Sep 26 19:39:51 perhaps I'm underpowering the bbb. Sep 26 19:40:42 my micro HDMI cable is not ethernet enabled Sep 26 19:45:49 my micro HDMI cable is from GE Sep 26 19:47:31 yes you prob should. Sep 26 19:56:13 after init 3 I interacted with the monitor's UI it stated that I was using "HDMI 64.5kHz 60Hz NN 1680x1050" Sep 26 19:57:20 you can ofc try that Sep 26 19:58:27 rcn-ee: looking at u-boot for sunxi platforms, and they all seem to include config_distro_defaults.h and config_distro_bootcmd.h ... wondering if i shouldn't just patch u-boot for the BBB to use that... Sep 26 19:58:53 rcn-ee: that allows for crazy things like a single bootscript that will work on multiple boards... Sep 26 19:59:08 and push it upstream... Sep 26 20:01:58 vagrantc, you should do that. ;) I've been using config_distro* on the A10/A20 lime and would like to head that direction too for all boards.. Sep 26 20:02:59 i know fedora has a few of those *.diff's laying around, i figured they would havent pushed them at some point.. Sep 26 20:03:02 rcn-ee: ok. then i won't mess with your crazy patchset :) Sep 26 20:03:28 don't worry, the "crazy" is just till config_distro* hits upstream! ;) Sep 26 20:03:53 heh Sep 26 20:04:15 vagrantc, btw, you should take this 5 line part: https://github.com/RobertCNelson/Bootloader-Builder/blob/master/patches/v2014.10-rc2/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch#L22 Sep 26 20:04:31 i need to submit that mainline.. turns out we've been running the 1.35ddr3 at 1.5 for.... ever... Sep 26 20:04:49 and this: https://github.com/RobertCNelson/Bootloader-Builder/blob/master/patches/v2014.10-rc2/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch#L352 Sep 26 20:05:25 and the kernel side: https://github.com/RobertCNelson/linux-dev/blob/master/patches/beaglebone/dts/0004-ARM-dts-am335x-boneblack-dcdc1-set-to-1.35v-for-ddr3.patch Sep 26 20:06:20 jkridner, forgot to ask yesterday..did the "1.35v ddr3" fix help arduino-tre's emi? Sep 26 20:07:28 rcn-ee: the kernel stuff upstream anywhere? Sep 26 20:07:33 tbr, tried using "video=HDMI-A-1:1680x1050@60e" in my /boot/uEnv.txt file. It didn't help. Sep 26 20:08:18 vagrantc, i need to submit it.. we just figured that out 2 weeks ago, been testing it internally... Sep 26 20:09:01 there is always that risk, if boards that have been running at 1.5v for over a year, might not run anymore.. Sep 26 20:09:09 1.5v, 1.35v, what's the big deal. :) Sep 26 20:09:39 for 1.35ddr3 ;) Sep 26 20:09:54 someone cloning the bbb, ran into that with other 'memory'... Sep 26 20:10:41 If I find a solution to my 19020x1080@60e problem I'll post it. Thanks for your help. Sep 26 20:11:06 rcn-ee: if you can get them moving upstream, i can probably get them into debian Sep 26 20:13:46 rcn-ee: though freeze is imminent Sep 26 20:15:14 i couldn't wait. ;) I started my, "this is way to late for jessie" and needs *.deb package queue.. ;) Sep 26 20:15:41 so far, i really like lxqt on armhf.. ;) Sep 26 20:16:43 * vagrantc is in the "oh wow, better get all those fixes in i've been putting off" mode. Sep 26 20:52:15 adding config_distro_defaults.h is easy ... adding config_distro_bootcmd.h is a bit harder... Sep 26 20:53:36 vagrantc, remember the "bbw" doesn't have a second mmc card.. so you always have to check the microSD first... ;) Sep 26 21:00:36 rcn-ee: i don't see a config for the bbw Sep 26 21:00:49 rcn-ee: does it just use the bbb build? Sep 26 21:02:23 yeap, same *_config.. part of the config_distro_bootcmd is the order of interfaces, just make sure the microsd is first, then the bbw will be fine.. Sep 26 21:06:37 * vagrantc wonders about boot.scr.${fdtfile} being a sane option Sep 26 21:06:59 i guess the whole point of this is for a standardized boot script Sep 26 21:09:22 rcn-ee: may be the first issue, it may only support booting off a single MMC device **** ENDING LOGGING AT Sat Sep 27 02:59:59 2014