[beagleboard] BB-ADC analog input update

2014-04-01 Thread Nuno Valverde
I AM experimenting the same very issue. I havê opened a tópicos about this but got no reply. Hopefully se can get a solution here. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To

[beagleboard] BB-View cape problem

2014-04-01 Thread Artem Popov
Hello, I have a problem with BBB + BB-View + LCD7. OS: TI-SDK from element14 site HW: BBB PCD Rev B4, Element 14 BB-View cape, 7 LCD LCDX000-70T 1. Colors are strange. Looks like not enough color depth or wrong blue color intencity 2. When I place my hand near the cable, didn't even touching

[beagleboard] Re: BB-View cape problem

2014-04-01 Thread Artem Popov
I've reconnected internal LCD cable. Blue color appeared and blue noise disappeared. But there is still not enough color depth. Picture: http://timm.upload.s3-external-3.amazonaws.com/color3.jpg вторник, 1 апреля 2014 г., 12:46:15 UTC+4 пользователь Artem Popov написал: Hello, I have a

[beagleboard] [Q] How can I use P9 14 as PWM?

2014-04-01 Thread Sungjin Chun
echo am33x-pwm ...slots echo pwm-test-P9_14 ...slots (yes, I'm not rewrite those file names correctly here) Above does not make PWM work for P9_14 pin. Though there are period_ns and duty_ns, if I echo 1 run nothing happens. If I do this on P8_13, it works. Why does this not work for me?

[beagleboard] Re: [Q] How can I use P9 14 as PWM?

2014-04-01 Thread Sungjin Chun
Ah, I'm using 3.8.13 kernel on BeagleBone Black On Tuesday, April 1, 2014 6:07:50 PM UTC+9, Sungjin Chun wrote: echo am33x-pwm ...slots echo pwm-test-P9_14 ...slots (yes, I'm not rewrite those file names correctly here) Above does not make PWM work for P9_14 pin. Though there are

[beagleboard] Re: I2C2: Bad address, without checking

2014-04-01 Thread Rafael Fiebig-Bindner
No, I thought the BBB has intenal pullups and according to the .dts they are enabled? -- 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] Re: problems with webcams

2014-04-01 Thread Matthew Witherwax
Adam, If your issue is a low frame rate coming from the PS3Eye, I have written about this problem here http://blog.lemoneerlabs.com/post/BBB-webcams To make a long story short, the transfer method the PS3Eye uses to transfer data over USB doesn't work on the BBB at high frame rates and/or high

[beagleboard] Re: I2C2: Bad address, without checking

2014-04-01 Thread Rafael Fiebig-Bindner
After some further testing I can clarify the behavior of the I2C-bus: When I manually access the I2C-dev nothing happens, SDA and SCL keep 3.3V the whole time. When I use the command i2cdetect -y -r 1 the SCL gets the typical clock-look with about 4us high and low, except for its not going

