Re: [beagleboard] Ping between two Beaglebone Black via Ethernet + PLC

2014-11-19 Thread 張景棠
there is nothing shown on terminals. My operator: BBB1: tcpdump -v icmp tcpdump -i eth0 tcpdump -vvv BBB2: ping BBB1's IP 2014-11-12 22:59 GMT+08:00 Przemek Klosowski przemek.klosow...@gmail.com: Run tcpdump on the network interface, check that the ICMP packet is actually getting out through

Re: [beagleboard] Ping between two Beaglebone Black via Ethernet + PLC

2014-11-19 Thread 張景棠
When I ping each other, both show Destination Host Unreachable 2014-11-19 17:21 GMT+08:00 張景棠 shangtang...@gmail.com: there is nothing shown on terminals. My operator: BBB1: tcpdump -v icmp tcpdump -i eth0 tcpdump -vvv BBB2: ping BBB1's IP 2014-11-12 22:59 GMT+08:00 Przemek Klosowski

Re: [beagleboard] Kernel Panic with eMMC flasher

2014-11-19 Thread Joe Spanier
Well that escalated quickly. I did the windows thing as an experiment. Basically nothing in Linux was working so I figured may as well. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group.

Re: [beagleboard] Re: starterware emmc beaglebone black

2014-11-19 Thread Karl Karpfen
Hi Jason, 2014-11-18 19:02 GMT+01:00 Jason Kridner jason.krid...@hangerhead.com: You don't need support in the library in order to BOOT. MLO can boot applications out of eMMC just fine. How do you think we are loading u-boot? That's true as long as you can use that u-boot's MLO as is and

Re: [beagleboard] Re: Whci PRU-C-compiler is recommended?

2014-11-19 Thread Karl Karpfen
Meanwhile I'm more than happy with TI's C-compiler. Especially the disassembler is very useful in case one has to count instructions to get the exact number of clock cycles a code-sequence requires (needed in some realtime applications). Am Donnerstag, 6. November 2014 18:40:08 UTC+1 schrieb

Re: [beagleboard] Beaglebone Black Rebooting Several Times Every Day

2014-11-19 Thread Greg Kelley
@William: you speak as if I was a newcomer to Linux. Truth is, I was one of the first to embrace Linux back in the 80s when I worked in Computer Services at the local University. I replaced several Windoze servers with Linux Servers and built Linux-based 'internet appliances' as we called them

Re: [beagleboard] Kernel Panic with eMMC flasher

2014-11-19 Thread Charles Steinkuehler
On 11/19/2014 7:16 AM, Joe Spanier wrote: Well that escalated quickly. I did the windows thing as an experiment. Basically nothing in Linux was working so I figured may as well. From your symptoms, it sounds like your eMMC may be confused or borked, probably with a bad sector or two

Re: [beagleboard] Beaglebone Black Rebooting Several Times Every Day

2014-11-19 Thread evilwulfie
You have disrupted your creditability already by referencing Windows as Windoze On 11/19/2014 6:27 AM, Greg Kelley wrote: @William: you speak as if I was a newcomer to Linux. Truth is, I was one of the first to embrace Linux back in the 80s when I worked in Computer Services at the local

Re: [beagleboard] Beaglebone Black Rebooting Several Times Every Day

2014-11-19 Thread Robert Nelson
On Wed, Nov 19, 2014 at 8:16 AM, evilwulfie evilwul...@gmail.com wrote: You have disrupted your creditability already by referencing Windows as Windoze Isn't Windoze a trademarked feature of Micro$oft Windows? Windows detects user load, thus artificially slowing down basic tasks to reset user

[beagleboard] Re: How do i get python 3.3 on Angstrom

2014-11-19 Thread Mikhail
There are proper recipes for python 3.3 in openembedded: http://cgit.openembedded.org/cgit.cgi/openembedded-core/tree/meta/recipes-devtools/python/python3_3.3.3.bb?h=master On Friday, November 14, 2014 5:12:30 PM UTC-5, kyle...@gmail.com wrote: I've tried getting python 3.3 here:

[beagleboard] Re: how to reset to factory level BBB

2014-11-19 Thread Graham
Get a copy of the software for the eMMC flasher. http://beagleboard.org/latest-images Then follow the instructions at http://beagleboard.org/getting-started#update to re-install the software in the eMMC. --- Graham == On Wednesday, November 19, 2014 4:16:59 AM UTC-6, Chandu D wrote: tell

Re: [beagleboard] Re: starterware emmc beaglebone black

2014-11-19 Thread Jason Kridner
On Wed, Nov 19, 2014 at 8:19 AM, Karl Karpfen karlkarpfe...@gmail.com wrote: Hi Jason, 2014-11-18 19:02 GMT+01:00 Jason Kridner jason.krid...@hangerhead.com: You don't need support in the library in order to BOOT. MLO can boot applications out of eMMC just fine. How do you think we are

Re: [beagleboard] Beaglebone Black Rebooting Several Times Every Day

2014-11-19 Thread William Hermans
Seems I hit a nerve, however I'm fairly sure that Linux has only been around since 91 so . . . Maybe you mean UNIX. -- 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] New version of MeshDeck (XBee remote control)

2014-11-19 Thread Philip Polstra
For any of you that are using the MeshDeck to remotely control your BBB over an XBee link, I have just pushed out a new version 2.0.1 which is available at http://facstaff.bloomu.edu/ppolstra/MeshDeck/MeshDeck-2.0.1.tar.gz. The new version includes a device tree overlay for my XBee cape which

Re: [beagleboard] Beaglebone Black Rebooting Several Times Every Day

2014-11-19 Thread William Hermans
Robert, heh yeah I do not know about that, but what would that say about Linux considering at least around 2011 Microsoft was something like the 17th top code contributor for Linux . . . maybe they're trying to slow things down ? hehehe Honestly there is nothing wrong with any OS, only the users

Re: [beagleboard] Re: Controling Hardware Through Web Page problem

