[beagleboard] how to capture audio using audio cape rev B1 with mic ?

2014-08-13 Thread aniket jesu
Hi friends, I have a BB white and one BB audio cape rev B1. kernel version 3.8.13 and debian rootfs. I'm able to use the BB audio cape with this setup for audio output nicely but as the audio input is line in, I can't use the mic in directly. So, using the mic input, my hardware person has made

[beagleboard] Re: Initially load capes on AM335x without EEPROM

2014-08-13 Thread Julien
Julien penou87@... writes: OK. So I took the sources from your git repository and I'm trying to force the capemgr to load the emmc. I'm trying to modify the patch.sh file to force it. Do you know if there is an easiest way to do it ? I'm sorry, I'm a beginner concerning kernel

Re: [beagleboard] Re: Initially load capes on AM335x without EEPROM

2014-08-13 Thread Robert Nelson
On Wed, Aug 13, 2014 at 8:49 AM, Julien peno...@gmail.com wrote: Julien penou87@... writes: OK. So I took the sources from your git repository and I'm trying to force the capemgr to load the emmc. I'm trying to modify the patch.sh file to force it. Do you know if there is an easiest way

Re: [beagleboard] Re: 3 proposed patches for next 3.8.13-bone5x update

2014-08-13 Thread Alexander Hayman
I can arrange to have one of the 4D Systems 4 LCD's sent to you. If that would help. I could also do the kernel testing here to help isolate the offender. I should be able to apply the patches one at a time and do a quick partial recompile after each patch is applied? To answer your question

[beagleboard] Beaglebone Black Rev. C: Protecting GPIO pins during boot until SYS_RESETn signal is HI

2014-08-13 Thread Paul
What kind of solutions are others out there using to protect GPIO pins during boot? I have a sensor connected that is loop powered so it will be applying voltage at all times to the BBB. My thought is to use some sort of FET bus to protect the board. Ideas or thoughts? Thanks. -- For

[beagleboard] Re: Please advise best stable kernel version

2014-08-13 Thread penou87
I found this link when asking myself the same question. Hope this will help. https://www.kernel.org/finger_banner On Saturday, August 9, 2014 12:53:46 AM UTC+2, Dejan Nenov wrote: Hello, It appears that the most popular kernel version out is

[beagleboard] Re: MediaTek (Logic Supply) Wi-Fi adapter for BBB and Debian

2014-08-13 Thread lizhichao1127
Hi Russ Hall, Your help will be greatly appreciated ! I am a beginner about BBB and trying to use UWN200 on BBB(*rev C with debian 3.8.13*), I have tried to follow the tutorial on http://inspire.logicsupply.com/2014/07/beaglebone-wifi-installation.html However, Stucking at step3 with red

Re: [beagleboard] BeagleBoard Black user LEDs not blinking after connecting via USB

2014-08-13 Thread olfat . ibrahim
Hello Im facing the same problem did you happen to know the answer ?? Thanks On Monday, November 25, 2013 1:29:56 AM UTC-5, Anantha Krishnan wrote: Hello Gerald, I followed the procedure given here - http://elinux.org/Beagleboard:Updating_The_Software *10) Hold switch S2 (Boot Switch,

[beagleboard] Hello, can i ask for some advice on bonescript?

2014-08-13 Thread ryanjoh . ny
I'm trying to use my beagle bone black (rev. c) as a web server with apache2 but it seems to be the default port for apache2 is set to 8080 and from my research, port 80 is taken by node.js which is activated by bonescript. what i want to do is switch two ports; 8080 for bonescript for my later

Re: [beagleboard] Beaglebone Black Rev. C: Protecting GPIO pins during boot until SYS_RESETn signal is HI

2014-08-13 Thread Gerald Coley
Power the sensor from the 3.3V rail or use the reset pin as described on the Wiki. http://www.elinux.org/Beagleboard:BeagleBoneBlack#Expansion_Header_Usage Gerald On Wed, Aug 13, 2014 at 8:52 AM, Paul cory.pric...@gmail.com wrote: What kind of solutions are others out there using to

[beagleboard] Problem writing to ttyO1

