[beagleboard] BBB Power supply over pin Header

2014-10-15 Thread faimbs
Hello! Can I use two pins for power supply? I want to made a cape for own powersupply. If yes, which pins are + and - And which voltage? Thank you! -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

[beagleboard] Re: BBB Power supply over pin Header

2014-10-15 Thread faimbs
Found this in manual: VDD_5V is the main power supply from the DC input jack. This voltage is not present when the board is powered via USB. The amount of current supplied by this rail is dependent upon the amount of current available. Based on the board design, this rail is limited to 1A

Re: [beagleboard] Serial debug cable

2014-10-15 Thread William Hermans
https://lh6.googleusercontent.com/-3oca40vrH-g/Ubd5TjD-0_I/ALU/-GibZBaTvKk/w829-h530-no/beaglebone-black-serial.jpg 3v3 ttl http://elinux.org/Beagleboard:BeagleBone_Black_Accessories#Standard_FTDI_Cable On Wed, Oct 15, 2014 at 12:09 AM, John Syn john3...@gmail.com wrote: From: faimbs

Re: [beagleboard] Serial debug cable

2014-10-15 Thread faimbs
Thanks a lot! I order at DigiKey. -- 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] map timer to gpio pin

2014-10-15 Thread Ray Madigan
I am wondering if it is possible to map a pru timer to a gpio pin to drive another device clock? I am thinking about synchronizing code on the pru with an external device. Any reference to examples that are similar to this would be appreciated. -- For more options, visit

[beagleboard] ttyo4 not working on BBB rev. C

2014-10-15 Thread philippe.frossard
Hi, I'm using kernel 3.8.13-bone67 on BeagleBone Black, I have a problem with serial port ttyO4 ...loopback doesn't works ! The other serial port works but not ttyO4 (Rx works but not Tx !) Same problem with 3.8.13-bone40 and also with another same board ... board-name A335BNLT revision

[beagleboard] Set GPIO direction on system start

2014-10-15 Thread faimbs
Hello! I made an own devicetree and can enable with: echo high gpio75/direction But how can I made this automatic on system boot? Thank you! -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard

[beagleboard] Re: You can't brick it

2014-10-15 Thread Ben McDui
Hi Robert, William, thanks for digging into this. I could spend many lines explaining that this person does have some experience in installing and configuring Linux devices such as NSLU2, SheevaPlug and BBB, eight devices so far. Also could I respond to all the considerations you brought up.

Re: [beagleboard] root password BBB ubuntu

2014-10-15 Thread Sid Boyce
Hi William, I was puzzled by what Robert wrote which I thought could be confusing to a new user. It was just the wording. It happens - many a time professionally I have had the shock horror of discovering that what I thought I had very clearly stated in presentations, documentation and

Re: [beagleboard] Re: dts with #include .dtsi will not compile

2014-10-15 Thread Nic Cyn
Thanks. I think I now have a pretty good idea on what happens when a device tree .dts file with .dtsi includes is compiled. I am posting a summary here so others (if any) searching on this error message may find it. The Makefile is basically running three commands - not one. To compile the

Re: [beagleboard] help needed with kernal GPIO Interrupts via device tree overlay

2014-10-15 Thread William Lear
On Tuesday, October 14, 2014 7:08:11 PM UTC-4, William Lear wrote: On Tuesday, October 14, 2014 6:57:24 PM UTC-4, RobertCNelson wrote: On Tue, Oct 14, 2014 at 5:48 PM, William Lear wrl...@gmail.com wrote: reg = 0x38; interrupt-parent = gpio2;

[beagleboard] What is the best network function virtualization to achieve high speed communication?

2014-10-15 Thread carmen . driscu
A virtualized network requires fast network I/O communication in order to provide fast service setup, high response time, and quick data communication, while the data center requires fast network I/O in virtual machines. We analyzed the results of recent solutions allowing for high speed

[beagleboard] Multicore Support for Beagle