Re: [beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-04-01 Thread mbbackus
My BeagleBone part of a primitive robot with a breadboard strapped to the top, and servo motors underneath. The wifi dongle was between both. For this reason, I dug out my unpowered USB hub and used it as an extender to get the wifi dong'e away from all the metal. I powered the beagle bone with

Re: [beagleboard] Kernel/device tree road-map for the BBB

2014-04-01 Thread billywu312
I think its because of this, the Adafruit Python GPIO library broke. Is there anyway to fix this? I fixed the I2C probably by changing the python file, but unsure how for the SPI. On Friday, March 21, 2014 11:41:06 AM UTC-5, David wrote: Robert, It appears that the GPIO label

[beagleboard] Re: Windows 8 (64bit) driver install problems

2014-04-01 Thread edgars . gribusts
I tried several times, but no result On Tuesday, April 1, 2014 7:46:25 AM UTC+3, Erwin Ried wrote: Making windows accept unsigned drivers does work. You are probably not following the directions, it is quite cumbersome how MS made this safe mode in Win 8, but at least you have to follow

Re: [beagleboard] Re: problems with webcams

2014-04-01 Thread Adam Ben-Dror
Mathew, Thank you so much for taking the time to respond. I have forwarded you message you my collaborator Shanshan who is working more on the software side of things. She will be in touch. Thanks again Adam *Adam Ben-Dror *| ben-dror.com | @adambendror http://www.ben-dror.com/ On 2

Re: [beagleboard] Re: Automotive Cape

2014-04-01 Thread marcmltd
Hi, sorry for not responding when I said. The PCB's have now arrived from the manufacturer and the parts have arrived from Farnell and Mouser. The assembly and inspection is starting this weekend. I have to state that this is an initial low volume (10 off) production to check the viability.

[beagleboard] Re: Windows 8 (64bit) driver install problems

2014-04-01 Thread edgars . gribusts
I tried several times and no result on win 8.1 On Tuesday, April 30, 2013 1:12:04 AM UTC+3, Piyush Agarwal wrote: Hi Kenny, As Jason noted the installer is unsigned, this means you need to restart Windows 8 in the mode where it allows you to install unsigned drivers. Here's a quick

[beagleboard] Circuitco LCD4 - Kernel 3.12, 3.13

2014-04-01 Thread Moscowbob
First of all, thank you to all who share their knowledge and experience, without you guys us newbies will have a hard time learning. I have been playing around with various kernels and just in general getting familiar with Linux and the BBB in general. I managed to build QT 4.8.5 with RCN

Re: [beagleboard] Re: BB-View cape problem

2014-04-01 Thread Gerald Coley
Just so people can help you, can you tell us the revision of the board? PCB Rev B4 is the PCB, not the board. The revision is either on the expansion headers or the RJ45 connector.. Gerald On Tue, Apr 1, 2014 at 4:04 AM, Artem Popov web.ty...@gmail.com wrote: I've reconnected internal LCD

Re: [beagleboard] Re: Windows 8 (64bit) driver install problems

2014-04-01 Thread Wilfredo Nieves
Try method #2 Here http://www.wugfresh.com/faq/8/ Just be warned that it disables Signature enforcement completely. To re-enable it run last two commands and restart. On Tue, Apr 1, 2014 at 2:09 AM, edgars.gribu...@gmail.com wrote: I tried several times, but no result On Tuesday, April 1,

Re: [beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-04-01 Thread Robert Nelson
On Tue, Apr 1, 2014 at 12:54 AM, mbbac...@gmail.com wrote: My BeagleBone part of a primitive robot with a breadboard strapped to the top, and servo motors underneath. The wifi dongle was between both. For this reason, I dug out my unpowered USB hub and used it as an extender to get the wifi

Re: [beagleboard] Circuitco LCD4 - Kernel 3.12, 3.13

2014-04-01 Thread Robert Nelson
On Tue, Apr 1, 2014 at 7:02 AM, Moscowbob moscow...@gmail.com wrote: First of all, thank you to all who share their knowledge and experience, without you guys us newbies will have a hard time learning. I have been playing around with various kernels and just in general getting familiar with

Re: [beagleboard] Re: Windows 8 (64bit) driver install problems

2014-04-01 Thread Robert Nelson
On Tue, Apr 1, 2014 at 3:09 AM, edgars.gribu...@gmail.com wrote: I tried several times, but no result Then use the signed drivers: https://github.com/beagleboard/beaglebone-getting-started/tree/master/Drivers/Windows Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options,

Re: [beagleboard] Re: BB-View cape problem

2014-04-01 Thread Artem Popov
There is no revision like A5 or similar on board. I have BBB from Embest with XAM3359AZCZ100 processor. There is nothing on ethernet header. And it has barcode and code 1001024 on expansion slot. вторник, 1 апреля 2014 г., 16:59:12 UTC+4 пользователь Gerald написал: Just so people can help

Re: [beagleboard] Re: BB-View cape problem

2014-04-01 Thread Gerald Coley
OK. So now everyone knows you have the Embest board. Interesting that they have no revision number on it. I don't know what revision that board is equivalent to on the BeagleBone Black. Gerald On Tue, Apr 1, 2014 at 8:57 AM, Artem Popov web.ty...@gmail.com wrote: There is no revision like A5

Re: [beagleboard] Re: [Q] How can I use P9 14 as PWM?

2014-04-01 Thread Cody Lacey
what are the contents of /sys/class/pwm On Tue, Apr 1, 2014 at 4:25 AM, Sungjin Chun chu...@gmail.com wrote: Ah, I'm using 3.8.13 kernel on BeagleBone Black On Tuesday, April 1, 2014 6:07:50 PM UTC+9, Sungjin Chun wrote: echo am33x-pwm ...slots echo pwm-test-P9_14 ...slots (yes, I'm

Re: [beagleboard] microSD Disk Size capacirty

2014-04-01 Thread Ratin
Thanks for the reply but I have since moved to cubieboard2 for the choice of product because it has dual cortex and some more ram. On Mon, Mar 31, 2014 at 5:56 AM, Kumar Sukhani kumarsukh...@gmail.comwrote: Sorry, The reply was to 'Crazy Monster' for the error - 'BLKRRPART: Device or

[beagleboard] Beaglebone Black Processor is probably blown, is there any way to get the data off the emmc?

2014-04-01 Thread jdorr6695
I have good reason to believe that my Beaglebone Black has a blown processor. Is there any way to get my data off the emmc, or am I pretty much starting over? When I plug in the board the power light blinks for a split second, it will also blink for a split second if I push the power button.

Re: [beagleboard] Beaglebone Black Processor is probably blown, is there any way to get the data off the emmc?

2014-04-01 Thread Gerald Coley
Request and RMA in indicate that you want to save the information in the eMMC. http://www.elinux.org/Beagleboard:BeagleBoneBlack#RMA_Support Gerald On Tue, Apr 1, 2014 at 11:28 AM, jdorr6...@gmail.com wrote: I have good reason to believe that my Beaglebone Black has a blown processor. Is

[beagleboard] ADC by SPI BBB

2014-04-01 Thread fabio moretto
hello BB community this is my first discucion I'm looking at using the Beglebone Black to take signal reading for resonant sensors. I need to read a sinusoidal resonant signal of 3Khz with ADC SPI so the parameter which I need are: the ADC should read at a rate of 100 kHz for a while 5

Re: [beagleboard] Re: Windows 8 (64bit) driver install problems

2014-04-01 Thread Erwin Ried
Windows re-enables the enforcement automatically after 1 restart On Tuesday, April 1, 2014 10:22:17 AM UTC-3, Wilfredo Nieves wrote: Try method #2 Here http://www.wugfresh.com/faq/8/ Just be warned that it disables Signature enforcement completely. To re-enable it run last two commands and

Re: [beagleboard] Help Needed : Custom built debian image

2014-04-01 Thread viraniac
Hi Robert, Thanks for the fast reply. I have gone through the scripts and I noticed that you are the author of the scripts. I really thank you for making those awesome scripts to make our lives easier. Just have a suggestion, Please add bit more information in the readme file about the

[beagleboard] Re: How to use clock output (CLKOUT2)

2014-04-01 Thread Dennis Cote
On Tuesday, April 1, 2014 10:47:39 AM UTC-6, Gregory Holst wrote: So I did a little searching and found some help in the documentation for the processor http://www.ti.com/lit/ug/spruh73j/spruh73j.pdf on page 880. It shows a formula for the frequency but I don't understand the M and Ns.

[beagleboard] Re: How to use clock output (CLKOUT2)

2014-04-01 Thread gfastmapper
I suggest that you look at output pins TIMER4, TIMER5, TIMER6, and TIMER7 (section 20.1.2.4 of the Technical Reference Manual). Those timers are clocked at 24MHz, have programmable divisors, and can produce output clocks up to 12MHz. Section 20.1 of the Technical Reference Manual provides

Re: [beagleboard] Re: Involuntary reseting of the BBBlack.

2014-04-01 Thread dickelbeck
The boards will reboot if : a) OTG is disabled in the kernel build, and b) g_multi.ko is loaded, and c) the usb cable is disconnected. If you remove b) then they stay up. This is with kernel 3.12.9 -- For more options, visit http://beagleboard.org/discuss --- You received this message

