[beagleboard] how much beagleboard ubuntu distribution is related to official ubuntu ARM distribution

2013-09-28 Thread neckTwi
I got confused by https://wiki.ubuntu.com/ARM/Server/Install and http://elinux.org/BeagleBoardUbuntu. Is the later derived from the former? Can we not install Ubuntu's ARM server on beaglebone black? When does Ubuntu officially support Nelson's beagleboard ubuntu distribution? What is the

Re: [beagleboard] User led pin number?

2013-09-28 Thread Robert Nelson
On Sat, Sep 28, 2013 at 2:10 AM, gelie...@gmail.com wrote: According to BBB user manual p61 and BBB schematic: led user0 is connected on PIN GPIO1_21, so his pin number should be 1*32+21=53. But in arch/arm/mach-omap2/board-omap3beagle.c his number is 150, and led user1 pin number is 149;

Re: [beagleboard] how much beagleboard ubuntu distribution is related to official ubuntu ARM distribution

2013-09-28 Thread Robert Nelson
On Sat, Sep 28, 2013 at 1:01 AM, neckTwi satyagowtha...@gmail.com wrote: I got confused by https://wiki.ubuntu.com/ARM/Server/Install and http://elinux.org/BeagleBoardUbuntu. Is the later derived from the former? Can we not install Ubuntu's ARM server on beaglebone black? When does Ubuntu

[beagleboard] Re: Sample Kernel Driver for Frequency Measurement

2013-09-28 Thread robert.berger
Hi, On Saturday, September 28, 2013 4:32:13 PM UTC+3, Harry May wrote: This kernel modul may be useful for kernel module beginners (like myself) to show usage of these kernel functions: May I suggest a few formal things - without going into technical details? *) try to write it in the

Re: [beagleboard] CPU Governor vs. I2C conflic

2013-09-28 Thread Vaibhav Bedia
On Sat, Sep 28, 2013 at 8:52 AM, Harry May harry4...@yahoo.de wrote: I spent hours finding a bug in my GPIO kernel driver (blocking the system) until I found the reason: While the system has to process a lot of data (interrupts), i.e. streaming of music, video, or handling signals from a

Re: [beagleboard] How to use i2c or spi in Cloud9/javascript?

2013-09-28 Thread DeKay
The problem I'm having is that bonescript isn't building in Debian in Node 0.10.x because of this issue: https://github.com/jadonk/bonescript/issues/38 Also npm install bonescript fails trying to install bonescript 0.23, even though 0.24 is the latest on github. I did have some luck getting

[beagleboard] HDMI Port is dead

2013-09-28 Thread sushantkhanna1989
Hey Guys Multiple issues with beaglebone right now. There is some odd problem with HDMI on my beaglebone. It is odd because 1) It did not work out of the box 2) It worked when I flashed an Image from the 5th of Sep, 2013 3) Couple of days later, the same image did not work. 4) I do not get any

[beagleboard] Streaming Video (from Webcam to Wifi)

2013-09-28 Thread Heron Yang
Hi guys!! I am a newbie to beagleboard, all I've done is installing different OS, then typed few simple commands on it. I am not a native English speaker, sorry if there's bad English in this mail. I've disassembled one of the remote control cars I played with when I was little, and

[beagleboard] Fast ADC access on BBB causes buffer underflow error (seg fault)

2013-09-28 Thread geoskd
I discovered a problem when accessing the Analog pins on the BBB. Whenever I would read the value of the pins, I needed to read a second time to get the correct value. This is because the first file read initiates the conversion, and the second gets the actual value. I found that if I did the

Re: [beagleboard] User led pin number?

2013-09-28 Thread gelie . jo
Hum, so where is the C file for BBB init? Could you confirm me that user led0 pin number is 1*32+21 so 53? thanks for your answer Best! Le samedi 28 septembre 2013 10:55:56 UTC-4, RobertCNelson a écrit : On Sat, Sep 28, 2013 at 2:10 AM, geli...@gmail.com javascript: wrote: According to

[beagleboard] ASUS N-10 Wifi Adapter on Beaglebone Black makemake install not working?

