[beagleboard] I would like to execute a program automatically,when power supply at ON.

2014-04-24 Thread kenji maehara
Hi, I made TCP client program for Beaglebone Black on Angstrom Linux. I would like to execute a program automatically,when power supply at ON for connection to server. I put the execute file here. /home/a.out I made a file called myScript.sh on this pass. /etc/init.d/myScript.sh It is

[beagleboard] I would like to execute a program automatically,when power supply at ON.

2014-04-24 Thread kenji maehara
Hi, I made TCP client program for Beaglebone Black on Angstrom Linux. I would like to execute a program automatically,when power supply at ON for connection to server. I put the execute file here. /home/a.out I made a file called myScript.sh on this pass. /etc/init.d/myScript.sh It is

[beagleboard] BBview and KERNEL support? LCD7

2014-04-24 Thread Nishant Sood
I just have bought the BBview along with the 7 inch LCD but want to know which kernel of ubuntu or Angstrom is going to get me up and running , I want to see OS view on the LCD screen, what all settings would you people recommend? -- For more options, visit http://beagleboard.org/discuss ---

[beagleboard] Re: Android running on BBB with Linux 3.8

2014-04-24 Thread jeremy geslin
I'm using a 4GB SD card. I tried to delete the 4th partition with no success. Then I did again the full procedure from the beginning (a second time) and surprisingly now it works ! I probably missed (the first 2 times) one step in the procedure ... Thanks a lot for your support. Le mercredi

Re: [beagleboard] I would like to execute a program automatically,when power supply at ON.

2014-04-24 Thread walter harms
Simply add your system to the systemd. re, wh Am 24.04.2014 08:02, schrieb kenji maehara: Hi, I made TCP client program for Beaglebone Black on Angstrom Linux. I would like to execute a program automatically,when power supply at ON for connection to server. I put the execute file

[beagleboard] Re: freezes with usb camera

2014-04-24 Thread David Fernández
solved, i disabled all the services of multi-user-target.wants except connman.service and now dont freezes, thanks, El miércoles, 23 de abril de 2014 11:42:56 UTC+2, David Fernández escribió: Hello, im working with a BBB/USB Camera/USB HDD and openCV, I try to stream video from the

[beagleboard] Installing GNUPlot on BeagleboneBlack

2014-04-24 Thread Aswin
Hi, Can you guide me how to install GNUPlot on BBB? I'm running Angstrom (2013.09.04). This is the error I got: root@beaglebone:/etc# opkg install http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/gnuplot_4.6.0-2_ar71xx.ipk Downloading

Re: [beagleboard] Installing GNUPlot on BeagleboneBlack

2014-04-24 Thread Robert Nelson
On Thu, Apr 24, 2014 at 6:43 AM, Aswin asp1...@gmail.com wrote: Hi, Can you guide me how to install GNUPlot on BBB? I'm running Angstrom (2013.09.04). This is the error I got: root@beaglebone:/etc# opkg install

Re: [beagleboard] Re: freezes with usb camera

2014-04-24 Thread walter harms
Am 24.04.2014 11:02, schrieb David Fernández: solved, i disabled all the services of multi-user-target.wants except connman.service and now dont freezes, thanks, It seems to be a kernal bug, please report that also to the kernal--mailing-list so that the problem can be fixed. re, wh

[beagleboard] Analog Inputs Not responding (stuck readings)

2014-04-24 Thread taclark11
For whatever reason my analog inputs are all reading arbitrary values (i.e. 0.40x v to 0.83 v ) on any given analog input, AIN 0-6 with little or no change. I am running Debian Wheezy with the Adafruit IO library, and everything else seems to work fine such as the PWM. If I input a

[beagleboard] How to add module for i2c gpio expander pca9555 in debian wheezy with v3.8.13-bone40 kernel BBB

2014-04-24 Thread Céd
Hello, I am looking for how to add a gpio expander PCA9555 in the kernel of my bbb. If I understand correctly, you must add a module to my PCA9555. The module in question is called gpio-pca953x, and we must build. I try to compile the file gpio-pca953x.c to a module but I do not. If someone can