Re: [beagleboard] Help Needed : Custom built debian image

2014-04-01 Thread viraniac
HI Robert, The script is still running but what I can see is it just installed nodejs packages. I guess this is because the script was installing the beaglebone package. I don't require node.js installed. Please confirm the features provided by beaglebone package so I can decide whether to

Re: [beagleboard] Help Needed : Custom built debian image

2014-04-01 Thread Robert Nelson
On Tue, Apr 1, 2014 at 2:44 PM, viran...@gmail.com wrote: HI Robert, The script is still running but what I can see is it just installed nodejs packages. I guess this is because the script was installing the beaglebone package. I don't require node.js installed. Please confirm the features

[beagleboard] ssh fails write broken pipe

2014-04-01 Thread Walter Schilling
I have students working on the Beaglebone using the current Debian image. They are working in pairs. Student one has bone A and laptop a. Student two has bone B and laptop b. If b connects to B and then a connects to A, they receive an ssh failure with a broken pipe. If b connects to both

Re: [beagleboard] ssh fails write broken pipe

2014-04-01 Thread Robert Nelson
On Tue, Apr 1, 2014 at 3:39 PM, Walter Schilling schill...@msoe.edu wrote: I have students working on the Beaglebone using the current Debian image. They are working in pairs. Student one has bone A and laptop a. Student two has bone B and laptop b. If b connects to B and then a connects to

[beagleboard] BBB as a router w/ firewall capabilities

