Re: [beagleboard] Re: PRU GPIO and voltage levels

2014-07-02 Thread Sungjin Chun
Thank you for your answer; I've used my own kernel module for pinmuxing,
now, instead, I have another option for this task.


On Wed, Jul 2, 2014 at 2:47 PM, TJF jeli.freih...@gmail.com wrote:



 Am Mittwoch, 2. Juli 2014 00:34:11 UTC+2 schrieb Sungjin Chun:

 Can I pinmux in PRU? The TRM says I have to be in privileged mode to
 write pinmux register.


 You need to be in priviged mode to switch on the PRUSS (ie echo PRUSSDRV
  /sys/devices/bone_capemgr.9/slots).

 Once the PRUSS is running, there's no kernel software between the PRU and
 the pinmux registers. So the answer is yes, the PRU can do pinmuxing in
 privileged or unprivileged user mode.

 Test the examples in libpruio to see this happen on your system

- *button* configures an GPIO input pin with high resistor
- *stepper* configures four output pins
- *sos* unlocks the user LED3 to control this GPIO pin

  --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Installing phpmyadmin on Debian version 2014-05-14 - Help

2014-07-02 Thread Giovanni Santini
I'm not that expert, but the tips I could think to are:
- have you already PHP and MySQL installed? (would be better from Debian 
repos)
- which IP you used? I'd suggest to use localhost/127.0.0.1
- check your firewall settings to allow traffic on TCP 80 (standard 
websites (HTTP) port)
- check that phpmyadmin is symlinked in the correct folder; if you 
symlinked to */var/www* shouldn't it be in the main webroot?

Il giorno mercoledì 2 luglio 2014 06:16:10 UTC+2, Stacy Cottles ha scritto:

 I am struggling accessing phpmyadmin. I have installed the package as well 
 as created a symlink in /var/www but I get an error each time I go to 
 http://ip-address/phpmyadmin. Any tips or tricks I could use?


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Assessing BeableBone Black capabilities

2014-07-02 Thread Fisher Grubb
Thanks TJF and Mechael,

Thank you very much for your input, yes, I'm asking lots of questions 
because the board I will choose, I will use for maybe the next 3 or more 
years and it may also be used for other projects at the university.

Sorry, I have a few more questions, hopefully I can clear up the main 
things and make my choice.

Thankfully there seem to be more options for powerful mainstream hobby 
boards (starting with the Pi, now  the Beagle boards and Cubie etc), so I'm 
trying to understand the differences, are there any more boards I should be 
considering?.  I'm hoping to clear some things up so I can finish my 
comparison report, it might be nice to have a comparison wiki for it to be 
easier to see the differences and people can more easier choose a board 
that suits their project.

There is a wikipedia page that is detailed for certain things, not for 
others and not all filled in, but a good start:
http://en.wikipedia.org/wiki/Comparison_of_single-board_computers

For the PWM, I read that the hi resolution (eHRPWM) can do 2 outputs, can I 
control 2 motors with one eHRPWM unit?

TJF, what do you mean about different modes when you referred to PWM?  Is 
this to do with multiplexing pins/ports or PWM function modes for either 
the eCAP or eHRPWM units?  Are there modes for other features besides PWM?

I have found 2 pages which state that the board has 8 PWM outputs, though 
on the BeagleBone page, I see 14 pins, most are A and B outputs of the 
HRPWM units, can they all do individual PWM outputs?  How can I work out 
how many motors I can separately control?  Would be very nice if I can 
individually control 2 motors for each HRPWM unit (maybe same frequency but 
different duty cycles for A and B pins).
http://beagleboard.org/Support/bone101
http://section9.choamco.com/2012/07/beagleboard-vs-beagleboard-xm-beaglebone-vs-raspberry-pi/

7 ADC channels should be more than enough for me, nice that they are 12 
bit, what max sample rate can be used?  The AM355x Ti datasheet states that 
the ADC can do 200 thousand samples a second, is this correct?

I get the feeling that certain features of the chip have not been 
implemented in software, is the PRU the only one or are there others? What 
other items need implementing or improving?  I have read about someone 
complaining that the PWM under usual circumstances is limited to 100Hz due 
to a kernel bug.
http://stackoverflow.com/questions/23050738/beaglebone-pwm-limited-to-100-hz

I read some people complaining about the Anstrom distro that comes 
installed, I also read on the elinux.org BBB page that the BBB project will 
move over from Angstrom to Debian, is Debian or Ubuntu fully functional? 
 What do most people use?

So it seems that the PRUSS or PRU-ICSS (depending where you read what its 
called) may not have all its features implemented, is that correct?  Have 
things mainly been implemented according to what the person making the code 
wanted it to do?

If I choose this board, my main reason may be for the PRU subsystem, I may 
end up contributing to projects to either fix or implement certain 
features.  How can I easily understand what PRU features are completed and 
fully functional vs ones that need work or are not even implemented?


Sorry for all the questions, I have not found a page which has this 
information together, would be nice to feed this sort of info back to the 
BBB main site.

I almost didn't hear about the 2 IO processors in the PRU because its not 
in the AM355x datasheet, just mentions PRU with nothing that made me 
realise how useful it could be.

Fisher


On Wednesday, 2 July 2014 03:50:48 UTC+10, Michael M wrote:

 Hello Fisher. TJF gave some good answers. I'd also add that:

 Are there BBB python libraries for general things like PWM, ADC, I2C and 
 other general IO like in RPi?
 -Adafruit_BBIO is really good and well-supported

 How different is the BBB to use and program to RPi?
 -Since they both run linux, in general programming them is the same. The 
 BBB uses the Device Tree/Cape Manager system which can make the initial 
 learning curve a little steep... not sure if the RPi uses Device Tree by 
 default.

 The BBB seems to have 2 x IO processors in its  PRU-ICSS, I think they 
 are 200MHz each, how easy is it to use them for inputs, outputs and 
 calculations separate from the CPU?  Is there a kernel module?
 -Once you get the workflow set up, it's pretty straightforward to use them 
 for IO. The main processor is probably better suited for calculations.

 The PRU-ICSS does not really seem to be documented except for in a GIT 
 project, the documents there seem to have info from Texas instruments (who 
 make the CPU) but not official.  Is this subsystem used by others?  How?
 -I've seen it used for 3D print motion and heater control, CNC motion 
 control, etc. Knowing that most instructions take 5ns gives you extremely 
 precise timing... you can have your own high-resolution timers, generate 
 PWM, 

Re: [beagleboard] Re: Installing phpmyadmin on Debian version 2014-05-14 - Help

2014-07-02 Thread William Hermans
That is, I mean to say, the default demo images are set up to have Node.js
use port 80 ( for bonescript I presume ).


On Tue, Jul 1, 2014 at 11:39 PM, Giovanni Santini 
itachi.sama.amater...@gmail.com wrote:

 I'm not that expert, but the tips I could think to are:
 - have you already PHP and MySQL installed? (would be better from Debian
 repos)
 - which IP you used? I'd suggest to use localhost/127.0.0.1
 - check your firewall settings to allow traffic on TCP 80 (standard
 websites (HTTP) port)
 - check that phpmyadmin is symlinked in the correct folder; if you
 symlinked to */var/www* shouldn't it be in the main webroot?

 Il giorno mercoledì 2 luglio 2014 06:16:10 UTC+2, Stacy Cottles ha scritto:

 I am struggling accessing phpmyadmin. I have installed the package as
 well as created a symlink in /var/www but I get an error each time I go to
 http://ip-address/phpmyadmin. Any tips or tricks I could use?

  --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Assessing BeableBone Black capabilities

2014-07-02 Thread TJF
PWM

There're 14 header pins connected to a PWM signal. But some of them connect 
to the same signal. (Your bike has more than 20 gears but only about 14 
gear ratios.)

The CPU can generate 10 PWM signals in parallel, either by using a ePWM 
module (16 bit timer, A and B output) or by using an eCAP module in pwm 
mode (32 bit timer). Maximum speed of all modules is 100 MHz.

The CPU has 3 PWMSS devices, each with one ePWM module and one eCAP module. 
Additional the PRUSS device has an eCAP module. In total that's 3*2 + 3*1 + 
1 = 10 outputs. But the PRU-eCAP and the PWMSS-0.eCAP are both connected to 
the same header pin P9_42, so you can use maximal 9 outputs at the same 
time (but some of the pins are used by HDMI or mcasp0 by default).

Each module can operate at an individual frequency (but A and B output of 
ePWM modules work at the same frequency).


OS

Current boards are shipped with Debian OS.


PRUSS

I never read IO processors in the documentation. The PRUSS device is a 
subsystem with two processors optimized for real time tasks (which are 
mainly IO tasks). In BBB an optimized version is used (ARMv33xx using 
compiler pasm -V3 option). In this version some old features are dropped 
and some new are added.

The instruction set is good for simple integer data manipulation (even 
multiplication is supported). But it's not good for higher tasks like 
floating point calculations. It's limited to 2000 instructions (you must 
stop the module to load/override the instructions.)

The PRUSS has some in-build modules (as said the eCAP, but also IEP, UART, 
...) and direct connection to some IO pins (16 in / 15 out each - not all 
are connected to the header pins).

RPi  Arduino

IMHO RPi is similar to BBB (but a little slower and less complete). And the 
PRU subsystem is the two Arduino boards sitting on it (but with 3.3V IO).

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: BeagleBone image question

2014-07-02 Thread Víctor MV
A small update on this matter:

I tried booting with different images, specially with one that in the past 
probed to do the job (refer to this thread 
https://groups.google.com/forum/#!searchin/beagleboard/Incorrect$20magic$20number$20in$20EEPROM/beagleboard/Q65z5O4haYc/jnWWXsHz0CkJ
): 
*Angstrom-Cloud9-IDE-GNOME-eglibc-ipk-v2012.05-beaglebone-2012.11.22.img.xz.*

The odd thing is that the board doesn't boot (the PWR LED doesn't even 
light up) when this image is used. If new images are used PWR LED switches 
on but i get messages as:

*-Boot SPL 2013.07-dirty (Sep 01 2013 - 12:08:18)*
*Incorrect magic number (0x) in EEPROM*
*Could not get board ID.*
*Unknown board, cannot configure pinmux.### ERROR ### Please RESET the 
board ###*

Not being able to access u-boot to flash the EEPROM. Has anyone seen such a 
behaviour (some images make the board work and some not)?

@Gerald, do you thing this could be hardware related?

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Failing to connect

2014-07-02 Thread Andrew Hough


 It sounds like you have an old broken version... 

 cat /etc/dogtag 




 Hello Robert,

Thanks for your reply.

I thought I'd updated the software using 
BBB-eMMC-flasher-debian-7.5-2014-05-14-2gb.img but, as you suggested, 
checked the dogtag file only to receive the reply

.
.
root@beaglebone:~# cat /etc/dogtag
Cloud9 GNOME Image 2013.05.20
.
.

Have to try updating again. Not sure if I need to install the Angstrom 
software rather than my preferred Debian version . I'll try both and see 
what happens.

Thanks again

haha

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Upgrading to latest Debian image without wiping all my old files and desktop preferences

2014-07-02 Thread Immutant
Hello, I am a bit of a newbie here so please bear with me.

A few weeks ago, I got a BBB (Rev C), which when I logged in, they said 
that the Debian Image is dated 2014-03-27
There were a few software bugs in there which prevented me from shutting 
down and installing Lighttpd.

Now, I just received the 2nd BBB, with Debian Image dated 2014-04-23. I 
found out that this version is functioning better with less bugs.