[beagleboard] Re: Wifi Packet Sniffer by Beagle Bone Black

2014-04-24 Thread Jbnd86
Where did you download the 13.10 Ubuntu from? When I went to their website I only seen 12.04. I appreciate any help. On Wednesday, December 18, 2013 5:23:17 PM UTC-8, nanam...@gmail.com wrote: Thank you for your reply When I reinstall Ubuntu 13.10, I can capture packets. Probably, some

Re: [beagleboard] The maximum current a BBB will demand?

2014-04-24 Thread covers911
Many thanks Gerald, If I included Ethernet and USB, but no LCD panel, would 15W be a sensible target? Cheers, Anthony On Wednesday, 23 April 2014 19:50:22 UTC+1, Gerald wrote: That is up to you. Depends on what you are doing, Ethernet? USB, how much there? LCD panel? If it is just

[beagleboard] Locations of Epiphany's and Chromium's plugin directories?

2014-04-24 Thread covers911
Hi all, With the default Angstrom distro on the BBB, what are the locations of Epiphany's and Chromium's plugin directories? (I'm using the eMMC). Cheers, Anthony Webber -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the

[beagleboard] Re: I would like to execute a program automatically,when power supply at ON.

2014-04-24 Thread covers911
Hi, You can put myScript.sh into the /etc/profile.d directory and your script will be executed on startup. Obviously there's several ways to do this, but that's cheap and cheerful. Regards, Anthony On Thursday, 24 April 2014 07:07:32 UTC+1, kenji maehara wrote: Hi, I made TCP client

[beagleboard] Re: Installing GNUPlot on BeagleboneBlack

2014-04-24 Thread bblacksr
I am running wheezy on my black. If I remember correctly I just used the package manager to get gnuplot, octave and tools though I may have downloaded source and just compiles it. It has ben a while and I don't exactly remember. I also loaded several different SDHC cards in my playing around.

Re: [beagleboard] The maximum current a BBB will demand?

2014-04-24 Thread Gerald Coley
Based on the fact I have no idea what the LCD is, the fact that back-lights eat power, and I don't know how fast you are running the Ethernet at, I would go with 20W. The easiest thing to do is to just measure the current. Gerald On Thu, Apr 24, 2014 at 6:14 AM, covers...@gmail.com wrote:

[beagleboard] Re: Installing GNUPlot on BeagleboneBlack

2014-04-24 Thread Aswin
Great! Thank you! I'll install Wheezy and try again. On Thursday, April 24, 2014 5:43:10 PM UTC+5:30, bbla...@verizon.net wrote: I am running wheezy on my black. If I remember correctly I just used the package manager to get gnuplot, octave and tools though I may have downloaded source and

Re: [beagleboard] Installing GNUPlot on BeagleboneBlack

2014-04-24 Thread David Lambert
On 04/24/2014 08:08 AM, Aswin wrote: Thanks, I didn't know that. Is there a version of GNUPlot or any data plotting software written for ARM architecture? Yes - on Debian BBB, apt-cache search returns: apt-cache search gnuplot amanda-client - Advanced Maryland Automatic Network Disk Archiver

[beagleboard] Re: Is memory spec in dts shipped with BBB A6A Angstrom 3.8.13 wrong?

2014-04-24 Thread ags
Any suggestions on where to look next to figure out what's going on here? Seems that either something other than the device tree in file /boot/am335x-boneblack.dts is being read at boot, or there is something else that is overriding later on, or a boot parameter... or the memory

Re: [beagleboard] Installing GNUPlot on BeagleboneBlack

2014-04-24 Thread Aswin
Wow! Thank you! After bblack's response I flashed BBB with Ubuntu 13.04 (BBB-eMMC-flasher-ubuntu-13.04-2013-10-08.img) and insalled GNUPlot using apt-get. It's working like a charm. :) Now I need to install QT and write a function to call GNUPplot. I have only basic knowledge of Linux and