2014-04-01 Thread vignesh murali
I just wanted to know whether it would be a good idea to run BBB as a router w/ firewall capability. I intend to use BBB with 1 WAN port and 2 LAN ports(with USB to ethernet dongles) to support a total of 150 users in the network. I am skeptical about the load the BBB can handle with the

Re: [beagleboard] BBB as a router w/ firewall capabilities

2014-04-01 Thread Mike
On 04/01/2014 05:02 PM, vignesh murali wrote: I just wanted to know whether it would be a good idea to run BBB as a router w/ firewall capability. I intend to use BBB with 1 WAN port and 2 LAN ports(with USB to ethernet dongles) to support a total of 150 users in the network. I am skeptical

[beagleboard] Re: How to use clock output (CLKOUT2)

2014-04-01 Thread geminhup
I think the simplest solution will be to use the HDMI oscillator pin since 24Mhz is perfect for the chips I'm driving. It is difficult to find simple answers in the documentation so thank you thank you both for your help! -- For more options, visit http://beagleboard.org/discuss --- You

[beagleboard] Re: How to use clock output (CLKOUT2)

2014-04-01 Thread Gregory Holst
Sorry for the confusion, I used someone else's e-mail to reply to you all. Thanks again! On Tuesday, April 1, 2014 5:25:11 PM UTC-4, gemi...@gmail.com wrote: I think the simplest solution will be to use the HDMI oscillator pin since 24Mhz is perfect for the chips I'm driving. It is

[beagleboard] Re: Error trying to compile kernel module: mach/timex.h not found

2014-04-01 Thread eric
It's also possible to: cd PATH-TO-KERNEL-HEADERS cd arch/arm/include/ mkdir mach touch mach/timex.h To avoid modifying the header file itself. HTH, --eric On Sunday, September 22, 2013 8:44:20 PM UTC-7, DeKay wrote: I reread the blog at

Re: [beagleboard] Re: [Q] How can I use P9 14 as PWM?

2014-04-01 Thread Sungjin Chun
Thank you for your help. pwmchip0 and pwmchip1 2 files are there. Weird thing is that after echo pwm-test-P9.. and echo pwm-test-P8..., though there are pwm-test-P9_14 and pwm-test-P8_13, and contents of the directores are same, only P8_13 does show result in oscilloscope but P9_14 does not

[beagleboard] Re: [SOLVED} Question about GPIO interrupt configuration on device tree

2014-04-01 Thread Ventura
I found out that the configuration for gpio1_15 as the interrupt line for SPI1 has to be: spi1 { pinctrl-names = default; pinctrl-0 = spi1_pins; status = okay; spidev2: spi@0 { compatible = microchip,enc28j60; reg = 0;

[beagleboard] BBB Rev A5A For Sale

2014-04-01 Thread Ronny Julian
Beaglebone Black Rev A5A for sale $45 shipped in CONUS only. I will include a Micro HDMI to HDMI cable that works fine. Email me direct at k4rjjradio at gmail dot com for Paypal info and I will get it in the USPS to you. Reason for selling is I have a totally different project coming up and I'm

RE: [beagleboard] BBB Rev A5A For Sale

2014-04-01 Thread William Pretty Security
Not to Canada L http://www.packtpub.com/building-a-home-security-system-with-beaglebone/book From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of Ronny Julian Sent: Tuesday, April 01, 2014 10:22 PM To: beagleboard Subject: [beagleboard] BBB Rev A5A For Sale

Re: [beagleboard] Help Needed : Custom built debian image

2014-04-01 Thread Maxim Podbereznyy
viraniac, why don't you just use a bare image and add in packages that you need? What you do now is going from the end to the beginning. I would go from the smallest bare image to functionality required 2014-04-01 23:49 GMT+04:00 Robert Nelson robertcnel...@gmail.com: On Tue, Apr 1, 2014 at

Re: [beagleboard] Re: How to use clock output (CLKOUT2)

2014-04-01 Thread Eric Fort
What frequency do you want? first of all what you need to know is the frequency of CLKIN. Best I can tell that defaults to 24Mhz. from there you can pretty easily find values to fit closely what you need for clock output frequencies. For that matter if you're unsure write a loop that produces

Re: [beagleboard] Re: Automotive Cape

2014-04-01 Thread Eric Fort
so what made it into the final production version? got a schematic or at least a BOM to share? Eric On Tue, Apr 1, 2014 at 2:28 AM, marcm...@gmail.com wrote: Hi, sorry for not responding when I said. The PCB's have now arrived from the manufacturer and the parts have arrived from Farnell