2013-09-28 Thread austinblatt
I am currently running Debian 7.1 Wheezy on my Beaglebone Black. I am trying to set up my wifi adapter, an ASUS N-10, but every time I run the make and make install commands I get the following error. make ARCH=armv7l CROSS_COMPILE= -C /lib/modules/3.8.13-bone26/build

[beagleboard] Re: BeagleBone Black as web server

2013-09-28 Thread Manos Vasilakis
Do yourself a favor and install ubuntu minimal 13.04. Thank me later On Friday, September 27, 2013 11:22:20 AM UTC+3, Dennis Osipov wrote: I want to use blackbone as web server, so I decided to reconfigure Ansgstrom. How can I disable all GUI support and delete unused files and drivers?

Re: [beagleboard] Streaming Video (from Webcam to Wifi)

2013-09-28 Thread Gerald Coley
Which BeagleBoard do you have? Gerald On Sat, Sep 28, 2013 at 11:02 AM, Heron Yang v6510youn...@gmail.com wrote: Hi guys!! I am a newbie to beagleboard, all I've done is installing different OS, then typed few simple commands on it. I am not a native English speaker, sorry if there's bad

[beagleboard] Re: BeagleBone Black as web server

2013-09-28 Thread Thomas Laskowski
I just set one up running WordPress on Debian. Followed the usual instructions. www.thomaslaskowski.com. I have a 10Mbit upstream, so it's pretty quick. Ask if you have any questions. Cheers, -Tom On Friday, 27 September 2013 04:22:20 UTC-4, Dennis Osipov wrote: I want to use blackbone

Re: [beagleboard] User led pin number?

2013-09-28 Thread Robert Nelson
On Sep 28, 2013 3:36 PM, gelie...@gmail.com wrote: Hum, so where is the C file for BBB init? Its dead Jim... Everything going forward is device trees.. That file I previously linked it is the c board file replacement. Could you confirm me that user led0 pin number is 1*32+21 so 53?

[beagleboard] BBB, Ubuntu 13.10 (RCN distro) - stk1160 (EasyCap) not recognized

2013-09-28 Thread Ivan Korman
Hi I'm running on my BeagleBone Black Ubuntu 13.10 from Robert Nelson (full prebuilded install from https://rcn-ee.net/deb/rootfs/saucy/, as-is, no customizations) and I'm trying to use USB video capture device, EasyCap which is based on stk1160 chipset. As I'm running kernel 3.8.13-bone28,

Re: [beagleboard] Cloning identical BeagleBone Black setups

2013-09-28 Thread Robert Nelson
On Sep 28, 2013 3:35 PM, Jim Blake jim.blake...@gmail.com wrote: Hey Robert, thanks for the quick answer! I'm thinking this process through to completion before I do anything, and another question comes to mind: If I understand things correctly, to get the system that is on the eMMC onto uSD

[beagleboard] Re: Sample Kernel Driver for Frequency Measurement

2013-09-28 Thread Harry May
Hi, thanks a lot for your response, I will follow your suggestions and try checkpatch.pl . Regards Harry -- 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

Re: [beagleboard] Streaming Video (from Webcam to Wifi)

2013-09-28 Thread liyaoshi
Beagleboard XM A1 have the 256M NAND and with OMAP3730 @1G 512M ddr@ 200M clock This is the most powerful Beagleboard As I know . 2013/9/29 Heron Yang v6510youn...@gmail.com I have one BeagleBoard C4, which is borrowed from my senior.Therefore, I am considering getting a new one. I would

[beagleboard] ASUS N-10 USB Wifi Adapter Failing make make install

2013-09-28 Thread Austin Blatt
I am trying to get my Beaglebone Black to work with the ASUS N-10 wifi adapter. I am running Debian 7.1 (Wheezy). I got this error when I tried to run make or make install. make[1]: Entering directory `/lib/modules/3.8.13-bone26/build' make[1]: *** No rule to make target `modules'. Stop.

Re: [beagleboard] Re: Initializing memory on the BBW using Starterware examples

2013-09-28 Thread Warren Scheinin
Hi, Louis 1) I am trying to create the projects in CCSv5 so I can use the debugger to understand how they work, then modify usb_dev_serial to meet my application needs. I did use the 01.01 Starterware one (starterware_folder\build\armv7a\cgt_ccs\am335x\beaglebone\demo\demo_ti.bin with MLO