Re: [beagleboard] Re: Is memory spec in dts shipped with BBB A6A Angstrom 3.8.13 wrong?

2014-04-24 Thread Robert Nelson
On Thu, Apr 24, 2014 at 9:13 AM, ags alfred.g.schm...@gmail.com wrote: Any suggestions on where to look next to figure out what's going on here? Seems that either something other than the device tree in file /boot/am335x-boneblack.dts is being read at boot, or there is something else that is

Re: [beagleboard] opkg update fails

2014-04-24 Thread Matt Oliver
Thanks for the reply Mike. In order, here's what I've found: 1. What does cat /etc/resolv.conf show? *# Generated by Connection Manager* *nameserver 127.0.0.1* 2. Can you ping www.google.com ? I opened a Chromium browser on the BBB (using a monitor connected by HDMI, and a Logitech USB

Re: [beagleboard] opkg update fails

2014-04-24 Thread Matt Oliver
UPDATE: I was doing all of this on the BBB connected to a Mac over USB. Now I have plugged my BBB directly into my home's Internet router using Ethernet, and ntpdate-sync and opkg update are working correctly. I'm able to ping 8.8.8.8, and all appears to be working properly. So I guess if the

[beagleboard] OpenMax drivers for the BeagleBone Black?

2014-04-24 Thread Rafael Vega
Hi, I´m trying to run an application built with OF on a BBB. I started this posthttp://forum.openframeworks.cc/t/what-would-it-take-to-run-of-on-a-beaglebone-black/15550 where one of the OF devels explains that there are no OpenMax capable drivers for the BBB. Are this drivers available

Re: [beagleboard] BBview and KERNEL support? LCD7

2014-04-24 Thread Nishant Sood
anyone? On Thu, Apr 24, 2014 at 1:22 PM, Nishant Sood nish...@winacro.com wrote: I just have bought the BBview along with the 7 inch LCD but want to know which kernel of ubuntu or Angstrom is going to get me up and running , I want to see OS view on the LCD screen, what all settings would

[beagleboard] Fwd: Help for generation Image BeagleBone Black

2014-04-24 Thread Vanessa Borba
*Hi!* *I'm trying to generate an image for BeagleBone Black. **I follow the instructions as http://sergioprado.org/desenvolver-sistema-linux-zero-beaglebone-black/ http://sergioprado.org/desenvolver-sistema-linux-zero-beaglebone-black/ tutorial, and I am with the following error:*

[beagleboard] Re: BeagleBone driver issues with OSX Mavericks?

2014-04-24 Thread ygo5201
I'm also having this problem On Sunday, November 10, 2013 9:39:35 PM UTC-6, caseys...@gmail.com wrote: Does anybody know if there are any compatibility issues with the VCP drivers and the latest version of OSX? I recently upgraded and reinstalled the drivers, but now I'm unable to connect

Re: [beagleboard] Fwd: Help for generation Image BeagleBone Black

2014-04-24 Thread Cody Lacey
Those are warnings. The .config was created, so you should be able to continue compiling the kernel. *#* *# configuration written to .config* *#* On Thu, Apr 24, 2014 at 11:56 AM, Vanessa Borba vane...@synergyembedded.com.br wrote: *Hi!* *I'm trying to generate an image for BeagleBone

[beagleboard] Manufacture BeagleBoard Black

2014-04-24 Thread maesitos
Hello, I'm planning to produce the BeagleBoard Black. Does anybody have experience doing it? I need around 500 units a year (I don't really know yet) and I will be happy if I could just imitate the one that is shipped thought the BBB distributors. I was emailing Gerald Coley and he told me

[beagleboard] Manufacture BeaggleBoard

2014-04-24 Thread GMae
Hello, I'm planning to produce the BeagleBoard Black. Does anybody have experience doing it? I need around 500 units a year (I don't really know yet) and I will be happy if I could just imitate the one that is shipped thought the BBB distributors. I was emailing Gerald Coley and he told me

Re: [beagleboard] Fwd: Help for generation Image BeagleBone Black