How do I upgrade the 1st BBB from 2014-03-27 to 2014-04-23 (or even newer, 
e.g from http://beagleboard.org/latest-images/ )? 
Is it using apt-get upgrade?

Will I experience software and file loss?

Thank you

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Buy beagleboard

2014-07-02 Thread Hardik Gohil

I am in Malaysia 

Where i can buy Beagle bone black here

On Thursday, January 24, 2013 12:36:28 PM UTC+5:30, Ram Murugesan wrote:

 Have you found place where to buy it already?

 On Thursday, 13 November 2008 23:45:10 UTC+8, Kavi wrote:

 Hello 
 I'm from singapore  i want to buy beagleboard in singapore itself 
 rather than ordering from digikey through shipping. Is there any way i 
 can get the board through the shops here? 
 Please help me..



-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Installing phpmyadmin on Debian version 2014-05-14 - Help

2014-07-02 Thread Stacy Cottles
I looks like port 8080 did it! Is there a config file to change the port?

On Tuesday, July 1, 2014 11:16:10 PM UTC-5, Stacy Cottles wrote:

 I am struggling accessing phpmyadmin. I have installed the package as well 
 as created a symlink in /var/www but I get an error each time I go to 
 http://ip-address/phpmyadmin. Any tips or tricks I could use?


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Question about parallel processing the PRUs and signaling

2014-07-02 Thread Charles Steinkuehler
On 7/2/2014 12:25 AM, Spaced Cowboy wrote:
 Two questions, really:
 
 1) I have an assembly program running on PRU0 receiving data in a
 tight loop, and I want to signal PRU1 at some point to do further
 processing on the bytes received. Is it possible to have PRU0 write
 into a register (say r2) on PRU1 using a SBBO and wake up PRU1 from
 executing a WBS instruction ? It seems so, from the memory map, but
 the docs seem to discourage WBS with anything other than r31

There are many ways you can communicate between the PRUs, but if you
want to use a WBS instruction, you need to get one PRU to alter a bit in
r31 of the other PRU.  The only way I know to do this is to use the
event/interrupt mechanisms.  See Chapter 6 Interrupt Controller in the
PRU reference guide.

 2) I'm seeing conflicting values for the size of program and data ram
 on the PRUs. How much of each do the PRUs on the beaglebone black
 actually have ?

Each PRU has 8K of program memory and 8K of data memory.  There is an
additional 12K data memory shared between both PRUs.

There's a nice picture of the PRU subsystem in the PRU Reference Guide
(Figure 2, page 15).

-- 
Charles Steinkuehler
char...@steinkuehler.net

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: BeagleBone image question

2014-07-02 Thread Jason Kridner
On Wednesday, July 2, 2014, Víctor MV v.mayor...@gmail.com wrote:

 A small update on this matter:

 I tried booting with different images, specially with one that in the past
 probed to do the job (refer to this thread
 https://groups.google.com/forum/#!searchin/beagleboard/Incorrect$20magic$20number$20in$20EEPROM/beagleboard/Q65z5O4haYc/jnWWXsHz0CkJ
 ):
 *Angstrom-Cloud9-IDE-GNOME-eglibc-ipk-v2012.05-beaglebone-2012.11.22.img.xz.*

 The odd thing is that the board doesn't boot (the PWR LED doesn't even
 light up) when this image is used. If new images are used PWR LED switches
 on but i get messages as:

 *-Boot SPL 2013.07-dirty (Sep 01 2013 - 12:08:18)*
 *Incorrect magic number (0x) in EEPROM*
 *Could not get board ID.*
 *Unknown board, cannot configure pinmux.### ERROR ### Please RESET the
 board ###*

 Not being able to access u-boot to flash the EEPROM. Has anyone seen such
 a behaviour (some images make the board work and some not)?

 @Gerald, do you thing this could be hardware related?


Don't know if you should be thinking hardware issues yet. I don't think
you've said why the EEPROM wasn't programmed.

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Buy beagleboard

2014-07-02 Thread Gerald Coley
We have no Malaysia distributors.So, the answer is nowhere.

Gerald



On Wed, Jul 2, 2014 at 4:56 AM, Hardik Gohil hardikgohil1...@gmail.com
wrote:


 I am in Malaysia

 Where i can buy Beagle bone black here


 On Thursday, January 24, 2013 12:36:28 PM UTC+5:30, Ram Murugesan wrote:

 Have you found place where to buy it already?

 On Thursday, 13 November 2008 23:45:10 UTC+8, Kavi wrote:

 Hello
 I'm from singapore  i want to buy beagleboard in singapore itself
 rather than ordering from digikey through shipping. Is there any way i
 can get the board through the shops here?
 Please help me..

  --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] ADXL355 Accelerometer issues on BBB

2014-07-02 Thread Luke Walsh
I was not sure if using 470 ohm resistors instead of the 500-1000ohm was 
causing it. The bigger question is if I use the Z value since that is the 
third axis for the conversion then how do I measure acceleration in the z 
axis? I set the zero offset so that the values all =1. Wouldn't that be 
sufficient to measure G's since a value of 1 should equal 1 G? I guess I am 
trying to see if the conversion factor is a constant that can be hard coded 
or dynamic based off the other axis?

On Wednesday, July 2, 2014 1:29:30 AM UTC-4, Alfredo Muniz wrote:

 Luke,

 On Tue, Jul 1, 2014 at 4:19 PM, Luke Walsh ngru...@gmail.com 
 javascript: wrote:

 So do I just change the below offset and conversion factor? If so how do 
 I find those?


 Yes. The comments in the code say that when the board is flat on a table 
 the x and y should be zero. So simply read the values while it is flat and 
 that is your zero offset. Then you can use the z value for you conversion 
 factor as it needs to be 1 when it is flat. Just look at the formula: 
 (x.value-zeroOffset)/Conversion
  

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: BeagleBone image question

2014-07-02 Thread Víctor MV
Jason,

This is a new board developed to support BeaglePilot
https://github.com/BeaglePilot (a simplification of what i've been doing
with Erle http://erlerobot.com) thereby i need to flash the EEPROM myself.

After removing some components that were creating conflicts with SYS_BOOT
pins the behavior changed:


   - Out of 5 boards we manufactured we've been able to program the EEPROM
   of *only one* using the image i mentioned before (
   
*Angstrom-Cloud9-IDE-GNOME-eglibc-ipk-v2012.05-beaglebone-2012.11.22.img.xz*).
   This is what leads me to thing to a manufacturing issue.


   - The other 4 boards, apparently look good (tty interface appears when
   connected through miniUSB, no microSD card on) but once I introduce a
   microSD card with
*Angstrom-Cloud9-IDE-GNOME-eglibc-ipk-v2012.05-beaglebone-2012.11.22.img.xz
   image* and the miniUSB is connected, the PWR LED turns on for about a
   second and then it switches off. No new tty interface appears under /dev/.

This behavior doesn't happen with newer images but neither i can use them
to flash the EEPROM.


Kind regards


2014-07-02 14:04 GMT+02:00 Jason Kridner jkrid...@gmail.com:



 On Wednesday, July 2, 2014, Víctor MV v.mayor...@gmail.com wrote:

 A small update on this matter:

 I tried booting with different images, specially with one that in the
 past probed to do the job (refer to this thread
 https://groups.google.com/forum/#!searchin/beagleboard/Incorrect$20magic$20number$20in$20EEPROM/beagleboard/Q65z5O4haYc/jnWWXsHz0CkJ
 ):
 *Angstrom-Cloud9-IDE-GNOME-eglibc-ipk-v2012.05-beaglebone-2012.11.22.img.xz.*

 The odd thing is that the board doesn't boot (the PWR LED doesn't even
 light up) when this image is used. If new images are used PWR LED switches
 on but i get messages as:

 *-Boot SPL 2013.07-dirty (Sep 01 2013 - 12:08:18)*
 *Incorrect magic number (0x) in EEPROM*
 *Could not get board ID.*
 *Unknown board, cannot configure pinmux.### ERROR ### Please RESET the
 board ###*

 Not being able to access u-boot to flash the EEPROM. Has anyone seen
 such a behaviour (some images make the board work and some not)?

 @Gerald, do you thing this could be hardware related?


 Don't know if you should be thinking hardware issues yet. I don't think
 you've said why the EEPROM wasn't programmed.



-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: eMMC speed?

2014-07-02 Thread vescovidavid


 interesting numbers. What class SD card were you using for the test?


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Commercially using the REV C?

2014-07-02 Thread bilalinamdar
(previous message not posted i thing it is deleted or something so 
reposting)
Thanks for the detailed reply

6) I was looking for SW guide.. I mean it is very very hard to understand 
what exaclty is included in DEBIAN LINUX. 
how to reinstall cloud9
How to work with NODE.JS (is it installed already in the system ?)
etc etc there is no info on what is available in software term in the OS as 
per the rev c and it is compatibility. It is the BIGGEST problem in any 
system. This lead to dis-interest and lots of research have to be done to 
know what exactly is available and what we need.. So please divert me to a 
page where what is available on the OS is mentioned or What is available on 
the eMMC and the Images in detail.

7) I also want to ask suppose i want to sell a product in combo like 
 BBB+LINUX debian+sock.io+perticular scripts and database and website on it 
as a package in that case what exaclty i have to trade mark ? can i trade 
mark whole system or will i have to trade mark only perticular scripts and 
database etc etc or software part ... i think you are getting the point 
here..



On Monday, June 30, 2014 6:24:14 PM UTC+5:30, Gerald wrote:

 there are no restrictions to using the board in commercial products as 
 long as you understand that the board and the SW will change. 
  Long-tern support of the HW and the SW is not guaranteed in its current 
 form. In other words  once we make a change to the board and it is say rev 
 D, then we no longer make the rev C. 

 1) Find a distributor that will sell you the quantities you need.
 2) The design is Open Source. Change it as you see fit.
 3) Change it as you want to. No rules against it.
 4) rev C will be supported as normal. But, we will not 
 accept dozens of boards into RMA because the board was used in away it was 
 not designed for. All support is community support
 5) Warrant is the same except for #4 above.. I did not design 
 the board for your application. So, I cannot guarantee that it will work in 
 your application. You are totally responsible for that. 
 I will not change the design to fit your application or needs.
 6) For the HW, did you look at the System Reference Manual?

 Gerald




 Gerald


 On Sat, Jun 28, 2014 at 3:29 AM, bilali...@gmail.com javascript: 
 wrote:


 Hello,


 I would like to know can i use this* Beagle bone Black REV C* for 
 *commercial 
 use* ? also included software Debian for commercial ?


 *if yes*


 1) When can i get a large quantity of the product ? (currently only 1 is 
 available per person)
 2) Is there is any limitation on Editing the circuit ?
 3) Is there is any limitation on editing the OS/software/logic ?
 4) Will i get support for the BBB rev c if used commercially (without 
 modifying the circuit)?
 5) Will there be any clause of warranty void ? do you provide warranty on 
 your product ?
 6) Is there is any guide, books especially made for REV C which are very* 
 in depth* ? (not for newbies)

 *FYI* : I turned to BBB because i read online that the PI can't be used 
 commercially (without commitment to large qty sale)


 Hope you will soon answer the question


 Thank You

 -- 
 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 receiving emails from it, send an 
 email to beagleboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.




-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] BeagleBone Black + External HD

2014-07-02 Thread Christiano Belli
Hi guys,

 BeagleBone Black will work with 1TB Samsung external HD in its usb?

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: loading i2c tools on to the beagle board to work with dlp pico projector

2014-07-02 Thread luke16888

I met the same error [syntax error: ( unexpected]. I modified the Make 
file then it works.

(original, beware of the question mark)
CC  ?= gcc
CFLAGS  ?= -O2

(modified)
CC  := arm_v5t_le-gcc
CFLAGS  := -O2


pragnya lakshmi於 2011年10月30日星期日UTC+8下午11時24分33秒寫道:

 hello sir,
 *root@beagleboard:/media/mmcblk0p2/sbin# i2cdetect -l*

 i2cdetect: line 1: syntax error: ( unexpected


 Please help me in loading the tools into to the board and get the i2c 
 commands executed. tell me anywhere if i have gone wrong in doing the above 
 commands.

 thank you.

 pragnya.


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: New angstrom image installation problem

2014-07-02 Thread bilalinamdar
Yes i am facing the same problem

What does it mean when the 4 led keeps blinking ?



On Friday, June 6, 2014 4:39:41 PM UTC+5:30, tabish saifullah wrote:

 I am a newbie in beaglebone black.Yesterday I install Ubuntu in my 
 beaglebone black which work great, but now I want to install Angstrom, so I 
 download image for angstrom 
 (Angstrom-Cloud9-IDE-GNOME-eglibc-ipk-v2012.12-beaglebone-2013.08.21.img) 
 .Then extract it using using 7-zip, using Win32 disk imager I write it 
 into 16 GB SD card. Then I put my SD card in Beaglebone Black and press 
 boot button. Now I insert 5V 1Amp dc adapter. After making sure that all 
 four LED's are on I release boot button.
   Now problem is my four LED's keeps blinking. I check it for 
 more than one hour but its still blinking. According to the tutorial it 
 should get stable after 35-45 minutes.I please tell me where I am doing 
 mistake.

 Thanks 


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] BeagleBone Black + external HD

2014-07-02 Thread Christiano Belli
Hy guys,

  BeagleBone Black will work with 1TB Samsung external HD in its usb?

Thanks!

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Commercially using the REV C?

2014-07-02 Thread bilalinamdar
Hey thx

6) Gerald i was asking about the Software part. I mean where can i get 
BASIC - ADVANCE regarding the software tutorial.