2014-10-15 Thread CoolPerson:-)
I am a BBB lover and I really appreciate the Cortex A8 support extended to linux through this excellent beagle community. I would like to propose to have a beagle powered with a Cortex A 15 Multicore processor, such as TI AM5K2E04 http://www.ti.com/product/am5k2e04 Is there any intention of

Re: [beagleboard] What is the best network function virtualization to achieve high speed communication?

2014-10-15 Thread Robert Nelson
On Wed, Oct 15, 2014 at 7:44 AM, carmen.dri...@enea.com wrote: A virtualized network requires fast network I/O communication in order to provide fast service setup, high response time, and quick data communication, while the data center requires fast network I/O in virtual machines. We

Re: [beagleboard] Multicore Support for Beagle

2014-10-15 Thread Robert Nelson
On Wed, Oct 15, 2014 at 8:29 AM, CoolPerson:-) amalinda.gam...@gmail.com wrote: I am a BBB lover and I really appreciate the Cortex A8 support extended to linux through this excellent beagle community. I would like to propose to have a beagle powered with a Cortex A 15 Multicore processor,

[beagleboard] Devicetree problem

2014-10-15 Thread faimbs
Hello! I have month ago build a new device tree on RevB BBB. Its running Now I have a new RevC BBB and need the same. But always when I try to load the DeviceTree Overlay I get: bash: echo: write error: No such file or directory I copy the .dts files to an folder on the new BBB and start sh

Re: [beagleboard] Devicetree problem

2014-10-15 Thread Robert Nelson
On Wed, Oct 15, 2014 at 8:54 AM, faimbs fai...@gmail.com wrote: Hello! I have month ago build a new device tree on RevB BBB. Its running Now I have a new RevC BBB and need the same. But always when I try to load the DeviceTree Overlay I get: bash: echo: write error: No such file or

Re: [beagleboard] Multicore Support for Beagle

2014-10-15 Thread Gerald Coley
We have no plans to use that part in a Beagle. Gerald On Wed, Oct 15, 2014 at 8:39 AM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Oct 15, 2014 at 8:29 AM, CoolPerson:-) amalinda.gam...@gmail.com wrote: I am a BBB lover and I really appreciate the Cortex A8 support extended to

[beagleboard] Re: BBB tilcdc driver for custom lcd panel

2014-10-15 Thread Ashwin Athram
Hi Ben, I am also trying to enable a TFT lcd. I have done all the configurations in the .dts and inserted the cape. I could see the /dev/fb0 getting created and doing fbset shows the timings all 0s. Were you successful in having some display shown on the lcd. If yes, how did you manage to do

Re: [beagleboard] Re: BBB Power supply over pin Header

2014-10-15 Thread Gerald Coley
Thank you for reading the manual. I ma not sure how to make the statement any simpler. Check the schematic. VDD is an input. VDD_SYS is an output. . Use VDD to power the BBB in place of the power jack. Use VDD_SYS to power the complements on your board if needed. But do not connect any signals

Re: [beagleboard] Re: I2C and Invensense MPU6050 Driver

2014-10-15 Thread bruce bushby
I believe (via email correspondence) that the people at Tindie have been busy with the Arduino sketch for the past 2 weeks and should have something out within the next 2 weeks (my guess at their time frame) I've been hounding Bosch for the Linux device drivers.unfortunately nothing yet.

[beagleboard] Phy ethernet address 4a101000.mdio:02

2014-10-15 Thread r.breg...@gaiaenergy.it
Sometimes at startup of a BeagleBone Black there is a wrong mdio address for ethernet phy 4a101000.mdio:02 instead of 4a101000.mdio:00 dmesg return this message net eth0: initializing cpsw version 1.12 (0) libphy: PHY 4a101000.mdio:00 not found net eth0: phy 4a101000.mdio:00 not found on

Re: [beagleboard] Re: I2C and Invensense MPU6050 Driver

2014-10-15 Thread schmidt . philipp94
The new Bosch sensor really looks great! Do you know whether there are already some arduino sketches available, as the author says in the description at tindie? Would be cool to read some code and port them for the beaglebone. Im about to build my own quadcopter and used the Bosch BMA180