2014-04-24 Thread vanessa . borba
Thanks for reply! I managed to compile the kernel and generate the image. But the BBB is not recognized by PC. With other images, such as BBB-eMMC-flasher-2013.09.04.img, partitions are mounted and displayed in Ubuntu. With the image I generated it does not. It also does not mount the serial

Re: [beagleboard] Fwd: Help for generation Image BeagleBone Black

2014-04-24 Thread Cody Lacey
You may also need to compile the modules. When a kernel image is compiled it is given a signature, if that signature does not match the modules then they will not be loaded. This is most likely the reason why the serial and fat partition are not working. On Thu, Apr 24, 2014 at 2:55 PM,

Re: [beagleboard] Re: Manufacture BeagleBoard Black

2014-04-24 Thread Maxim Podbereznyy
Why do you need BBB cloned? The manufacture cost will be around 100usd because of so little volume. You can purchase BBB clone manufactured by Embest - a Chinese company. It is almost the same with BBB 2014-04-24 23:55 GMT+04:00 rh_ richard_hubb...@lavabit.com: On Thu, 24 Apr 2014 10:51:59

Re: [beagleboard] writing a usb target device?

2014-04-24 Thread ivo welch
thanks, jason. very helpful. I read a lot of the documentation now, and it seems both easy and hard. I have ordered Regupathy's book, and hope this will help. there are hundreds of little problems on the specific platform that I think I can run into, which will be a non-issue to someone

Re: [beagleboard] Fwd: Help for generation Image BeagleBone Black

2014-04-24 Thread vanessa . borba
According to some more tips from the post that was following the commands below would be to recompile kernel headers and kernel modules. But I was left with doubts about the CROSS_COMPILE used that is different than the compiled kernel. You would have more detailed tips on how to recompile

[beagleboard] Problems modifying device tree (3.14 kernel)

2014-04-24 Thread kipper
I'm trying to migrate from the 3.8 kernel to the 3.14 kernel on a board very similar to the Beaglebone Black, but I'm running into some issues with device trees. In 3.8, I used a (slightly modified) LCD4 device tree overlay to get an LCD up and running with my board. As far as I know, device

Re: [beagleboard] Problems modifying device tree (3.14 kernel)

2014-04-24 Thread Charles Steinkuehler
On 4/24/2014 3:36 PM, kip...@ualberta.ca wrote: I'm trying to migrate from the 3.8 kernel to the 3.14 kernel on a board very similar to the Beaglebone Black, but I'm running into some issues with device trees. In 3.8, I used a (slightly modified) LCD4 device tree overlay to get an LCD up

Re: [beagleboard] Fwd: Help for generation Image BeagleBone Black

2014-04-24 Thread Cody Lacey
Replace all CROSS_COMPILE=arm-eldorado-linux-gnueabihf- with the cross compile you used for the uImage (*arm-linux-gnueabi-)*. make a directory for the headers then replace INSTALL_HDR_PATH={PATH TO HEADER DIRECTORY} This will create a {PATH TO HEADER DIRECTORY}/include directory with all the

Re: [beagleboard] Re: Manufacture BeagleBoard Black

2014-04-24 Thread John Syn
On 4/24/14, 12:55 PM, rh_ richard_hubb...@lavabit.com wrote: On Thu, 24 Apr 2014 10:51:59 -0700 (PDT) maesi...@gmail.com wrote: --8-- Currently my small company produces simple Arduino PCBs and the producing process is just to send the Gerber file with the BOM and we are ready to go. After

Re: [beagleboard] Problems modifying device tree (3.14 kernel)

2014-04-24 Thread kipper
Thanks for the quick reply Charles. I had only included the dtsi files one level up from my file in the build directory without realizing that they relied on other files as well. That probably explains it. And after thinking about it it seems pretty obvious that the reference won't work if

Re: [beagleboard] Problems modifying device tree (3.14 kernel)