3 things more 

1) Why i am not able to find what is included in the software (OS part) i 
mean to say there are no - none info on it..
What exactly work out of the box. What i see is DEBIAN wheezy is installed. 
Next i know that the Apache2 is also installed but it is working for the 
software i was not able to re route it.. Because i do not have the info... 
(i am from background of REDHAT linux never used DEBIAN)


2) Scenario : 
Suppose i have a IT service providing company and i got the idea to use 
beaglebone as a device for providing the service to monitor server via BBB 
(and linux). And i though to sale the product (the HW will not be 
customized only the SW will be) in the market.
Q 2) In the above scenario how to make sure that nobody else copy my 
product ? how can i trademark ? what can i trademark ?

3) I ordered my piece of REV C from adafruit. What i noticed that the LAN 
internet speed is giving only 5kbps
 
wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test10.zip
 it is giving 5kbps 
 VERY VERY LOW.
I do not know what is the Problem. I flashed the board with May 2014 
EDITION of Deb but still i am facing the issue.
I also want to say that i am Network Engg, Web Designer and DBA.
So i check the Cable it is fien (as per mentioned in some post of 
beaglebone). 
I provided beaglebone DMZ IP so to get direct connection to internet NO 
port forwarding or No Firewall restriction.
Our network is very small like 6 nodes only and using router TD-W8968
I do not know what to do because this problem is a big BLOCKER in the 
Project.

 Here is some output