2014-08-13 Thread William Pretty Security
Hello all; I seem to be having a problem writing to ttyO1. Here is the really simple code and the result on the console: Code: var data var serialPort, sp; var serialPort = require(serialport).SerialPort; var sp = new serialPort(/dev/ttyO1, { baudrate: 9600 });

[beagleboard] Problem wtiting to ttyO1 - Update -

2014-08-13 Thread William Pretty Security
Hello All; I apologize for starting a new thread, but I seem to have lost the last one L Basically, after some Google-ing I realized that I have to wait for the serial port to be open before reading from or writing to it. This is because it communicates asynchronously. So here is my

[beagleboard] mma7455l - I2C Issue

2014-08-13 Thread Julien Hoachuck
Hey Guys, So I have a MMA7455L accelerometer (Data Sheet) http://www.parallax.com/sites/default/files/downloads/28526-Freescale-MMA7455L-Device-Documentation.pdf and hooked it up to the Beaglebone black via I2C. To test that I could read the registers I used the linux I2C tools. I used the

Re: [beagleboard] Re: 3 proposed patches for next 3.8.13-bone5x update

2014-08-13 Thread Scott Michel
Alexander: Short answer: It works for me. :-) It turns out that a colleague has an Element-14 4.3 LCD cape here at work. I just booted up after changing uEnv.txt. Hard to work on the BBB at that screen resolution, but I don't have the image compression that you experienced. I'm not at the most

[beagleboard] USB ports swapped, USB0 will not enumerate

2014-08-13 Thread Brendan Bleker
Hello, I have a custom board based on the Beaglebone Black, I'm trying to get the board to boot from USB, with nothing programmed on or SD card. I'm expecting to get the AM335 RNDIS to initiate as an Ethernet device. On our board (compared to the Beaglebone Black), we're using USB0 with the

[beagleboard] Re: PRU FAQ 2013-05-15

2014-08-13 Thread rakesh.safir
Hi, I want to use the DCAN interface on PRU-ICSS to send/receive data present on DDR RAM at a fixed physical address. - Address of DDR is 0x8000_ to 0x9000_(256MiB) - My buffer is present at 0x8FF0_ to 0x9000_ (1MiB) As soon as I access the hardware address

[beagleboard] Accessing DDR from PRU-ICSS

2014-08-13 Thread rakesh.safir
Hi, I want to use the DCAN interface on PRU-ICSS to send/receive data present on DDR RAM at a fixed physical address. - Address of DDR is 0x8000_ to 0x9000_(256MiB) - My buffer is present at 0x8FF0_ to 0x9000_ (1MiB) As soon as I access the hardware address

[beagleboard] BBB boot failure, Could not probe the EEPROM; something fundamentally wrong on the I2C bus.

2014-08-13 Thread Dan Goldstein
Hi, Background: I have a BBB that I am setting up to run with machinekit to drive a mill. I have been testing with an early machine kit image, and then I updated to the most recent image. Upon updating I started to have problems where the cape manager stopped working and the pru was not

[beagleboard] Re: i wanna 8bit gpio control

2014-08-13 Thread Patrick Sheridan
Hi Brandon, I'm currently using mmap (in Python) to achieve register wide GPIO. I'm concerned though, that the kernel still thinks it owns that memory and might inadvertently write to it (for ex: if you forget to disable the heartbeat trigger). Do you know of a way to disable the sysfs

Re: [beagleboard] Re: i wanna 8bit gpio control

2014-08-13 Thread Brandon I
I believe the only way is to remove them from the main device tree overlay since that will be loaded before anything else you can do. Decompile the dtbo, remove the usr led entries in the resulting dts, and recompile to dtbo (at least this is how it used to work). On Wed, Aug 13, 2014 at 3:10

Re: [beagleboard] Re: PRU FAQ 2013-05-15

2014-08-13 Thread Brandon I
You have to enable the ocp master port (section 10.1.2) to access main memory. Here's an explanation http://nomel.tumblr.com/post/30006622413/beaglebone-tutorial-accessing-main-memory-from-the-pru . And, the resulting code is (if you want to do it in the pru): // clear STANDBY_INIT bit in