Re: [beagleboard] PWM, Servos, and the BBB

2014-10-15 Thread madprogrammi
I believe you have misunderstood me :) The servo is powered by an external power supply at 5VDC. The signal is from an expansion header. The ground is the same expansion header's ground. On Tuesday, October 14, 2014 10:23:47 AM UTC-5, Gerald wrote: Please do not tie a 5VDC servo direct to the

Re: [beagleboard] Phy ethernet address 4a101000.mdio:02

2014-10-15 Thread Robert Nelson
On Wed, Oct 15, 2014 at 4:38 AM, r.breg...@gaiaenergy.it raf...@gmail.com wrote: Sometimes at startup of a BeagleBone Black there is a wrong mdio address for ethernet phy 4a101000.mdio:02 instead of 4a101000.mdio:00 dmesg return this message net eth0: initializing cpsw version 1.12 (0)

Re: [beagleboard] Devicetree problem

2014-10-15 Thread Philip Polstra
I am having the exact same issue with my XBee cape. Strangely the ttyO2_armhf.com overlay I found online loads, creates ttyO2, but it seems like my Python scripts don't actually talk to it at all! On Wed, Oct 15, 2014 at 9:58 AM, Robert Nelson robertcnel...@gmail.com wrote: On Wed, Oct 15,

Re: [beagleboard] Re: BBB Power supply over pin Header

2014-10-15 Thread faimbs
Hello Gerald! Its my english level. Not the manual :-) Ok: VDD: input SYS: output Now its also for me clear. -- 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

[beagleboard] own cap 100% CPU?

2014-10-15 Thread faimbs
Hello! I build an own cap with Inputs, outputs (relay) and Rs232. When I put the cape on the BBB, the power LED is on, and also the CPU and Heartbeat LED is on and keep on. Seems the BBB CPU is on 100%? Is it possible to setup a log while booting? A debug serial FTTI cable I doesn´t have right

Re: [beagleboard] Set GPIO direction on system start

2014-10-15 Thread Britton Kerin
On Wed, Oct 15, 2014 at 1:05 AM, faimbs fai...@gmail.com wrote: Hello! I made an own devicetree and can enable with: echo high gpio75/direction But how can I made this automatic on system boot? 'man 5 crontab' then search for reboot is probably easiest. Britton -- For more options,

Re: [beagleboard] Devicetree problem

2014-10-15 Thread faimbs
Dear Robert! Sorry, I doesn´t recognize that you answering my post, as I delete. I delete because I found my mistake. It was a case sensitive problem. I wrote the filname camel case and in the Devicetree not. -- For more options, visit http://beagleboard.org/discuss --- You received this

[beagleboard] how to gate input GPIO during powerup? also BBB SRM problems

2014-10-15 Thread Brandon I
For the external source, if your BB loses power, then you'll be powering it up through the esd does in the pin connected to that external power source. It probably won't survive. A general rule is to never apply voltage to a devices pin unless that device is powered up, unless it is in the

Re: [beagleboard] Re: BBB Power supply over pin Header

2014-10-15 Thread Gerald Coley
Great! Let me know if you have any other questions. Gerald On Wed, Oct 15, 2014 at 11:31 AM, faimbs fai...@gmail.com wrote: Hello Gerald! Its my english level. Not the manual :-) Ok: VDD: input SYS: output Now its also for me clear. -- For more options, visit

Re: [beagleboard] own cap 100% CPU?

2014-10-15 Thread Gerald Coley
Sounds more like you may be creating an interrupt and have no SW to answer it. You really need to get the serial cable o see what is going on. Gerald On Wed, Oct 15, 2014 at 11:45 AM, faimbs fai...@gmail.com wrote: Hello! I build an own cap with Inputs, outputs (relay) and Rs232. When I

[beagleboard] bbb with debian v3.8.13-bone63 freeze when insert sd card with badblocks