root@beaglebone:~# ping google.com
 PING google.com (173.194.36.7) 56(84) bytes of data.
 64 bytes from bom04s01-in-f7.1e100.net (173.194.36.7): icmp_req=1 ttl=56 
 time=38.5 ms
 64 bytes from bom04s01-in-f7.1e100.net (173.194.36.7): icmp_req=2 ttl=56 
 time=39.4 ms
 64 bytes from bom04s01-in-f7.1e100.net (173.194.36.7): icmp_req=3 ttl=56 
 time=39.4 ms
 ^C
 --- google.com ping statistics ---
 4 packets transmitted, 3 received, 25% packet loss, time 3005ms
 rtt min/avg/max/mdev = 38.502/39.132/39.453/0.474 ms
 root@beaglebone:~# wget -O /dev/null 
 http://speedtest.wdc01.softlayer.com/downloads/test10.zip
 --2014-07-02 05:09:52--  
 http://speedtest.wdc01.softlayer.com/downloads/test10.zip
 Resolving speedtest.wdc01.softlayer.com (speedtest.wdc01.softlayer.com)... 
 208.43.102.250
 Connecting to speedtest.wdc01.softlayer.com 
 (speedtest.wdc01.softlayer.com)|208.43.102.250|:80... connected.
 HTTP request sent, awaiting response... 200 OK
 Length: 11536384 (11M) [application/zip]
 Saving to: `/dev/null'

  0% 
 [ 
   
 ] 36,837  2.37K/s  eta 78m 58s ^C



On Monday, June 30, 2014 6:24:14 PM UTC+5:30, Gerald wrote:

 there are no restrictions to using the board in commercial products as 
 long as you understand that the board and the SW will change. 
  Long-tern support of the HW and the SW is not guaranteed in its current 
 form. In other words  once we make a change to the board and it is say rev 
 D, then we no longer make the rev C. 

 1) Find a distributor that will sell you the quantities you need.
 2) The design is Open Source. Change it as you see fit.
 3) Change it as you want to. No rules against it.
 4) rev C will be supported as normal. But, we will not 
 accept dozens of boards into RMA because the board was used in away it was 
 not designed for. All support is community support
 5) Warrant is the same except for #4 above.. I did not design 
 the board for your application. So, I cannot guarantee that it will work in 
 your application. You are totally responsible for that. 
 I will not change the design to fit your application or needs.
 6) For the HW, did you look at the System Reference Manual?

 Gerald




 Gerald


 On Sat, Jun 28, 2014 at 3:29 AM, bilali...@gmail.com javascript: 
 wrote:


 Hello,


 I would like to know can i use this* Beagle bone Black REV C* for 
 *commercial 
 use* ? also included software Debian for commercial ?


 *if yes*


 1) When can i get a large quantity of the product ? (currently only 1 is 
 available per person)
 2) Is there is any limitation on Editing the circuit ?
 3) Is there is any limitation on editing the OS/software/logic ?
 4) Will i get support for the BBB rev c if used commercially (without 
 modifying the circuit)?
 5) Will there be any clause of warranty void ? do you provide warranty on 
 your product ?
 6) Is there is any guide, books especially made for REV C which are very* 
 in depth* ? (not for newbies)

 *FYI* : I turned to BBB because i read online that the PI can't be used 
 commercially (without commitment to large qty sale)


 Hope you will soon answer the question


 Thank You

 -- 
 For more options, visit http://beagleboard.org/discuss
 --- 
 

[beagleboard] Internet Slow, Flashing Problem...

2014-07-02 Thread bilalinamdar
Hello,
I recently purchased *REV C*
and i am facing few problems...

1) The beaglebone was *working out of the box*. I connected my usb cable 
plus i configured my router and connect network cable to it.
It was working great but *SLOW response (web page)*
2) I test internet over it.. and found it to be very slow. (i was trying to 
install php and it was taking to much time so i have to test the connection 
speed)
it was around *5kbps very low*. I used my website and also several other 
website like speedtest.nl and tested the same on my windows box which is on 
the same network.
My windows box is giving 250kbps and above speed but beagle bone is only 
5kbps why ?
3) In the process to resolve issue the above issue (2) i thought it will be 
better to install latest version from the website
so i went to 
http://beagleboard.org/latest-images
downloaded 
http://debian.beagleboard.org/images/BBB-eMMC-flasher-debian-7.5-2014-05-14-2gb.img.xz
i was having some april edition i checked (it came with the board)
i followed the instruction
i was little confused during the procedure

Insert SD card into your (powered-down) board, hold down the USER/BOOT 
 button (if using Black) and apply power, either by the USB cable or 5V 
 adapter.
 If using BeagleBone Black and the image is meant to program your on-board 
 eMMC, you'll need to wait while the programming occurs. When the flashing 
 is complete, all 4 USRx LEDs will be lit solid.

so what i did exactly is 
1) Power down
2) insert SD CARD (i followed the above steps correctly. it contain the 
image data)
3) PRESSED boot button
4) Applied power
5) now i see the 4 led lit i released the boot button...

Now what is happening is the 4 led keeps blinking.  LIKE 
BLINK BLINKBLINK BLINKBLINK BLINK
it goes on (a little bit like heartbeat)
I can't understand what is going on is it okay... is it flashing the eMMC? 
am i doing something wrong ?

4) Also want to ask where to get info regarding which version or image 
contain what feature and function like
image feb 2014 contains PHP, MYSQL,CLOUD9 etc etc
5) Do we need to install cloud9 separately after re flashing or does it 
comes inbuilt in the image ? what exaclty comes inbuild (In the image)
6) I want to use RELAIBLE WEBSERVER (ONLY 10 CONNECTION MAX AT ANY GIVEN 
TIME) which will control the leds (for example) in real time.So which OS 
will be good on the beaglebone black also 

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] BeagleBone Black not booting using the latest Trusty images/software (remains stuck with 3 lit leds)

2014-07-02 Thread Andrei
Hi,

I tried to update my OS today from Ubuntu 13.04 (worked reasonably well for 
a year) to Ubuntu 14.04. Both images/software came 
from http://elinux.org/BeagleBoardUbuntu

However, my BB Black remains stuck with just 3 leds lit soon after being 
connected to power.

I tried all 3 provided 14.04 images: 2014-06-05, 2014-05-06, 2014-04-18

Then I hacked some config files and made it download/use *some* older 
uboot/MLO files from the server.

Of course, I did everything properly using: sudo ./setup_sdcard.sh --mmc 
/dev/mmcblk0 --dtb beaglebone etc. - then I even used the dd method...

Any hints would be much appreciated...


Thanks,

Andrei

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BeagleBone Black + External HD

2014-07-02 Thread Gerald Coley
Maybe. If the Linux kernel supports it and it can run on 500mA. I have not
tested it myself.

Gerald



On Wed, Jul 2, 2014 at 6:32 AM, Christiano Belli christianobe...@gmail.com
wrote:

 Hi guys,

  BeagleBone Black will work with 1TB Samsung external HD in its usb?

 --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BeagleBone Black + external HD

2014-07-02 Thread Gerald Coley
See my earlier response.

If you are expecting your post to go through immediately, then I suggest
you register.

Gerald



On Wed, Jul 2, 2014 at 6:37 AM, Christiano Belli christianobe...@gmail.com
wrote:

 Hy guys,

   BeagleBone Black will work with 1TB Samsung external HD in its usb?

 Thanks!

 --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BeagleBone Black not booting using the latest Trusty images/software (remains stuck with 3 lit leds)

2014-07-02 Thread Robert Nelson
On Wed, Jul 2, 2014 at 7:55 AM, Andrei andr...@gmail.com wrote:
 Hi,

 I tried to update my OS today from Ubuntu 13.04 (worked reasonably well for
 a year) to Ubuntu 14.04. Both images/software came from
 http://elinux.org/BeagleBoardUbuntu

 However, my BB Black remains stuck with just 3 leds lit soon after being
 connected to power.

 I tried all 3 provided 14.04 images: 2014-06-05, 2014-05-06, 2014-04-18

 Then I hacked some config files and made it download/use *some* older
 uboot/MLO files from the server.

So... Therefor, is it my fault it doesn't boot, or yours.


 Of course, I did everything properly using: sudo ./setup_sdcard.sh --mmc
 /dev/mmcblk0 --dtb beaglebone etc. - then I even used the dd method...

This only works with 2014-06-05 prior images you had to use --uboot bone


 Any hints would be much appreciated...

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Commercially using the REV C?

2014-07-02 Thread Robert Nelson
On Wed, Jul 2, 2014 at 12:41 AM,  bilalinam...@gmail.com wrote:
 Hey thx

 6) Gerald i was asking about the Software part. I mean where can i get BASIC
 - ADVANCE regarding the software tutorial.

 3 things more

 1) Why i am not able to find what is included in the software (OS part) i
 mean to say there are no - none info on it..
 What exactly work out of the box. What i see is DEBIAN wheezy is installed.
 Next i know that the Apache2 is also installed but it is working for the
 software i was not able to re route it.. Because i do not have the info...
 (i am from background of REDHAT linux never used DEBIAN)

Then install fedora, they support it.

https://fedoraproject.org/wiki/Architectures/ARM

 2) Scenario :
 Suppose i have a IT service providing company and i got the idea to use
 beaglebone as a device for providing the service to monitor server via BBB
 (and linux). And i though to sale the product (the HW will not be customized
 only the SW will be) in the market.
 Q 2) In the above scenario how to make sure that nobody else copy my product
 ? how can i trademark ? what can i trademark ?

Well, your competing with people that install webmin:

http://www.webmin.com/

So your service would be to sell the device + case + software setup
+ power supply in a box...


 3) I ordered my piece of REV C from adafruit. What i noticed that the LAN
 internet speed is giving only 5kbps

 wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test10.zip
  it is giving 5kbps
  VERY VERY LOW.
 I do not know what is the Problem. I flashed the board with May 2014 EDITION
 of Deb but still i am facing the issue.
 I also want to say that i am Network Engg, Web Designer and DBA.
 So i check the Cable it is fien (as per mentioned in some post of
 beaglebone).
 I provided beaglebone DMZ IP so to get direct connection to internet NO port
 forwarding or No Firewall restriction.
 Our network is very small like 6 nodes only and using router TD-W8968
 I do not know what to do because this problem is a big BLOCKER in the
 Project.

Sounds like crappy internet connection..

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Commercially using the REV C?

2014-07-02 Thread Robert Nelson
On Wed, Jul 2, 2014 at 3:04 AM,  bilalinam...@gmail.com wrote:
 (previous message not posted i thing it is deleted or something so
 reposting)
 Thanks for the detailed reply

 6) I was looking for SW guide.. I mean it is very very hard to understand
 what exaclty is included in DEBIAN LINUX.
 how to reinstall cloud9
 How to work with NODE.JS (is it installed already in the system ?)
 etc etc there is no info on what is available in software term in the OS as
 per the rev c and it is compatibility. It is the BIGGEST problem in any
 system. This lead to dis-interest and lots of research have to be done to
 know what exactly is available and what we need.. So please divert me to a
 page where what is available on the OS is mentioned or What is available on
 the eMMC and the Images in detail.

dpkg --list will show you everything that is installed.


 7) I also want to ask suppose i want to sell a product in combo like
 BBB+LINUX debian+sock.io+perticular scripts and database and website on it
 as a package in that case what exaclty i have to trade mark ? can i trade
 mark whole system or will i have to trade mark only perticular scripts and
 database etc etc or software part ... i think you are getting the point
 here..


Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] USB problems (Wifi Module)

2014-07-02 Thread Robert Nelson
On Wed, Jul 2, 2014 at 7:06 AM,  cedric.leroy@gmail.com wrote:
 Hi,

 I bought a miniature WiFi (802.11b/g/n) module a while ago, and cannot make
 it works with my BeagleBone.

 I tried to troubleshoot the problem with Adafruit guys, but it looks like
 the problem would be linked to the USB dongle of the BeagleBone.

 Here is the log:

 root@beaglebone:~# dmesg
 [0.00] Booting Linux on physical CPU 0x0
 [0.00] Initializing cgroup subsys cpu

 Does it look like a hardware malfunction of my BeagleBone ?

Nah, based on that dmesg, it looks like a user problem:

[   10.634998] rtlwifi: disagrees about version of symbol
ieee80211_unregister_hw
[   10.635011] rtlwifi: Unknown symbol ieee80211_unregister_hw (err -22)
[   10.635086] rtlwifi: disagrees about version of symbol ieee80211_rx_irqsafe
[   10.635099] rtlwifi: Unknown symbol ieee80211_rx_irqsafe (err -22)

Your boot image (zImage/uImage) was built against a different source
then your /lib/modules/(kernel version)

Fix that first. (match your zImage/uImage with your modules)

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Can the Motorola Atrix 4G Laptop Deck work with BeagleBone Black?

2014-07-02 Thread Jerry Davis
I have a raspberry pi and a altrix 4g lapdock also, and it works perfectly.
Will the /etc/X11/xorg.conf file that I have on the pi have the current
values that are known for the lapdock, or is there somewhere else that
would show the true current modelines that are being used?

If so, I could post them here for you.

jerry


On Tue, Jul 1, 2014 at 9:24 PM, Roland McIntosh r...@rgm.nu wrote:

 It's not perfect, but I had am improved experience with the lapdock hdmi
 from Angstrom BBB-eMMC-flasher-2013.09.04.img.xz by setting these modelines
 in /etc/X11/xorg.conf in the Monitor section.
 Modeline 1360x768@60 84.50  1360 1392 1712 1744  768 783 791 807 +
 hsync +vsync
 Modeline 1280x720@50 74.25  1280 1720 1760 1980  720 725 730 750 +
 hsync +vsync

 Then, pick the resolution using the GUI tool System - Preferences -
 Monitors tool.


 dmesg on this 2013.09.04 version with Atrix lapdock shows that the EDID
 native resolution is rejected as invalid:

 [ 39.402958] [drm:drm_mode_debug_printmodeline], Modeline 14:1366x768
 60 72000 1366 1380 1436 1500 768 769 772 800 0x48 0x5
 [ 39.402975] [drm:drm_mode_prune_invalid], Not using 1366x768 mode 11

  --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
Extra Ham Operator: K7AZJ
Registered Linux User: 275424
Raspberry Pi and Arduino developer

There are 10 kinds of people in the world:
Those who can read binary and those who can't.

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Can I Disable Touch Screen Sampling on an Internally Generated Event?

2014-07-02 Thread henry . g . mcdonald
We've designed a product which uses a BeagleBone Black with a resistive 
touch screen.  The BBB controls some external hardware which is designed to 
generate large amounts of EMI.  When gating is on, the hardware resonates 
at around 200 kHz, most likely with large amounts of harmonics.  When 
gating is off, the hardware is off and not generating substantial EMI.

At the moment gating is enabled, the EMI starts and the touchscreen gets a 
phantom press.  Gating can be as low as 3 Hz (50% duty cycle?) and you can 
hear a tick tick tick sound at 3 Hz.  At every tick, the cursor jumps 
to a random position.  At 100% duty cycle or at very high gating 
frequencies, the touchscreen behaves normally.

Is there a way to disable touchscreen sampling for a short time period when 
the gate signal (generated by the BBB) is asserted?

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Can I Disable Touch Screen Sampling on an Internally Generated Event?

2014-07-02 Thread Charles Steinkuehler
On 7/2/2014 9:08 AM, henry.g.mcdon...@gmail.com wrote:
 
 Is there a way to disable touchscreen sampling for a short time period when 
 the gate signal (generated by the BBB) is asserted?

Probably, but I'd try to fix the hardware first.

It sounds like the EMI itself isn't directly causing the phantom touch,
but the act of turning the EMI generator on causes the problem.  I
suspect you have some nasty spikes getting into the power rails that
could cause you problems in the future.  At the very least, I'd want to
understand the mechanism causing the phantom touches before just
assuming they are harmless and masking them via software.

-- 
Charles Steinkuehler
char...@steinkuehler.net

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Failing to apply an kernel patch from Teknoman117 to make use of the eQEP

2014-07-02 Thread Roderick Vos
Hi RobertCNelson,

Oke I didn't know that. Will have a look.

Thanks,

On Tuesday, 1 July 2014 19:45:09 UTC+2, RobertCNelson wrote:

 On Tue, Jul 1, 2014 at 12:07 PM,  vos.ro...@gmail.com javascript: 
 wrote: 
  Hi everybody, 
  
  I am trying to build my first kernel with the patch to enable the eQEP 
  module from Teknoman117. I think I did everything correct but obvious 
 not, 
  since I get the following errors. 
  
  roderick@roderick-Z68AP-D3:~/beaglebone/linux-dev/KERNEL$ git apply 
  
 ../../../Downloads/beaglebot-master/encoders/patches/0001-tieqep-driver.patch 

  
 ../../../Downloads/beaglebot-master/encoders/patches/0001-tieqep-driver.patch:24:
  

  trailing whitespace. 
  
  
 ../../../Downloads/beaglebot-master/encoders/patches/0001-tieqep-driver.patch:40:
  

  trailing whitespace. 
  
  
 ../../../Downloads/beaglebot-master/encoders/patches/0001-tieqep-driver.patch:56:
  

  trailing whitespace. 
  
  
 ../../../Downloads/beaglebot-master/encoders/patches/0001-tieqep-driver.patch:76:
  

  trailing whitespace. 
  
  
 ../../../Downloads/beaglebot-master/encoders/patches/0001-tieqep-driver.patch:158:
  

  trailing whitespace. 
  #define QUPRD  0x0020 
  error: patch failed: arch/arm/boot/dts/am33xx.dtsi:539 
  error: arch/arm/boot/dts/am33xx.dtsi: patch does not apply 
  error: patch failed: drivers/misc/Kconfig:510 
  error: drivers/misc/Kconfig: patch does not apply 
  error: patch failed: drivers/misc/Makefile:51 
  error: drivers/misc/Makefile: patch does not apply 
  error: drivers/misc/tieqep.c: already exists in working directory 
  
  Can someone point me in the right direction here? 

 Well it was added in bone48: 


 https://github.com/RobertCNelson/bb-kernel/commit/b7bc988c048b69f03b71c72f7c544f2348f378d0
  

 build the am33x-v3.8 branch of: 

 https://github.com/RobertCNelson/bb-kernel/ 

 Regards, 

 -- 
 Robert Nelson 
 http://www.rcn-ee.com/ 


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] alternative archivers to 7za ?

2014-07-02 Thread mickeyf
My BBB application zips things up every 24 hours and copies them to a 
server. I'm finding that 7za starts reporting Can't allocate required 
memory after a day or two. Apparently 7Za is more demanding of memory than 
some other compression programs. There are only a couple dozen of files. (I 
understand that the number of files may be a limitation for 7za.) 

Has anyone else run into this issue, and what program has been the most 
successful for you on resource constrained environments like the BBB?

I don't particularly care about speed, or about squeezing the most 
compression out. Mostly I just want a reasonable reduction in size of the 
file set, and to know that it will work reliably within the limitations of 
the BBB. Apparently the free space available (on the emcc, per df) is bit 
less than 4 times the space taken up by the files I want to compress.

I can, and will be reducing the number and size of files to archive, but 
I'd like to know I have plenty of overhead room.

thanks

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Question about parallel processing the PRUs and signaling

2014-07-02 Thread TJF
Am Mittwoch, 2. Juli 2014 07:25:45 UTC+2 schrieb Spaced Cowboy:

 1) I have an assembly program running on PRU0 receiving data in a tight 
 loop, and I want to signal PRU1 at some point to do further processing on 
 the bytes received. Is it possible to have PRU0 write into a register (say 
 r2) on PRU1 using a SBBO and wake up PRU1 from executing a WBS instruction 
 ? It seems so, from the memory map, but the docs seem to discourage WBS 
 with anything other than r31


The easiest way to communicate between PRU-0 and PRU-1 is to use the data 
ram (= DRam, 8 kB for each PRU, as Charles said). Ie. when PRU-0 receives 
data and stores them at address 0x0100, PRU-1 can access them at address 
0x2100. Also when PRU-1 writes to address 0x0100, PRU-0 can read this data 
at 0x2100. You may use some bytes for handshaking and take the rest of the 
DRam to exchange the data.

An alternative (and slower) way is to use a memory block allocated on the 
host. The kernel driver allocates an external memory block for the PRUSS 
(512 kB by default, this can get customized up to 8 MB).

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Question about parallel processing the PRUs and signaling

2014-07-02 Thread Charles Steinkuehler
On 7/2/2014 11:24 AM, TJF wrote:
 Am Mittwoch, 2. Juli 2014 07:25:45 UTC+2 schrieb Spaced Cowboy:

 1) I have an assembly program running on PRU0 receiving data in a tight 
 loop, and I want to signal PRU1 at some point to do further processing on 
 the bytes received. Is it possible to have PRU0 write into a register (say 
 r2) on PRU1 using a SBBO and wake up PRU1 from executing a WBS instruction 
 ? It seems so, from the memory map, but the docs seem to discourage WBS 
 with anything other than r31
 
 
 The easiest way to communicate between PRU-0 and PRU-1 is to use the data 
 ram (= DRam, 8 kB for each PRU, as Charles said). Ie. when PRU-0 receives 
 data and stores them at address 0x0100, PRU-1 can access them at address 
 0x2100. Also when PRU-1 writes to address 0x0100, PRU-0 can read this data 
 at 0x2100. You may use some bytes for handshaking and take the rest of the 
 DRam to exchange the data.
 
 An alternative (and slower) way is to use a memory block allocated on the 
 host. The kernel driver allocates an external memory block for the PRUSS 
 (512 kB by default, this can get customized up to 8 MB).

If you actually need to communicate data, the fastest way is using the
scratchpad registers, where you can send up to 248 bytes in a single
clock.  It's also possible to directly send data from one PRU to the
other using this method (execute the XOUT instruction on one PRU and the
XIN on the other), but your execution timing between the two PRUs has to
be within 1024 clocks or the instruction will time out.  This is also a
good way to exactly synchronize code on the two PRUs, if you ever need
to do that.

-- 
Charles Steinkuehler
char...@steinkuehler.net

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] beagle bone black shuts down after 18 minutes

2014-07-02 Thread jmelson
Hello, all,

I have a Beagle Bone Black rev C, running the latest machinekit 
distribution.
I have been logging in with ssh as I don't have a micro-HDMI adapter cable
yet.  Everything works fine for 18 minutes, then it powers down.  just 
before
powering down, I see this message :
$ [  426.564569] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data 
mode. Opts: (null)

Then, about a minute later it says :
Broadcast message from root@beaglebone (Mon May 19 16:19:26 2014):

The system is going down for system halt NOW!

the shutdown looks pretty normal until the end, where I see :
[ 1152.630360] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
Disabling swaps.
Detaching loop devices.
Detaching DM devices.
[ 1152.706640] (NULL device *): gadget not registered.
[ 1152.713833] musb-hdrc musb-hdrc.0.auto: remove, state 4
[ 1152.719488] usb usb2: USB disconnect, device number 1
[ 1152.725486] musb-hdrc musb-hdrc.0.auto: USB bus 2 deregistered
[ 1152.732434] Power down.
[ 1152.735088] System will go to power_off state in approx. 2 secs
[ 1152.743313] Kernel panic - not syncing: Attempted to kill init! 
exitcode=0x
[ 1152.743313] 
[ 1152.753043] [c0010145] (unwind_backtrace+0x1/0x98) from [c04db79f] 
(panic+0x6b/0x168)
[ 1152.761696] [c04db79f] (panic+0x6b/0x168) from [c0031b47] 
(do_exit+0x5cb/0x64c)
[ 1152.769808] [c0031b47] (do_exit+0x5cb/0x64c) from [c003bc2f] 
(sys_reboot+0xef/0x144)
[ 1152.778377] [c003bc2f] (sys_reboot+0xef/0x144) from [c000c921] 
(ret_fast_syscall+0x1/0x46)
[ 1152.787479] drm_kms_helper: panic occurred, switching back to text 
console


I have run e2fsck by plugging the SD card into a USB card reader on my 
desktop system,
it finds no errors.

Anybody know what is going on?  I'm pretty baffled.  This 18 minutes to 
power down
seems to be pretty repeatable.

Thanks,

Jon

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BeagleBone Black + External HD

2014-07-02 Thread John Syn

From:  Gerald Coley ger...@beagleboard.org
Reply-To:  beagleboard@googlegroups.com beagleboard@googlegroups.com
Date:  Wednesday, July 2, 2014 at 6:16 AM
To:  beagleboard@googlegroups.com beagleboard@googlegroups.com
Subject:  Re: [beagleboard] BeagleBone Black + External HD

 Maybe. If the Linux kernel supports it and it can run on 500mA. I have not
 tested it myself.
If he uses an external HD that also supports an external power adapter, this
will work on BBB. 

Regards,
John
 
 Gerald
 
 
 
 On Wed, Jul 2, 2014 at 6:32 AM, Christiano Belli christianobe...@gmail.com
 wrote:
 Hi guys,
 
  BeagleBone Black will work with 1TB Samsung external HD in its usb?
 -- 
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.
 
 
 -- 
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] beagle bone black shuts down after 18 minutes

2014-07-02 Thread William Hermans
Well, I've not experienced this issue personally. But just did a bit of
googling  / reading and the only thing I could find mentioned a read only
file system having the journaling = true option set in fstab.

You can read the post I read here:
http://www.raspberrypi.org/forums/viewtopic.php?t=51742p=398987

I think it is safe to say that the system is intentionally shutting down.
But of course why, we do not know yet. But pasting that error message into
google and searching did turn up several hits referring to data corruption.
Is it possible the image you downloaded is somehow corrupted ? I remember
back several years ago when we used to be satellite internet, downloading
files of this nature would get corrupted all the time.


On Wed, Jul 2, 2014 at 10:08 AM, jmelson el...@pico-systems.com wrote:

 Hello, all,

 I have a Beagle Bone Black rev C, running the latest machinekit
 distribution.
 I have been logging in with ssh as I don't have a micro-HDMI adapter cable
 yet.  Everything works fine for 18 minutes, then it powers down.  just
 before
 powering down, I see this message :
 $ [  426.564569] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data
 mode. Opts: (null)

 Then, about a minute later it says :
 Broadcast message from root@beaglebone (Mon May 19 16:19:26 2014):

 The system is going down for system halt NOW!

 the shutdown looks pretty normal until the end, where I see :
 [ 1152.630360] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
 Disabling swaps.
 Detaching loop devices.
 Detaching DM devices.
 [ 1152.706640] (NULL device *): gadget not registered.
 [ 1152.713833] musb-hdrc musb-hdrc.0.auto: remove, state 4
 [ 1152.719488] usb usb2: USB disconnect, device number 1
 [ 1152.725486] musb-hdrc musb-hdrc.0.auto: USB bus 2 deregistered
 [ 1152.732434] Power down.
 [ 1152.735088] System will go to power_off state in approx. 2 secs
 [ 1152.743313] Kernel panic - not syncing: Attempted to kill init!
 exitcode=0x
 [ 1152.743313]
 [ 1152.753043] [c0010145] (unwind_backtrace+0x1/0x98) from [c04db79f]
 (panic+0x6b/0x168)
 [ 1152.761696] [c04db79f] (panic+0x6b/0x168) from [c0031b47]
 (do_exit+0x5cb/0x64c)
 [ 1152.769808] [c0031b47] (do_exit+0x5cb/0x64c) from [c003bc2f]
 (sys_reboot+0xef/0x144)
 [ 1152.778377] [c003bc2f] (sys_reboot+0xef/0x144) from [c000c921]
 (ret_fast_syscall+0x1/0x46)
 [ 1152.787479] drm_kms_helper: panic occurred, switching back to text
 console


 I have run e2fsck by plugging the SD card into a USB card reader on my
 desktop system,
 it finds no errors.

 Anybody know what is going on?  I'm pretty baffled.  This 18 minutes to
 power down
 seems to be pretty repeatable.

 Thanks,

 Jon

 --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BeagleBone Black + External HD

2014-07-02 Thread William Hermans
http://www.embeddedhobbyist.com/debian-tips/beaglebone-black/beaglebone-black-usb-boot/


On Wed, Jul 2, 2014 at 10:29 AM, John Syn john3...@gmail.com wrote:


 From: Gerald Coley ger...@beagleboard.org
 Reply-To: beagleboard@googlegroups.com beagleboard@googlegroups.com
 Date: Wednesday, July 2, 2014 at 6:16 AM
 To: beagleboard@googlegroups.com beagleboard@googlegroups.com
 Subject: Re: [beagleboard] BeagleBone Black + External HD

 Maybe. If the Linux kernel supports it and it can run on 500mA. I have not
 tested it myself.

 If he uses an external HD that also supports an external power adapter,
 this will work on BBB.

 Regards,
 John


 Gerald



 On Wed, Jul 2, 2014 at 6:32 AM, Christiano Belli 
 christianobe...@gmail.com wrote:

 Hi guys,

  BeagleBone Black will work with 1TB Samsung external HD in its usb?

 --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


 --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

  --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] beagle bone black shuts down after 18 minutes

2014-07-02 Thread Robert Nelson
On Wed, Jul 2, 2014 at 12:08 PM, jmelson el...@pico-systems.com wrote:
 Hello, all,

 I have a Beagle Bone Black rev C, running the latest machinekit
 distribution.
 I have been logging in with ssh as I don't have a micro-HDMI adapter cable
 yet.  Everything works fine for 18 minutes, then it powers down.  just
 before
 powering down, I see this message :
 $ [  426.564569] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data
 mode. Opts: (null)

 Then, about a minute later it says :
 Broadcast message from root@beaglebone (Mon May 19 16:19:26 2014):

 The system is going down for system halt NOW!

 the shutdown looks pretty normal until the end, where I see :
 [ 1152.630360] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
 Disabling swaps.
 Detaching loop devices.
 Detaching DM devices.
 [ 1152.706640] (NULL device *): gadget not registered.
 [ 1152.713833] musb-hdrc musb-hdrc.0.auto: remove, state 4
 [ 1152.719488] usb usb2: USB disconnect, device number 1
 [ 1152.725486] musb-hdrc musb-hdrc.0.auto: USB bus 2 deregistered
 [ 1152.732434] Power down.
 [ 1152.735088] System will go to power_off state in approx. 2 secs
 [ 1152.743313] Kernel panic - not syncing: Attempted to kill init!
 exitcode=0x
 [ 1152.743313]
 [ 1152.753043] [c0010145] (unwind_backtrace+0x1/0x98) from [c04db79f]
 (panic+0x6b/0x168)
 [ 1152.761696] [c04db79f] (panic+0x6b/0x168) from [c0031b47]
 (do_exit+0x5cb/0x64c)
 [ 1152.769808] [c0031b47] (do_exit+0x5cb/0x64c) from [c003bc2f]
 (sys_reboot+0xef/0x144)
 [ 1152.778377] [c003bc2f] (sys_reboot+0xef/0x144) from [c000c921]
 (ret_fast_syscall+0x1/0x46)
 [ 1152.787479] drm_kms_helper: panic occurred, switching back to text
 console


 I have run e2fsck by plugging the SD card into a USB card reader on my
 desktop system,
 it finds no errors.

 Anybody know what is going on?  I'm pretty baffled.  This 18 minutes to
 power down
 seems to be pretty repeatable.

Are you sure this wasn't labeled as a flasher image, 18 minutes is
about how long it takes to flash the eMMC with 1.7Gb of data.

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Educated Noobie: Should i start with Arduino, or Beagle?

2014-07-02 Thread William Hermans
For the cost, a beaglebone black can do far more than any arduino platform
i know of. However, they are completely different platforms. One is meant
for embedded Llinux ( although technically the BBB does not need an OS ),
where the other ( Arduino ) has no OS at all.

Neither one is a micro-controller. The beaglebone black is a single board
computer, where the Arduino is an open source development board.

I suggest you read and learn more about the field before making up your
mind. But the Beaglebone black is far superior in every way( except perhaps
power consumption ). Not to mention they both cost about the same . . .

Anyway, I really do not know what else to say. Except that I could go on
all day about how / why I like the beaglebone black, and how I dislike the
Arduino platform in general. But I think this is something you need to
explore on your own. I have my own reasons, and perhaps my reasons mean
nothing to you.


On Wed, Jul 2, 2014 at 8:35 AM, plot...@gmail.com wrote:

 Hello all,

 I want to start playing with an arduinio/beagleboard, but I don't know
 which to pick. I've heard Arduino is closer to the metal.

 Currently I want to make robots.

 Background: B.S. Physics, A.A. computer science, experience in linux, and
 C programming, Electronics/circuitry course (for my physics degree)

 I have never done any work with a microcontroller.

 So, what should I start with, arduino or beagleboard? Why?

 Thank you,

 -Plotnus

 --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] BBB dial up phone capability

2014-07-02 Thread Bosko Loncar
My project requires the BBB to dial a phone number over an old fashioned 
telephone line and play a wav file.  I haven't seen anything that will 
allow me to do that...  is there  a modem available to use?  

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Upgrade to Rev C?

2014-07-02 Thread Gerald Coley
Nothing.

Gerald



On Wed, Jul 2, 2014 at 11:26 AM, george.albert.agui...@gmail.com wrote:

 Dear Forum,

 I bought a model A5A early last year as soon as I heard about the BBB,
 expecting to try out some awesome robotics projects. Unfortunately, my year
 was fairly busy and I was unable to utilize it too much. I am wanting, now,
 to try some Software Defined Radio projects with the BBB and GNU Radio or
 some other software, and am wondering whether it would be worth it to
 upgrade to the Rev C or if I can do this just fine with the Rev A. What are
 the pros/cons of Rev A vs Rev C outside of the extra 2GB of memory?

 Any thoughts?

 Thoughts on the Software Defined Radio bit are welcome as well.

 --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBB dial up phone capability

2014-07-02 Thread Eric Fort
how about using asterisk and a usb or ethernet based ata?

a list of apropriate hardware is here:

http://www.voip-info.org/wiki/view/Analog+Telephone+Adapters


On Wed, Jul 2, 2014 at 11:14 AM, Bosko Loncar blon...@scadacontinuum.com
wrote:

 My project requires the BBB to dial a phone number over an old fashioned
 telephone line and play a wav file.  I haven't seen anything that will
 allow me to do that...  is there  a modem available to use?

 --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Educated Noobie: Should i start with Arduino, or Beagle?

2014-07-02 Thread Eric Fort
first of all you are going to have to assess your needs.  what do you
really want to do?  how close to real-time processing do you need to be?
the arduino is actually more of an echosystem and a brand than any one
board and it's mostly tied together by the arduino IDE software.  The arm
processor used on the beagle is many times more powerful than the atmel
atmega used on most of the arduinos, but arduino is soon to release an arm
based platform that runs linux.the atmega is simpler and easier to
understand for bare metal hard realtime tasks.  the beagle bone has the PRU
available for use for hard realtime tasks.  really it's what you want to
do.  both will do bare metal but arduino is easier in that respect.  then
again do you need that or would the ease of linux and a full os while using
the pru for realtime tasks be sufficient and make your life easier.  really
it's your choice.

eric


On Wed, Jul 2, 2014 at 11:04 AM, William Hermans yyrk...@gmail.com wrote:

 For the cost, a beaglebone black can do far more than any arduino platform
 i know of. However, they are completely different platforms. One is meant
 for embedded Llinux ( although technically the BBB does not need an OS ),
 where the other ( Arduino ) has no OS at all.

 Neither one is a micro-controller. The beaglebone black is a single board
 computer, where the Arduino is an open source development board.

 I suggest you read and learn more about the field before making up your
 mind. But the Beaglebone black is far superior in every way( except perhaps
 power consumption ). Not to mention they both cost about the same . . .

 Anyway, I really do not know what else to say. Except that I could go on
 all day about how / why I like the beaglebone black, and how I dislike the
 Arduino platform in general. But I think this is something you need to
 explore on your own. I have my own reasons, and perhaps my reasons mean
 nothing to you.


 On Wed, Jul 2, 2014 at 8:35 AM, plot...@gmail.com wrote:

 Hello all,

 I want to start playing with an arduinio/beagleboard, but I don't know
 which to pick. I've heard Arduino is closer to the metal.

 Currently I want to make robots.

 Background: B.S. Physics, A.A. computer science, experience in linux, and
 C programming, Electronics/circuitry course (for my physics degree)

 I have never done any work with a microcontroller.

 So, what should I start with, arduino or beagleboard? Why?

 Thank you,

 -Plotnus

 --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] beagle bone black shuts down after 18 minutes

2014-07-02 Thread jmelson


On Wednesday, July 2, 2014 12:45:05 PM UTC-5, RobertCNelson wrote:



 Are you sure this wasn't labeled as a flasher image, 18 minutes is 
 about how long it takes to flash the eMMC with 1.7Gb of data. 

 H, VERY interesting comment!  Yes, it may have been set
up that way, and may be flashing the eMMC every time is starts
up.  That would explain the extensive flickering of the user LEDs
when I don't expect much to be happening.

Is there an easy way to check if this is a flasher setup?
How about a way to turn off the flasher process?  Is it just a service
that is run out of /etc/init.d ?

What does the flasher do when it is done?  Call for a shutdown?

Thanks,

Jon 

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] beagle bone black shuts down after 18 minutes

2014-07-02 Thread Robert Nelson
On Wed, Jul 2, 2014 at 2:06 PM, jmelson el...@pico-systems.com wrote:


 On Wednesday, July 2, 2014 12:45:05 PM UTC-5, RobertCNelson wrote:



 Are you sure this wasn't labeled as a flasher image, 18 minutes is
 about how long it takes to flash the eMMC with 1.7Gb of data.

 H, VERY interesting comment!  Yes, it may have been set
 up that way, and may be flashing the eMMC every time is starts
 up.  That would explain the extensive flickering of the user LEDs
 when I don't expect much to be happening.

 Is there an easy way to check if this is a flasher setup?

It would have had eMMC flasher in it's name..

 How about a way to turn off the flasher process?  Is it just a service
 that is run out of /etc/init.d ?

remove the file: (if it exists, it triggers the flashing procedure)

/boot/uboot/flash-eMMC.txt

Then reboot..


 What does the flasher do when it is done?  Call for a shutdown?

Correct.

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] beagle bone black shuts down after 18 minutes

2014-07-02 Thread Charles Steinkuehler
On 7/2/2014 2:06 PM, jmelson wrote:
 
 On Wednesday, July 2, 2014 12:45:05 PM UTC-5, RobertCNelson wrote:

 Are you sure this wasn't labeled as a flasher image, 18 minutes is 
 about how long it takes to flash the eMMC with 1.7Gb of data. 

 H, VERY interesting comment!  Yes, it may have been set
 up that way, and may be flashing the eMMC every time is starts
 up.  That would explain the extensive flickering of the user LEDs
 when I don't expect much to be happening.
 
 Is there an easy way to check if this is a flasher setup?
 How about a way to turn off the flasher process?  Is it just a service
 that is run out of /etc/init.d ?
 
 What does the flasher do when it is done?  Call for a shutdown?

With the stock flasher images from RCN, you get a customized background
that indicates it's a flasher uSD.  Since the Machinekit images use a
custom background image with a different name, they don't get changed
when building a flasher image, so it can be hard to tell.

To fix this (and other problems) I fixed the flasher scripts to run from
init (so you don't even get a desktop) and added a cylon pattern to
the LEDs so you know for sure the flasher script is running.

Of course, these changes are not in the April Machinekit flasher image
(these problems are what prompted me tweak things), so the best way to
tell is to run top and see if a bunch of rsync processes are chewing up
CPU and disk bandwidth.

The next set of Machinekit images will use the new flasher scripts, but
I've been holding off to try and get images based on the newly available
packages rather than the build-from-source that's been used up until now.

-- 
Charles Steinkuehler
char...@steinkuehler.net

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Educated Noobie: Should i start with Arduino, or Beagle?

2014-07-02 Thread Marcus Diogo
robot?
just to walk and alot of sensores =arduino
walk and have camera = bbb
wifi ethernet = bbb or arduino
like linux=bbb
like c =arduino
small = ardunio
need mor information



2014-07-02 12:35 GMT-03:00 plot...@gmail.com:

 Hello all,

 I want to start playing with an arduinio/beagleboard, but I don't know
 which to pick. I've heard Arduino is closer to the metal.

 Currently I want to make robots.

 Background: B.S. Physics, A.A. computer science, experience in linux, and
 C programming, Electronics/circuitry course (for my physics degree)

 I have never done any work with a microcontroller.

 So, what should I start with, arduino or beagleboard? Why?

 Thank you,

 -Plotnus

 --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
Marcus de Vasconcelos Diogo da Silva

Uma montanha até um cego consegue desviar,mas é nas pedras menores que nós
muitas vezes tropeçamos e caimos!

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Can I Disable Touch Screen Sampling on an Internally Generated Event?

2014-07-02 Thread henry . g . mcdonald
 Use an interrupt maybe to tell SW to ignore? Might slow things down.

Is it really that simple?  Is there just a port, or a named pipe, or some 
shared memory location that you can write to to briefly disable the 
touchscreen?  I can imagine that it wouldn't be too difficult to shut down 
a driver, or tell X-Windows (forgive me, I'm not very BBB literate just yet 
having barely used one so far so my terminology may be off) to stop using 
it for long periods of time.  I'm just wanting to shut it off a few 
milliseconds before turning on our EMI generator and turn it back on a few 
seconds after that.

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Can I Disable Touch Screen Sampling on an Internally Generated Event?

2014-07-02 Thread Gerald Coley
Real solution is to fix the issue. You just asked how to trigger a shutdown
which was my answer. That would not be my solution.Shutting down
a touchscreen for x amount of ms will be tough to do..

Gerald



On Wed, Jul 2, 2014 at 2:38 PM, henry.g.mcdon...@gmail.com wrote:

  Use an interrupt maybe to tell SW to ignore? Might slow things down.

 Is it really that simple?  Is there just a port, or a named pipe, or some
 shared memory location that you can write to to briefly disable the
 touchscreen?  I can imagine that it wouldn't be too difficult to shut down
 a driver, or tell X-Windows (forgive me, I'm not very BBB literate just yet
 having barely used one so far so my terminology may be off) to stop using
 it for long periods of time.  I'm just wanting to shut it off a few
 milliseconds before turning on our EMI generator and turn it back on a few
 seconds after that.

 --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Can I Disable Touch Screen Sampling on an Internally Generated Event?

2014-07-02 Thread henry . g . mcdonald
The power rails are solid, to our knowledge.  The BBB has been powered from 
different power supplies than the EMI generating hardware as well as a 
battery.  Our scope captures don't show anything definitive on the power 
rails, but it is kind of clouded by the fact that the scope is affected by 
the EMI as well.  My cell phone's capacitive touchscreen, unplugged and 15 
feet away, goes haywire when this EMI monster is turned on.  


On Wednesday, July 2, 2014 10:49:07 AM UTC-5, Charles Steinkuehler wrote:

 On 7/2/2014 9:08 AM, henry.g@gmail.com javascript: wrote: 
  
  Is there a way to disable touchscreen sampling for a short time period 
 when 
  the gate signal (generated by the BBB) is asserted? 

 Probably, but I'd try to fix the hardware first. 

 It sounds like the EMI itself isn't directly causing the phantom touch, 
 but the act of turning the EMI generator on causes the problem.  I 
 suspect you have some nasty spikes getting into the power rails that 
 could cause you problems in the future.  At the very least, I'd want to 
 understand the mechanism causing the phantom touches before just 
 assuming they are harmless and masking them via software. 

 -- 
 Charles Steinkuehler 
 cha...@steinkuehler.net javascript: 


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Can I Disable Touch Screen Sampling on an Internally Generated Event?

2014-07-02 Thread henry . g . mcdonald
 Real solution is to fix the issue. 
Agreed.  The trouble is figuring out how to fix the solution.  We could run 
the BBB off of a battery, put it in a Faraday cage, and optically couple 
the gate drive to the BBB, but then you couldn't get to the touchscreen. 
 The issue at hand is that the system is designed to generate large amounts 
energy (e.g. EMI) so we can't solve it by reducing the EMI.

 Shutting down a touchscreen for x amount of ms will be tough to do.
Thanks, that is what I figured.  Bare metal programming, this would be 
simple.  But with an OS in the way, maybe not so much.  

On Wednesday, July 2, 2014 2:47:26 PM UTC-5, Gerald wrote:

 Real solution is to fix the issue. You just asked how to trigger 
 a shutdown which was my answer. That would not be my solution.Shutting down 
 a touchscreen for x amount of ms will be tough to do..

 Gerald



 On Wed, Jul 2, 2014 at 2:38 PM, henry.g@gmail.com javascript: 
 wrote:

  Use an interrupt maybe to tell SW to ignore? Might slow things down.

 Is it really that simple?  Is there just a port, or a named pipe, or some 
 shared memory location that you can write to to briefly disable the 
 touchscreen?  I can imagine that it wouldn't be too difficult to shut down 
 a driver, or tell X-Windows (forgive me, I'm not very BBB literate just yet 
 having barely used one so far so my terminology may be off) to stop using 
 it for long periods of time.  I'm just wanting to shut it off a few 
 milliseconds before turning on our EMI generator and turn it back on a few 
 seconds after that.
  
 -- 
 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 receiving emails from it, send an 
 email to beagleboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.




-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Educated Noobie: Should i start with Arduino, or Beagle?

2014-07-02 Thread David Funk
Some things you might not want to waste ARM resources on, and an AVR based
board could handle those tasks and talk to the ARM.

I can see uses for both at the same time in a robotics project.




-david




On Wed, Jul 2, 2014 at 2:17 PM, Marcus Diogo mvdiog...@gmail.com wrote:

 robot?
 just to walk and alot of sensores =arduino
 walk and have camera = bbb
 wifi ethernet = bbb or arduino
 like linux=bbb
 like c =arduino
 small = ardunio
 need mor information
 


 2014-07-02 12:35 GMT-03:00 plot...@gmail.com:

 Hello all,

 I want to start playing with an arduinio/beagleboard, but I don't know
 which to pick. I've heard Arduino is closer to the metal.

 Currently I want to make robots.

 Background: B.S. Physics, A.A. computer science, experience in linux, and
 C programming, Electronics/circuitry course (for my physics degree)

 I have never done any work with a microcontroller.

 So, what should I start with, arduino or beagleboard? Why?

 Thank you,

 -Plotnus



-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] beagle bone black shuts down after 18 minutes

2014-07-02 Thread jmelson


On Wednesday, July 2, 2014 2:12:51 PM UTC-5, Charles Steinkuehler wrote:

 so the best way to 
 tell is to run top and see if a bunch of rsync processes are chewing up 
 CPU and disk bandwidth. 

YES, this is it!  I DID see three rsync processes running, and was 
wondering what
the heck they were!  I was doing an apt-get install at the time, and wasn't 
sure
that they couldn't be part of that process, but didn't think they would be.

So, the SD card you set up for me at the machinekit meeting does have the
flasher process running on it.  And, I suspect that maybe Brad had the same
thing happen to him.   I will try to disable it tonight and see if it fixes 
the
problem.

So, is anyone who downloaded the machinekit script in the last couple weeks
going to get the same problem?

Jon

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] beagle bone black shuts down after 18 minutes

2014-07-02 Thread Charles Steinkuehler
On 7/2/2014 3:19 PM, jmelson wrote:
 
 On Wednesday, July 2, 2014 2:12:51 PM UTC-5, Charles Steinkuehler
 wrote:
 
 so the best way to tell is to run top and see if a bunch of rsync
 processes are chewing up CPU and disk bandwidth.
 
 YES, this is it!  I DID see three rsync processes running, and was 
 wondering what the heck they were!  I was doing an apt-get install at
 the time, and wasn't sure that they couldn't be part of that process,
 but didn't think they would be.

Glad to hear that's all it was!

 So, the SD card you set up for me at the machinekit meeting does have
 the flasher process running on it.  And, I suspect that maybe Brad
 had the same thing happen to him.   I will try to disable it tonight
 and see if it fixes the problem.

I reviewed my console logs on the netbook, and I did program both the
plain and the eMMC flasher version to uSD while in Madison.  I suspect I
simply got the cards confused.  blush

 So, is anyone who downloaded the machinekit script in the last couple
 weeks going to get the same problem?

I don't think so, unless I messed up the images instead of just getting
confused about which uSD card was which at the meetup.  I haven't heard
of anyone else having issues other than Brad, and I still think that
might have been an errant short (but analysis of the uSD card he was
running would show whether he's running the regular or flasher image).

-- 
Charles Steinkuehler
char...@steinkuehler.net

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] UART RS485 transciever setup

2014-07-02 Thread Cristian Mitu
Hello guys,


I am designing a board ( an adapter board for the BeagleBine black) that is 
un upgrade for a current system. Beacuse of this i specifically have to 
link a 5V TTL RS485 transceiver to one of the UARTs available. I am not 
sure what logic family the BeagleBone uses(though i'm guessing that it is 
CMOS)  and because of this i want to know if this old transceiver can be 
wired directly to the BeagleBone or is it unavoidable that i have to use 
logic level translators for the signals. I apologize for the newbie 
question and i thank you in advance for your response. 

PS 

If you could direct me to some good drivers for RS485 communication i would 
be overwhelmed with joy and eternally grateful :) 

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] beagle bone black shuts down after 18 minutes

2014-07-02 Thread jmelson


On Wednesday, July 2, 2014 3:33:09 PM UTC-5, Charles Steinkuehler wrote:

 On 7/2/2014 3:19 PM, jmelson wrote: 

  So, is anyone who downloaded the machinekit script in the last couple 
  weeks going to get the same problem? 

 I don't think so, unless I messed up the images instead of just getting 
 confused about which uSD card was which at the meetup.  I haven't heard 
 of anyone else having issues other than Brad, and I still think that 
 might have been an errant short (but analysis of the uSD card he was 
 running would show whether he's running the regular or flasher image). 


 OK, well I will check with him to see if that is the case.  I'll let
you know.

Jon 

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BeagleBone Black + external HD

2014-07-02 Thread magnaflet
ive used a 1tb Samsung on the bbb. laptop drive however. i think you will be 
able to plug any ext drive to the bbb but it will need to be powered externally 
as the draw on the bus will be to high. 

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Troubles with HDMI....

2014-07-02 Thread chrisbayley . nz
I am having some troubles getting any output on HDMI in Angstrom. 

kernel is: 
Linux beaglebone 3.8.13 #1 SMP Thu Sep 12 10:27:06 CEST 2013 armv7l 
GNU/Linux
board is: 
BeagleBone Black rev 000B S/N 1414BBBK2661
Xorg version:
X.Org X Server 1.11.2
Release Date: 2011-11-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.11.0 x86_64 
Current Operating System: Linux beaglebone 3.8.13 #1 SMP Thu Sep 12 
10:27:06 CEST 2013 armv7l
Kernel command line: console=ttyO0,115200n8 quiet drm.debug=7 
root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait
Build Date: 09 September 2013  01:21:29PM
 

HDMI is working fine in Android on the same hardware so I consider that 
hardware compatibility is established.

edid checks look good:
root@beaglebone:~# parse-edid /sys/class/drm/card0-HDMI-A-1/edid 
parse-edid: parse-edid version 2.0.0
parse-edid: EDID checksum passed.

# EDID version 1 revision 3
Section Monitor
# Block type: 2:0 3:ff
# Block type: 2:0 3:fc
Identifier DELL P2314H
VendorName DEL
ModelName DELL P2314H
# Block type: 2:0 3:ff
# Block type: 2:0 3:fc
# Block type: 2:0 3:fd
HorizSync 30-83
VertRefresh 56-76
# Max dot clock (video bandwidth) 170 MHz
# DPMS capabilities: Active off:yes  Suspend:yes  Standby:yes

Mode 1920x1080# vfreq 60.000Hz, hfreq 67.500kHz
DotClock148.50
HTimings1920 2008 2052 2200
VTimings1080 1084 1089 1125
Flags+HSync +VSync
EndMode
# Block type: 2:0 3:ff
# Block type: 2:0 3:fc
# Block type: 2:0 3:fd
EndSection

cape is enabled:
root@beaglebone:~# cat /sys/devices/bone_capemgr.9/slots
 0: 54:PF--- 
 1: 55:PF--- 
 2: 56:PF--- 
 3: 57:PF--- 
 4: ff:P-O-L Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G
 5: ff:P-O-L Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI

X starts:
root@beaglebone:~# X -verbose

X.Org X Server 1.11.2
Release Date: 2011-11-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.11.0 x86_64 
Current Operating System: Linux beaglebone 3.8.13 #1 SMP Thu Sep 12 
10:27:06 CEST 2013 armv7l
Kernel command line: console=ttyO0,115200n8 quiet drm.debug=7 
root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait
Build Date: 09 September 2013  01:21:29PM
 
Current version of pixman: 0.27.2
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Sat Jan  1 00:42:59 2000
(==) Using config file: /etc/X11/xorg.conf
(==) Using system config directory /usr/share/X11/xorg.conf.d
(==) ServerLayout Builtin Default Layout
(**) |--Screen Builtin Default fbdev Screen 0 (0)
(**) |   |--Monitor Builtin Default Monitor
(**) |   |--Device Builtin Default fbdev Device 0
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/TTF/ does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/OTF/ does not exist.
Entry deleted from font path.
(WW) The directory /usr/share/fonts/X11/Type1/ does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc/,
/usr/share/fonts/X11/100dpi/,
/usr/share/fonts/X11/75dpi/
(==) ModulePath set to /usr/lib/xorg/modules
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(II) extmod will be loaded. This was enabled by default and also 
specified in the config file.
(II) dbe will be loaded. This was enabled by default and also specified 
in the config file.
(WW) Warning, couldn't open module extmod
(II) Unloading extmod
(EE) Failed to load module extmod (module does not exist, 0)
(WW) Warning, couldn't open module dbe
(II) Unloading dbe
(EE) Failed to load module dbe (module does not exist, 0)
(WW) Warning, couldn't open module glx
(II) Unloading glx
(EE) Failed to load module glx (module does not exist, 0)
(WW) Warning, couldn't open module record
(II) Unloading record
(EE) Failed to load module record (module does not exist, 0)
(WW) Warning, couldn't open module dri
(II) Unloading dri
(EE) Failed to load module dri (module does not exist, 0)
(II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
(II) Module modesetting: vendor=X.Org Foundation
compiled for 1.11.2, module version = 0.7.0
(II) modesetting: Driver for Modesetting Kernel Drivers: kms
(--) using VT number 3

(WW) Falling back to old probe method for modesetting
(II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
(II) modesetting(0)using default device
(WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
(II) modesetting(0)Creating default Display subsection in Screen section
Builtin Default fbdev 

[beagleboard] sd card insertion causes kernel panic

2014-07-02 Thread Eric Fort
I booted my Beagle Bone Black from the onboard MMC then inserted an SD card
in the SD card slot.  Syslogd imediately began outputting messages to
numerous to capture or reproduce faithfully herin ending in kernel panic
and a system hang.  What's wrong here, and how can I get the partitions on
this card mounted?

Thanks,

Eric

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Educated Noobie: Should i start with Arduino, or Beagle?

2014-07-02 Thread William Hermans
You could also have an MSP430, Any number of Cortex M0+ ( or even M4 )
MCU's, PIC, 8051, Paralax propeller  . . .to do some of the leg work then
talking to a BBB. The list is only really limited to the number of MCU's
capable of interfacing with a BBB via I2C, SPI, or UART. There are even
some hybrids that act as sort of a USB-SPI / I2C / UART bridge.

Anyway, like what has been posted already. Need more information. As in you
need to know what your system is going to, and even then you could
potentially get 50 answers.


On Wed, Jul 2, 2014 at 1:18 PM, David Funk dwf...@gmail.com wrote:

 Some things you might not want to waste ARM resources on, and an AVR based
 board could handle those tasks and talk to the ARM.

 I can see uses for both at the same time in a robotics project.




 -david




 On Wed, Jul 2, 2014 at 2:17 PM, Marcus Diogo mvdiog...@gmail.com wrote:

 robot?
 just to walk and alot of sensores =arduino
 walk and have camera = bbb
 wifi ethernet = bbb or arduino
 like linux=bbb
 like c =arduino
 small = ardunio
 need mor information
 


 2014-07-02 12:35 GMT-03:00 plot...@gmail.com:

 Hello all,

 I want to start playing with an arduinio/beagleboard, but I don't know
 which to pick. I've heard Arduino is closer to the metal.

 Currently I want to make robots.

 Background: B.S. Physics, A.A. computer science, experience in linux,
 and C programming, Electronics/circuitry course (for my physics degree)

 I have never done any work with a microcontroller.

 So, what should I start with, arduino or beagleboard? Why?

 Thank you,

 -Plotnus





  --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBB dial up phone capability

2014-07-02 Thread Bosko Loncar
thanks. i will look into this.  i'll update when i do some testing

On Wednesday, 2 July 2014 14:48:53 UTC-4, Eric wrote:

 how about using asterisk and a usb or ethernet based ata?

 a list of apropriate hardware is here:

 http://www.voip-info.org/wiki/view/Analog+Telephone+Adapters


 On Wed, Jul 2, 2014 at 11:14 AM, Bosko Loncar blo...@scadacontinuum.com 
 javascript: wrote:

 My project requires the BBB to dial a phone number over an old fashioned 
 telephone line and play a wav file.  I haven't seen anything that will 
 allow me to do that...  is there  a modem available to use?  
  
 -- 
 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 receiving emails from it, send an 
 email to beagleboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.




-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBB dial up phone capability

2014-07-02 Thread Bosko Loncar
Will the Ethernet ones make it so I can't use the Ethernet port for 
something else?  same thing for USB... will it take up the port and not 
allow me to use it for something else?

On Wednesday, 2 July 2014 14:48:53 UTC-4, Eric wrote:

 how about using asterisk and a usb or ethernet based ata?

 a list of apropriate hardware is here:

 http://www.voip-info.org/wiki/view/Analog+Telephone+Adapters


 On Wed, Jul 2, 2014 at 11:14 AM, Bosko Loncar blo...@scadacontinuum.com 
 javascript: wrote:

 My project requires the BBB to dial a phone number over an old fashioned 
 telephone line and play a wav file.  I haven't seen anything that will 
 allow me to do that...  is there  a modem available to use?  
  
 -- 
 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 receiving emails from it, send an 
 email to beagleboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.




-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Educated Noobie: Should i start with Arduino, or Beagle?

2014-07-02 Thread Jerry Davis
I have used BBB, RPi, and arduino.

arduino is closer to real-time if you need that. However, it does only what
is programmed in C in a loop fashion. There is a setup() function and
loop() function.
just about everything is done in the loop. If you need tight integration
(real-time) with some piece of hardware, then arduino is the way to go.

BBB and RPi, are linux computers. BBB outclasses the RPi in the number and
kind of GPIOs, I2C, etc. RPi has no analog in/outs. BBB does.
However, I think the RPi has better HDMI capability.

Both the RPi and BBB are linux, so you get the capability to multi-task
with separate processes doing something/communicating with each other. You
can write your code in almost any language you can imagine. I prefer
python, but there are a choice of many others. With arduino you get their
version of C - thats it. But with all the greatness of linux, comes the
con: Linux is not realtime.

It really depends upon what you want to do. But you don't have to settle
for just an either/or situation either. You can do dedicated real-time
input/output with the arduino, and pass that along to the BBB to decide how
to react.

So if you can afford it, get both. You won't go wrong.

Jerry

On Wed, Jul 2, 2014 at 4:49 PM, William Hermans yyrk...@gmail.com wrote:

 You could also have an MSP430, Any number of Cortex M0+ ( or even M4 )
 MCU's, PIC, 8051, Paralax propeller  . . .to do some of the leg work then
 talking to a BBB. The list is only really limited to the number of MCU's
 capable of interfacing with a BBB via I2C, SPI, or UART. There are even
 some hybrids that act as sort of a USB-SPI / I2C / UART bridge.

 Anyway, like what has been posted already. Need more information. As in
 you need to know what your system is going to, and even then you could
 potentially get 50 answers.


 On Wed, Jul 2, 2014 at 1:18 PM, David Funk dwf...@gmail.com wrote:

 Some things you might not want to waste ARM resources on, and an AVR
 based board could handle those tasks and talk to the ARM.

 I can see uses for both at the same time in a robotics project.




 -david




 On Wed, Jul 2, 2014 at 2:17 PM, Marcus Diogo mvdiog...@gmail.com wrote:

 robot?
 just to walk and alot of sensores =arduino
 walk and have camera = bbb
 wifi ethernet = bbb or arduino
 like linux=bbb
 like c =arduino
 small = ardunio
 need mor information
 


 2014-07-02 12:35 GMT-03:00 plot...@gmail.com:

 Hello all,

 I want to start playing with an arduinio/beagleboard, but I don't know
 which to pick. I've heard Arduino is closer to the metal.

 Currently I want to make robots.

 Background: B.S. Physics, A.A. computer science, experience in linux,
 and C programming, Electronics/circuitry course (for my physics degree)

 I have never done any work with a microcontroller.

 So, what should I start with, arduino or beagleboard? Why?

 Thank you,

 -Plotnus





  --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
Extra Ham Operator: K7AZJ
Registered Linux User: 275424
Raspberry Pi and Arduino developer

There are 10 kinds of people in the world:
Those who can read binary and those who can't.

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Educated Noobie: Should i start with Arduino, or Beagle?

2014-07-02 Thread Robert Nelson
On Wed, Jul 2, 2014 at 7:28 PM, Jerry Davis jdaw...@gmail.com wrote:
 I have used BBB, RPi, and arduino.

 arduino is closer to real-time if you need that. However, it does only what
 is programmed in C in a loop fashion. There is a setup() function and loop()
 function.
 just about everything is done in the loop. If you need tight integration
 (real-time) with some piece of hardware, then arduino is the way to go.

Unless you use the pru on the bbb.. ;)

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Upgrading to latest Debian image without wiping all my old files and desktop preferences

2014-07-02 Thread Immutant
So does this mean that I have to use the latest Debian image dated 
2014-05-14?
http://debian.beagleboard.org/images/bone-debian-7.5-2014-05-14-2gb.img.xzAnd 
that the previous system configuration and downloaded files in my 1st BBB 
will be wiped?

On Wednesday, July 2, 2014 7:37:18 PM UTC+8, RobertCNelson wrote:

 On Wed, Jul 2, 2014 at 4:30 AM, Immutant aiki...@gmail.com javascript: 
 wrote: 
  Hello, I am a bit of a newbie here so please bear with me. 
  
  A few weeks ago, I got a BBB (Rev C), which when I logged in, they said 
 that 
  the Debian Image is dated 2014-03-27 
  There were a few software bugs in there which prevented me from shutting 
  down and installing Lighttpd. 
  
  Now, I just received the 2nd BBB, with Debian Image dated 2014-04-23. I 
  found out that this version is functioning better with less bugs. 
  
  How do I upgrade the 1st BBB from 2014-03-27 to 2014-04-23 (or even 
 newer, 
  e.g from http://beagleboard.org/latest-images/ )? 
  Is it using apt-get upgrade? 

 There was more changes underneath then just an apt-get update ; 
 apt-get upgrade 

 But: 

 sudo rm /etc/systemd/system/getty.target.wants/getty@ttyGS0.service 

 Will fix the shudown issue on 2014-03-27 

 Regards, 

 -- 
 Robert Nelson 
 http://www.rcn-ee.com/ 


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Upgrading to latest Debian image without wiping all my old files and desktop preferences

2014-07-02 Thread Robert Nelson
On Wed, Jul 2, 2014 at 8:29 PM, Immutant aikich...@gmail.com wrote:
 So does this mean that I have to use the latest Debian image dated
 2014-05-14?
 And that the previous system configuration and downloaded files in my 1st
 BBB will be wiped?

No, you don't have to upgrade. I just gave you the fix so it'll
shutdown properly

What you can do, run:

dpkg --list

and compare the software you installed/changed on both.

There really isn't anything wrong with your older verison.

You can upgrade the software via:

sudo apt-get update ; sudo apt-get upgrade

and the kernel via:

cd /opt/script/tools/
git pull
sudo ./update_kernel.sh

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] beagle bone black shuts down after 18 minutes

2014-07-02 Thread jmelson


On Wednesday, July 2, 2014 12:45:05 PM UTC-5, RobertCNelson wrote:



 Are you sure this wasn't labeled as a flasher image, 18 minutes is 
 about how long it takes to flash the eMMC with 1.7Gb of data. 

 Robert, your diagnostic skills are truly AWESOME!  I was pretty sure when 
you
mentioned the rsync running that this was the problem, but I have now 
deleted the
flash-eMMC.txt file, and the Bone has continued running for an hour.  Thanks
so much for figuring this out so quickly!

Jon 

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] beagle bone black shuts down after 18 minutes

2014-07-02 Thread jmelson


On Wednesday, July 2, 2014 10:04:54 PM UTC-5, jmelson wrote:



 On Wednesday, July 2, 2014 12:45:05 PM UTC-5, RobertCNelson wrote:



 Are you sure this wasn't labeled as a flasher image, 18 minutes is 
 about how long it takes to flash the eMMC with 1.7Gb of data. 

 Robert, your diagnostic skills are truly AWESOME!  I was pretty sure when 
 you
 mentioned the rsync running that this was the problem, but I have now 
 deleted the
 flash-eMMC.txt file, and the Bone has continued running for an hour.  
 Thanks
 so much for figuring this out so quickly!


(Ah, it was Charles who mentioned the rsync processes.)
 


 Jon 


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] beagle bone black shuts down after 18 minutes

2014-07-02 Thread Charles Steinkuehler
On 7/2/2014 10:07 PM, jmelson wrote:
 
 On Wednesday, July 2, 2014 10:04:54 PM UTC-5, jmelson wrote:

 On Wednesday, July 2, 2014 12:45:05 PM UTC-5, RobertCNelson wrote:

 Are you sure this wasn't labeled as a flasher image, 18 minutes is 
 about how long it takes to flash the eMMC with 1.7Gb of data. 

 Robert, your diagnostic skills are truly AWESOME!  I was pretty sure when 
 you
 mentioned the rsync running that this was the problem, but I have now 
 deleted the
 flash-eMMC.txt file, and the Bone has continued running for an hour.  
 Thanks
 so much for figuring this out so quickly!
 
 (Ah, it was Charles who mentioned the rsync processes.)

...but it was Robert who pointed out that it might be an eMMC flasher
image.  I totally missed that one, thanks for the help Robert!

-- 
Charles Steinkuehler
char...@steinkuehler.net

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] UART RS485 transciever setup

2014-07-02 Thread John Syn

From:  Cristian Mitu cristianr...@gmail.com
Reply-To:  beagleboard@googlegroups.com beagleboard@googlegroups.com
Date:  Wednesday, July 2, 2014 at 1:49 PM
To:  beagleboard@googlegroups.com beagleboard@googlegroups.com
Subject:  [beagleboard] UART RS485 transciever setup

 Hello guys,
 
 
 I am designing a board ( an adapter board for the BeagleBine black) that is un
 upgrade for a current system. Beacuse of this i specifically have to link a 5V
 TTL RS485 transceiver to one of the UARTs available. I am not sure what logic
 family the BeagleBone uses(though i'm guessing that it is CMOS)  and because
 of this i want to know if this old transceiver can be wired directly to the
 BeagleBone or is it unavoidable that i have to use logic level translators for
 the signals. I apologize for the newbie question and i thank you in advance
 for your response.
You will need to translate the 5V TTL signals to 3.3V before connecting to
the BBB.

Regards,
John
 
 
 PS 
 
 If you could direct me to some good drivers for RS485 communication i would be
 overwhelmed with joy and eternally grateful :)
 
 -- 
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] beagle bone black shuts down after 18 minutes

2014-07-02 Thread Robert Nelson
On Wed, Jul 2, 2014 at 10:14 PM, Charles Steinkuehler
char...@steinkuehler.net wrote:
 On 7/2/2014 10:07 PM, jmelson wrote:

 On Wednesday, July 2, 2014 10:04:54 PM UTC-5, jmelson wrote:

 On Wednesday, July 2, 2014 12:45:05 PM UTC-5, RobertCNelson wrote:

 Are you sure this wasn't labeled as a flasher image, 18 minutes is
 about how long it takes to flash the eMMC with 1.7Gb of data.

 Robert, your diagnostic skills are truly AWESOME!  I was pretty sure when
 you
 mentioned the rsync running that this was the problem, but I have now
 deleted the
 flash-eMMC.txt file, and the Bone has continued running for an hour.
 Thanks
 so much for figuring this out so quickly!

 (Ah, it was Charles who mentioned the rsync processes.)

 ...but it was Robert who pointed out that it might be an eMMC flasher
 image.  I totally missed that one, thanks for the help Robert!

Of course, on the next release round, Charles's cylon led's will make
the flashing process much more obvious. ;)

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Educated Noobie: Should i start with Arduino, or Beagle?

2014-07-02 Thread William Hermans
The term real time is subjective in this context anyhow. There is always
going to be latency, it is just a matter of how much you can put up with.
After all we're not talking about some medical device, or Automobile
control system. UAV ?

But looking at this from an automobile perspective, you have a main
computer system with many MCU's Performing sometimes critical tasks, and
communicating back and forth with this main system via CANBus.

The OP really needs to define Robot more clearly. I mean we're not
talking about an AT-AT walker model with stepper motors, while also having
the ability to walk around are we ? . . .


On Wed, Jul 2, 2014 at 5:30 PM, Robert Nelson robertcnel...@gmail.com
wrote:

 On Wed, Jul 2, 2014 at 7:28 PM, Jerry Davis jdaw...@gmail.com wrote:
  I have used BBB, RPi, and arduino.
 
  arduino is closer to real-time if you need that. However, it does only
 what
  is programmed in C in a loop fashion. There is a setup() function and
 loop()
  function.
  just about everything is done in the loop. If you need tight integration
  (real-time) with some piece of hardware, then arduino is the way to go.

 Unless you use the pru on the bbb.. ;)

 Regards,

 --
 Robert Nelson
 http://www.rcn-ee.com/

 --
 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 receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.