Re: [beagleboard] GCC Cross Compile glibc Problems

2014-10-23 Thread William Hermans
Can you be more specific when referring to "run time errors " ? I pretty much did the exact thing you've mentioned as far as I can tell, but am using Lubuntu 14.04. A simple hello world app compiled and ran fine, but I have not tested anything more extensive. On Thu, Oct 23, 2014 at 4:09 PM, Grah

Re: [beagleboard] BBB and virtual box

2014-10-23 Thread William Hermans
There is no reason to dual boot windows / linux. Windows can be made to view both of these connections with the correct drivers, and communication software. Virtual machine software also generally allows the host OS to pass control of the hardware into it as well. However, you need to be more clea

[beagleboard] GCC Cross Compile glibc Problems

2014-10-23 Thread Graham
The host is BBB RevC running the Debian distribution dated May 14, 2014 (Wheezy) I am trying to cross compile C code for the host. I am running the GCC cross compiler (arm-linux-gnueabihf) inside Eclipse under Ubuntu 14.04 on Intel 64 bit machine. [Basically the Derek Molloy recommended environ

Re: [beagleboard] Re: BeagleBone Black resets periodic when connected to JTAG with CCS v6

2014-10-23 Thread John Syn
From: Brian Hutchinson Reply-To: "beagleboard@googlegroups.com" Date: Thursday, October 23, 2014 at 2:26 PM To: "beagleboard@googlegroups.com" Subject: Re: [beagleboard] Re: BeagleBone Black resets periodic when connected to JTAG with CCS v6 > On Thu, Oct 23, 2014 at 4:34 PM, John Syn wr

Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-23 Thread Peter Gregory
After looking through the dts and dtsi files, I think my problem lies in understanding how they all fit together. The beaglebone default configurations appear in am335x-bone-common-pinmux.dtsi. It lacks OUTPUT configuration for the pins (except the PWM configurations) So, you have to disable the

Re: [beagleboard] BBB and virtual box

2014-10-23 Thread 'Mark Lazarewicz' via BeagleBoard
Sounds like Virtual Machine isnt hosting your USB drivers which is one reason many people avoid them teraterm is one option or roll the dice turn your windoze box into a dual boot win8/Ubuntu If you cant do that correctly(requires knowledge of using google) and brick it you can always wipe

Re: [beagleboard] Re: BeagleBone Black resets periodic when connected to JTAG with CCS v6

2014-10-23 Thread Brian Hutchinson
On Thu, Oct 23, 2014 at 4:34 PM, John Syn wrote: > > > From: Brian Hutchinson > Reply-To: "beagleboard@googlegroups.com" > Date: Thursday, October 23, 2014 at 8:31 AM > To: "beagleboard@googlegroups.com" > Subject: [beagleboard] Re: BeagleBone Black resets periodic when > connected to JTAG wit

Re: [beagleboard] Re: BeagleBone Black resets periodic when connected to JTAG with CCS v6

2014-10-23 Thread John Syn
From: Brian Hutchinson Reply-To: "beagleboard@googlegroups.com" Date: Thursday, October 23, 2014 at 8:31 AM To: "beagleboard@googlegroups.com" Subject: [beagleboard] Re: BeagleBone Black resets periodic when connected to JTAG with CCS v6 > On Wed, Oct 22, 2014 at 4:59 PM, Brian Hutchinson

Re: [beagleboard] DS18B20

2014-10-23 Thread Nicolas Jouanin
You can check this tutorial (http://www.bonebrews.com/temperature-monitoring-with-the-ds18b20-on-a-beaglebone-black/ ) to know how to read data from a DS18B20. Then you need read the 1-wire slave file from

[beagleboard] UART1 P9 pin questions

2014-10-23 Thread andnan
This might be a duplicate post and if so, I apologize. So, I'm making my own cape and I want to access UART1. It will be connecting to a FT230x chip and I want to to make sure I get the routing correct. Here is my understanding on how ti should be done Beagle bone black FT230x U9 pin I/O

Re: [beagleboard] BBB 3.17.0-rc7-bone4 kernel woes

2014-10-23 Thread maddin1234
Hello, thanks for the quick answer, what I would like to do is, building a custom kernel on the linux PC, copy it to a SD card and then copy it to the beaglebone with the eMMC-Flasher. I would like to use the micro SD as an additional storage device when the kernel is running from the eMMC. I kno

[beagleboard] BBB and virtual box

2014-10-23 Thread kevin . jerome14
Hi, I want to connect my BBB to my Virtual machine, based on Linux debian wheezy. My host is Windows 8. But I have a problem to communicate with it. I have an USB Cable to power up my BBB and an another cable with 3 pins (GND, RX ,TX) to dialog with it with GTKterm. I see the peripheric USB but

Re: [beagleboard] BBB: bare metal programming in C - what is need on the SD card?

2014-10-23 Thread reinharddaemon
Hello, thanks to the people who want to be helpful, but I really have to tell you that it is not easy to start (bare-metal programming) with BBB. Here are some of the troubles I ran into: *1.) Simple bare-metal from SD-card:* I installed the patch for starterware, when it was available for down

[beagleboard] DS18B20

2014-10-23 Thread angeltel
Hello, I would like to read the temperature from a DS18B20 in a Beagle Bone Black with a Node js application. How can do it? Thank you very much. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoa

[beagleboard] UART1 pin mapping question.

2014-10-23 Thread andnan
So, I want to connect to UART1 on the BBB through the expansion header. My question is on the data directions for each of the UART1 pins on P9. Here is what I am assuming. Pin Function Direction(relative to BBB) Note 19 UART1_RTSn OUTPUT Act

Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-23 Thread Peter Gregory
So, it need to look more like this? &ocp { P8_19_pinmux { /* gpio0[22] */ mode = “gpio_output”; }; P8_13_pinmux { /* gpio0[23] */ mode = “gpio_output”; }; P9_14_pinmux { /* gpio1[18] */ mode = “gpio_output”; }; P8_14_pinmux { /* gpio0[26] */ mode = “gpio_output”; }; P8_17_pinmux { /* gpio0[27] */

Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-23 Thread Robert Nelson
On Thu, Oct 23, 2014 at 11:15 AM, Peter Gregory wrote: > I know config-pin will solve a lot of the pain of mapping IO pins / > features. > The BBIOConfig Qt GUI for allocating the pins looks very slick. > I'm looking forward to the release of the working versions. :) > > The example you linked loo

Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-23 Thread Peter Gregory
I know config-pin will solve a lot of the pain of mapping IO pins / features. The BBIOConfig Qt GUI for allocating the pins looks very slick. I'm looking forward to the release of the working versions. :) The example you linked looks like the interface configuration for Microchip's RTC I2C modul

Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-23 Thread Robert Nelson
On Thu, Oct 23, 2014 at 10:42 AM, Peter Gregory wrote: > Thanks for the ADC example. > Is there a good general purpose output pin example? > I see the LED examples, is that the same as a generic output pin? This works for what i needed at the time: https://github.com/RobertCNelson/dtb-rebuilder/

Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-23 Thread Peter Gregory
Thanks for the ADC example. Is there a good general purpose output pin example? I see the LED examples, is that the same as a generic output pin? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard"

[beagleboard] Re: BeagleBone Black resets periodic when connected to JTAG with CCS v6

2014-10-23 Thread Brian Hutchinson
On Wed, Oct 22, 2014 at 4:59 PM, Brian Hutchinson wrote: > Hi, > > I'm trying to do some things with BBB using CCSv6 and a XDS560v2 USB. > > Doing kernel debug and trying to use stop/mode debugging. The .ccxml file > I made for BBB (selected the BBB board from the menu list when I set up > targe

Re: [beagleboard] rcn apt repo warning

2014-10-23 Thread Robert Nelson
On Thu, Oct 23, 2014 at 10:13 AM, Robert Nelson wrote: > On Thu, Oct 23, 2014 at 10:05 AM, Joshua Datko wrote: >> It seems like I'm getting the following warning when doing an apt-get >> update: >> >> Fetched 4596 kB in 24s (184 kB/s) >> Reading package lists... Done >> W: Size of file >> /var/li

Re: [beagleboard] rcn apt repo warning

2014-10-23 Thread Robert Nelson
On Thu, Oct 23, 2014 at 10:05 AM, Joshua Datko wrote: > It seems like I'm getting the following warning when doing an apt-get > update: > > Fetched 4596 kB in 24s (184 kB/s) > Reading package lists... Done > W: Size of file > /var/lib/apt/lists/repos.rcn-ee.net_debian_dists_wheezy_main_binary-armh

[beagleboard] rcn apt repo warning

2014-10-23 Thread Joshua Datko
It seems like I'm getting the following warning when doing an apt-get update: Fetched 4596 kB in 24s (184 kB/s) Reading package lists... Done W: Size of file /var/lib/apt/lists/repos.rcn-ee.net_debian_dists_wh

[beagleboard] debian testing: 2014-10-22

2014-10-23 Thread Robert Nelson
Howdy! I just pushed out another round of images for testing. http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2014-10-22 Feature wise the Wheezy/Jessie images are now identical*. U-boot: v2014.10 For Wheezy: Kernel: 3.8.13-bone67 Just package updates For Jessie: Desktop: lxqt 0.8.0 + qt

[beagleboard] Re: BB - XM using Yocto

2014-10-23 Thread Allan Granados
Thank you very much for the contact John, I will send a message to him and get more info about this topic as you recommend and if there is any valuable I will feedback to the group. Again thanks --Allan Granados -- For more options, visit http://beagleboard.org/discuss --- You received this m

Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-23 Thread Robert Nelson
On Thu, Oct 23, 2014 at 9:22 AM, Peter Gregory wrote: > Using the dtb-rebuilder, I see the main include file for my cape, > am335x-bone-4dcape-43t.dtsi. > I see the various includes for they key mappings and led includes. > However, I don't see any includes for PWM configurations. I haven't figur

Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-23 Thread Peter Gregory
Using http://kilobaser.com/blog/2014-07-28-beaglebone-black-devicetreeoverlay-generator I get an overlay file that looks like: /* * Copyright (C) 2013 CircuitCo * Copyright (C) 2013 Texas Instruments * * This program is free software; you can redistribute it and/or modify * it under the term

Re: [beagleboard] Debian 7.6 console image 3.14 kernel LCD cape and device tree modification

2014-10-23 Thread Peter Gregory
Using the dtb-rebuilder, I see the main include file for my cape, am335x-bone-4dcape-43t.dtsi. I see the various includes for they key mappings and led includes. However, I don't see any includes for PWM configurations. Looking at some of the existing includes, they seem a little different from a

Re: [beagleboard] Re: BB - XM using Yocto

2014-10-23 Thread John Syn
From: Allan Granados Reply-To: "beagleboard@googlegroups.com" Date: Thursday, October 23, 2014 at 6:07 AM To: "beagleboard@googlegroups.com" Subject: [beagleboard] Re: BB - XM using Yocto > Yes John, now I'm reviewing the support on the syslink recipes because part of > the research I'm d

[beagleboard] Re: BB - XM using Yocto

2014-10-23 Thread Allan Granados
Yes John, now I'm reviewing the support on the syslink recipes because part of the research I'm doing is to activate the DSP too and do something functional with it. As I was reviewing from the group Syslink is the more recommended way to integrate the DSP, as RPMSG/RemoteProc is only available

[beagleboard] Re: Beaglebone Black Rev c doesn't boot up

2014-10-23 Thread Peter Gregory
http://beagleboard.org/support/rma -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubsc

Re: [beagleboard] USB Camera on BBB (Debian GNU/Linux 7)

2014-10-23 Thread dumb looks free
Hi, I don't have access to my BBB right now and won't be able to take a look until next week. When I can, I'll take a look . cheers, On 22 October 2014 06:00, wrote: > Thanks DLF, > I followed your hints but no change. dmesg output is below. plz suggest > what to do. > debian@beaglebone:~$