2014-10-15 Thread diego . silva . 05031992
there is a way to detect the damaged sdcard before linux freeze and stop this process ? the logs are cleaned before insert the card messages Dec 17 18:54:22 arm kernel: [ 248.413405] mmc0: host does not support reading read-only switch. assuming write-enable. Dec 17 18:54:22 arm kernel: [

Re: [beagleboard] Set GPIO direction on system start

2014-10-15 Thread faimbs
Hello I found a Option in the device tree configuration. There I can set as output. Thank you -- 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

Re: [beagleboard] own cap 100% CPU?

2014-10-15 Thread faimbs
Thank you! Serial cable I order today. Need to wait now. -- 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

[beagleboard] HDMI frozes after some time

2014-10-15 Thread Jesus Rincon
I have my BBB since a while ago, and constantly face a problem with HDMI. After it has its debian installed everything works fine, desktop shows fine and so on. But after a couple of days, usually, when I connect it to my screen nothing happens. Only show linux penguin and after that a blinking

Re: [beagleboard] HDMI frozes after some time

2014-10-15 Thread Robert Nelson
On Wed, Oct 15, 2014 at 2:52 PM, Jesus Rincon jesus2...@gmail.com wrote: I have my BBB since a while ago, and constantly face a problem with HDMI. After it has its debian installed everything works fine, desktop shows fine and so on. But after a couple of days, usually, when I connect it to my

Re: [beagleboard] HDMI frozes after some time

2014-10-15 Thread Jesus Rincon
Well via SSH nothing weird shows, but in the screen you can usually see some commands and things but only shows linux logo and a blinking cursor. Besides, you can't write anything and just stands there, doing nothing. Once is flashed again, suddenly everything gets back to normal. Regards

Re: [beagleboard] HDMI frozes after some time

2014-10-15 Thread Robert Nelson
On Wed, Oct 15, 2014 at 3:00 PM, Jesus Rincon jesus2...@gmail.com wrote: Well via SSH nothing weird shows, but in the screen you can usually see some commands and things but only shows linux logo and a blinking cursor. Besides, you can't write anything and just stands there, doing nothing. Once

[beagleboard] Device Tree Location in Debian

2014-10-15 Thread Altaf
Hello, I need to access the Device Tree File of BB-BONE-LCD4-01:00A1 make changes and recompile, Can i get help about the location of the file and recompiling procedure. it would be very helpful to me The Version running on my Beagle Bone Black Rev C is BeagleBoard.org BeagleBone Debian

Re: [beagleboard] Device Tree Location in Debian

2014-10-15 Thread Robert Nelson
On Wed, Oct 15, 2014 at 3:16 PM, Altaf altaf.sunes...@gmail.com wrote: Hello, I need to access the Device Tree File of BB-BONE-LCD4-01:00A1 make changes and recompile, Can i get help about the location of the file and recompiling procedure. it would be very helpful to me The Version

Re: [beagleboard] HDMI frozes after some time

2014-10-15 Thread Jesus Rincon
As I said, no log appears on HDMI when it's damaged. Only the penguin. On SSH works perfectly fine and doesn't show anything different. I've seen this happens when I left my board 2 or more days without any ussage, in a box. Could it be possible that this affects its normal functioning? Regards

Re: [beagleboard] HDMI frozes after some time

2014-10-15 Thread Robert Nelson
On Wed, Oct 15, 2014 at 4:58 PM, Jesus Rincon jesus2...@gmail.com wrote: As I said, no log appears on HDMI when it's damaged. Only the penguin. On SSH works perfectly fine and doesn't show anything different. I've seen this happens when I left my board 2 or more days without any ussage, in a

[beagleboard] Embedded development in OpenModelica similar to Simulink

2014-10-15 Thread Fisher Grubb
Hi all, Those interested in embedded development with Simulink will be happy to know that Mathworks released some form of official support for the BeagleBone Black with version R2014b and a hardware support package. I'll be trying that out when my university finally gets its which may take