2014-11-19 Thread Andrew Snider
You specify the .html file location in the server code. In the isolasoftware.it websockets example: function handler (req, res) { fs.readFile('sock123/index.html', When the socketio server receives a request on the specified port (in the example 8090), it reads the file 'sock123/index.html'

Re: [beagleboard] Re: Recommendation to boot / resume Linux in less than a second...

2014-11-19 Thread Jean-Pierre Poulin
Thank you very much Robert for that heads up... wasn't aware Sitara architecture could do this as well... Q: How does falcon boot on Sitara compare with sub-one-second boottime on i.MX6? On Wednesday, November 19, 2014 12:54:18 PM UTC-5, RobertCNelson wrote:

Re: [beagleboard] Re: Recommendation to boot / resume Linux in less than a second...

2014-11-19 Thread Robert Nelson
On Wed, Nov 19, 2014 at 12:20 PM, Jean-Pierre Poulin jeanpierrepou...@gmail.com wrote: Thank you very much Robert for that heads up... wasn't aware Sitara architecture could do this as well... Q: How does falcon boot on Sitara compare with sub-one-second boottime on i.MX6? I'd say, it should

Re: [beagleboard] Does VDD_3.3V at P9 Expansion impact other function?

2014-11-19 Thread Gerald Coley
Not that I know of. The VDD_3.3V on P9 as you call it is VDD_3V3B. Using that volatge should not effect the RJ45, but depending on your design, other things could cause issues. Gerald On Wed, Nov 19, 2014 at 4:14 AM, 張景棠 shangtang...@gmail.com wrote: Q1: I connect a wifi module on BBB, it

[beagleboard] Re: Beaglebone Black Rebooting Several Times Every Day

2014-11-19 Thread Jesse Forgues
Forgot a 3.8.13 BeagleBone on in the lab for awhile... 71 days... root@beaglebone:~# uptime 18:28:40 up 71 days, 23:13, 2 users, load average: 0.00, 0.01, 0.05 root@beaglebone:~# uname -a Linux beaglebone 3.8.13-bone56 #11 SMP Thu Aug 28 15:32:27 PDT 2014 armv7l GNU/Linux -- For

[beagleboard] RTL-SDR dropping samples, RT throttling problem?

2014-11-19 Thread adam . caldwell
I'm attempting to use a RTL-SDR stick on my BBB, but too many samples are being dropped to be stable. When running the test program rtl_test, a typical output is like this: Sampling at 2048000 S/s. Reporting PPM error measurement every 10 seconds... Press ^C after a few minutes. Reading samples

Re: [beagleboard] Re: Starting Up Programs Automatically With LXDE

2014-11-19 Thread Eric Apperley
No, I don't believe that it is the hardware either. I think that its likely to be either: - the implementation of debian/LXDE on the ARM platform, OR - some difference in implementation for the the JAVA SE Embedded jre product compared with the standard JAVA SE jre product As another test, we

[beagleboard] Connectivity problems between chameleon camera and Beaglebone black board

2014-11-19 Thread lflm
I have a CMLN-13S2C-CS camera from Point Grey Research. I want to connect it to a beaglebone black board( with debian OS installed). I have downloaded the FlyCapture 2.7.3.13 software from the Point Grey page. The software works an detect my camera, and displays a window with information such as:

[beagleboard] Running Labview

2014-11-19 Thread philippedekleva
I currently use a windows based laptop to run labview developed software for an analytical instrument I am developing. The software is basically a curve fitting program that records data, flattens the baseline and calculates peak areas and height. I want to get rid of the laptop and simply

[beagleboard] Re: BBBAndroid: AOSP 4.4.4 (KitKat) with 3.8 kernel

2014-11-19 Thread liku50
Hi Andrew. Could you please tell me how can i add dropbear support for android 4.4 running on linux 3.2 kernel. Looking for a quick response from your end.. On Sunday, 16 November 2014 02:55:58 UTC+5:30, Andrew Henderson wrote: I have built a new microSD card image for BBBAndroid

Re: [beagleboard] BeagleBone Black powers down when AC adapter is removed while the USB is connected.

2014-11-19 Thread dhirst
I guess a rebuild is in order, I did the same test with Debian and saw the same result, except that with Debian a message is posted to the console explaining that shutdown is occurring due to loss of AC power On Tuesday, November 18, 2014 1:57:47 PM UTC-5, Gerald wrote: Then the SW needs to

[beagleboard] MOOS10 on a BeagleBone Black

2014-11-19 Thread jim . frenzel
Has anyone succeeded in building (and running) MOOS10 for a BeagleBone Black under Debian? (MOOS=Mission Oriented Operating Suite) I keep getting an exception thrown when the database tries to listen to one of the sockets. -- For more options, visit http://beagleboard.org/discuss --- You

Re: [beagleboard] BeagleBone Black powers down when AC adapter is removed while the USB is connected.

2014-11-19 Thread dhirst
in /drivers/mfd/tps65217.c i believe this is where the magic happens, and needs to be changed if (int_reg TPS65217_INT_PBI) { /* Handle push button */ dev_dbg(tps-dev, power button status change\n); input_report_key(tps-pwr_ but,

Re: [beagleboard] Re: Beaglebone Black Ethernet Phy Not Detected on Boot.

2014-11-19 Thread rathod . pratik12
Hello, I am also experiencing the same issue here of etherenet not working on some boot-ups. I am using A6C board. My other problem is it is my requirement to use Android on beaglebone black only from internal storage i.e. eMMC. To support all necessary functionality of Android 4.2.2, I have

Re: [beagleboard] Re: 3.17.1-rc4 sudden reset

2014-11-19 Thread terry . barnaby47
We have been having a similar problem with an AM335x design using the TPS65217 connected like a Beaglebone black. We are using the 3.12.10 kernel and saw system resets every 14 hours or so. We had set the USB ports to be host and peripheral types (in the boards DTB) , however we still saw, on an

Re: [beagleboard] operating temperature range of Beaglebone Black

2014-11-19 Thread woodjmichael
Gerald, can you point us to the *exact* BOM for BBB-C? We see a *general* BOM on the wiki that lists a few different p/n's for many designators (e.g. Y1), but each of those p/n's may have a different temperature range. Makes it tough to know *which* parts are holding the BBB-C back from (say)

Re: [beagleboard] operating temperature range of Beaglebone Black

2014-11-19 Thread Gerald Coley
That is the BOM we publish. Those are the real part numbers. You need to go a look them up to find the datasheets. Every part number used was commercial grade. Gerald On Wed, Nov 19, 2014 at 8:39 AM, woodjmich...@gmail.com wrote: Gerald, can you point us to the *exact* BOM for BBB-C? We see a

Re: [beagleboard] Running Labview

2014-11-19 Thread John Syn
From: philippedekl...@gmail.com Reply-To: beagleboard@googlegroups.com beagleboard@googlegroups.com Date: Tuesday, November 18, 2014 at 3:34 PM To: beagleboard@googlegroups.com beagleboard@googlegroups.com Subject: [beagleboard] Running Labview I currently use a windows based laptop to

Re: [beagleboard] operating temperature range of Beaglebone Black

2014-11-19 Thread Michael Wood
Gerald, thank you for distinguishing between real and non-real (divide by -1?) part numbers and for explaining how google ([p/n] datasheet) finds datasheets :) But that doesn't answer my question. E.g. Y4 has three different part number options 1. ASDMB-24.576MHZ-LC-T (-40 to 85 C) 2.

Re: [beagleboard] operating temperature range of Beaglebone Black

2014-11-19 Thread Robert Nelson
On Wed, Nov 19, 2014 at 1:16 PM, Michael Wood woodjmich...@gmail.com wrote: Gerald, thank you for distinguishing between real and non-real (divide by -1?) part numbers and for explaining how google ([p/n] datasheet) finds datasheets :) But that doesn't answer my question. E.g. Y4 has three

Re: [beagleboard] Running Labview

2014-11-19 Thread Ben Gamari
philippedekl...@gmail.com writes: I currently use a windows based laptop to run labview developed software for an analytical instrument I am developing. The software is basically a curve fitting program that records data, flattens the baseline and calculates peak areas and height. I want

[beagleboard] Re: 3.17.1-rc4 sudden reset

2014-11-19 Thread Rick Reynolds
Just an FYI... We are currently working on a project using Rev C BBB and RCN 3.13.11-bone12 kernel. We had been experiencing random reboots. Sometimes multiple times per day and sometimes once per day, mostly at night. We determined that the reboots were only occuring when the BBB was being

Re: [beagleboard] Re: 3.17.1-rc4 sudden reset

2014-11-19 Thread Robert Nelson
On Wed, Nov 19, 2014 at 3:57 PM, Rick Reynolds rwrma...@gmail.com wrote: Just an FYI... We are currently working on a project using Rev C BBB and RCN 3.13.11-bone12 kernel. We had been experiencing random reboots. Sometimes multiple times per day and sometimes once per day, mostly at night.

Re: [beagleboard] Re: Starting Up Programs Automatically With LXDE

2014-11-19 Thread Charles Steinkuehler
On 11/19/2014 2:29 AM, Eric Apperley wrote: - this command, when added to the shell script in the user's home directory does not successfully execute on the Beaglebone (it does on a PC running LUbuntu): java -jar /home/organ/jOrgan-3_20/jorgan.jar I don't know what might be causing your

Re: [beagleboard] Running Labview

2014-11-19 Thread Jesse Cobra
Some info, not sure if its useful: http://lavag.org/topic/16945-bare-minimum-requirement-for-labview-application-to-run-on-linux/ On Wed, Nov 19, 2014 at 1:49 PM, Ben Gamari bgamari.f...@gmail.com wrote: philippedekl...@gmail.com writes: I currently use a windows based laptop to run

Re: [beagleboard] Re: Starting Up Programs Automatically With LXDE

2014-11-19 Thread William Hermans
Eric, perhaps this is a post worthy of stackoverlfow ? There are plenty of very knowledgeable individuals who may have had similar experience with embedded versus PC Java implementations. I honestly do not know much about Java in either case, but my gut instinct tells me this problem has to do

Re: [beagleboard] operating temperature range of Beaglebone Black

2014-11-19 Thread David Funk
What are the markings on the part??? That's what I look at when I determine what parts are installed. You may have to dig through all the data sheets on all the allowable parts in the BOM for that part to find what you want, but you are the one that wants to change things, you need to do the due

Re: [beagleboard] operating temperature range of Beaglebone Black

2014-11-19 Thread Michael Wood
On 19 November 2014 15:41, Gerald Coley ger...@beagleboard.org wrote: If you are asking which ones are mounted on the board, any of those can be mounted at any time on any build based on availability Bingo. This is just what I needed. FYI, and as we all know, some parts are pretty tough to

Re: [beagleboard] operating temperature range of Beaglebone Black

2014-11-19 Thread Gerald Coley
Good luck! BTW, someone has already done this and have a BOM already done. They have actually built and shipped an industrial version of the board. Gerald On Wed, Nov 19, 2014 at 5:38 PM, Michael Wood woodjmich...@gmail.com wrote: On 19 November 2014 15:41, Gerald Coley

Re: [beagleboard] Beaglebone Black Rebooting Several Times Every Day

2014-11-19 Thread Greg Kelley
I concur as I have been up and running three days now with no random reboots, so I consider this issue resolved. Thanks Robert C, Signing Off, Over and Out On Wednesday, November 19, 2014 4:18:23 PM UTC-5, RobertCNelson wrote: Out side of v3.8.x it should be fixed with: v3.14.23-ti-r34

[beagleboard] How do i start fresh with linux??

2014-11-19 Thread earless
Ive been experimenting with debian adding s/w changing configurations etc. I want to undo all that and start my beaglebone like when it was fresh out the box. How do i do that? also whats the term for doing this what do you call it??? -- For more options, visit

Re: [beagleboard] How do i start fresh with linux??

2014-11-19 Thread Robert Nelson
On Nov 19, 2014 9:04 PM, earless gunclu...@gmail.com wrote: So all the files and software, etc. is stored on the eMMC chip on the BB? Does it take the role of the hard drive on a PC? Sure. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you

[beagleboard] Re: Hello and Getting Debian on an Older Model BBB/Seth

2014-11-19 Thread Mala Dies
Hello Mr. Curt, This is Seth. Can I get the latest image from the current image I have or do I have to download image after image until I have the newest version? Sincerely, Seth (maladies)... On Sunday, November 16, 2014 10:58:46 PM UTC-6, Mala Dies wrote: Hello, I have Angstrom as a

[beagleboard] PRU programming from within bare-metal or Starterware application

2014-11-19 Thread Karl Karpfen
There are many information about PRU usage out there but most of them expect to have a Linux-system running which initialises PRU. In case somebody wants to utilitise it out of a bare-metal or Starterware application one is lost in the dark. PRU-registers are documentend in AM3358 TRM but

Re: [beagleboard] HOW TO - Set the eth0 Ethernet Speed to 10Mbps

2014-11-19 Thread Paddu
Hi, Any updates on this topic? Even we are having the same issue. Not able to test 10mbps mode in BeagleBoneBlack... Any suggestions is appreciated. Thanks. On Wednesday, April 23, 2014 11:13:47 PM UTC+9, Mickae1 wrote: I tried too to use ethtool, but I got : Cannot get device coalesce

[beagleboard] Re: BeagleBone Black doesn't sometimes start. Only Power LED is on

2014-11-19 Thread Chandu D
i have the same problem, could you tell me the how to get the device back .. thank On Thursday, 1 August 2013 03:18:54 UTC+5:30, duckhunt...@gmail.com wrote: Hi guys, we have a problem with our Beagle Bone Black (A5C). We are using Ubuntu Raring 13.04 armhf v3.8.13-bone21 (2013-06-14) on