2014-04-24 Thread John Syn
From: kip...@ualberta.ca Reply-To: beagleboard@googlegroups.com Date: Thursday, April 24, 2014 at 2:08 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Problems modifying device tree (3.14 kernel) Thanks for the quick reply Charles. I had only included the dtsi files one

Re: [beagleboard] Problems modifying device tree (3.14 kernel)

2014-04-24 Thread Charles Steinkuehler
On 4/24/2014 4:25 PM, John Syn wrote: I built the kernel I'm using from source, so it wouldn't be too challenging to rebuild it with my file included. If the kernel needs to compile dts files during its build, does it need to be told to look for my new file? I haven't included any

Re: [beagleboard] Problems modifying device tree (3.14 kernel)

2014-04-24 Thread kipper
Thanks for the help guys, but I'm still a little confused on how exactly the build script knows which dtb files to generate. I'm using Robert C Nelson's build scriptshttps://github.com/RobertCNelson/linux-dev/tree/am33x-v3.14 and I've modified one of them to skip the kernel and just build the

Re: [beagleboard] Beagle-Bone Black CNC-Controller-Cape 3D Printer ready BUY or DIY

2014-04-24 Thread Markus Osmers
Yeah thanks for this, i will have a look on it. Cant be that hard to build my own controller when everyone else can do it. May that is a good starting point. On Wed, Apr 23, 2014 at 11:52 PM, Charles Steinkuehler char...@steinkuehler.net wrote: On 4/23/2014 11:22 AM, Markus Osmers wrote:

Re: [beagleboard] Re: Manufacture BeagleBoard Black

2014-04-24 Thread John Syn
On 4/24/14, 3:43 PM, rh_ richard_hubb...@lavabit.com wrote: On Thu, 24 Apr 2014 14:06:17 -0700 John Syn john3...@gmail.com wrote: On 4/24/14, 12:55 PM, rh_ richard_hubb...@lavabit.com wrote: On Thu, 24 Apr 2014 10:51:59 -0700 (PDT) maesi...@gmail.com wrote: --8-- Currently my

Re: [beagleboard] Problems modifying device tree (3.14 kernel)

2014-04-24 Thread John Syn
From: kip...@ualberta.ca Reply-To: beagleboard@googlegroups.com Date: Thursday, April 24, 2014 at 3:48 PM To: beagleboard@googlegroups.com Subject: Re: [beagleboard] Problems modifying device tree (3.14 kernel) Thanks for the help guys, but I'm still a little confused on how exactly the

[beagleboard] Re: I would like to execute a program automatically,when power supply at ON.

2014-04-24 Thread kenji maehara
Hi Anthony, Thank you for your reply. I was able to do it. Thank you so much. Kenji Maehara 2014年4月24日木曜日 21時01分36秒 UTC+9 cove...@gmail.com: Hi, You can put myScript.sh into the /etc/profile.d directory and your script will be executed on startup. Obviously there's several ways to

[beagleboard] Re: BBB and element 14 BB-View cape

2014-04-24 Thread Nishant Sood
*Can you please tell me the correct veriosn of Angstrom that got your BBview working?* On Saturday, March 22, 2014 2:30:26 AM UTC+5:30, dlhes...@gmail.com wrote: I flashed the latest angstrom image onto the BBB then used putty from my windows computer to follow the instructions on the BB

Re: [beagleboard] Re: Manufacture BeagleBoard Black

2014-04-24 Thread John Syn
On 4/24/14, 8:38 PM, rh_ richard_hubb...@lavabit.com wrote: On Thu, 24 Apr 2014 17:27:37 -0700 John Syn john3...@gmail.com wrote: That is what is so amazing about what Gerald has achieved. I think you misunderstand. The current price is and was too low. But he had/has a goal. Get the boards

[beagleboard] i2c help needed

2014-04-24 Thread treedeegraphics
Hi: I have a custom i2c device (one that looks like memory, you can do reads and writes to it) connected to my BeagleBone Black. According to the online docs, I have the device connected to: i2c2: 0x4819_C000 However when I do an i2cdetect -l I only see: # i2cdetect -l i2c-0 i2c