[beagleboard] Re: BeagleBone Black touch input problem with ESD protection

2014-02-27 Thread Piotr Murawski
I hope, you have solved the problem. If not, I'm hurry with the answer!

1) I had to connect a 10 inch resistive touchscreen, and go t the same 
issue. 
2) The explanation is capacitance of the touch screen, which is a bit 
bigger then anything, the driver author had to deal with. BTW, quite 
surprising that they have not taken this to account, I'll explain in next 
point. 
3) If you look in the ti_am335x_tsc driver, there is a charge phase, 
which load charge into touchscreen surfaces, which if not touched are like 
capacitor.  This capacitor needs time to charge, so if the charging time is 
too short, the false touch is detected. Adding ESD protection increases 
capacitance!
4) The driver sets the charging time to 1 clock tick! That's, in my opinion 
a huge bug. Just ignorance of the topic knowledge. 
5) In order to fix the issue, you need to recompile ti_am335x_tsc driver, 
before do two modifications:
   - linux-dev/KERNEL/inlcude/linux/mfd/ti_am335xtscadc.h : 
   #define CHARGEDLY_OPENDLYCHARGEDLY_OPEN(*100*) 
 also, I have increased sampling time, not sure if needed:
   #define STEPCONIG_SAMPLEDLY STEPDELAY_SMAPLE(*10*)

   - linux-dev/KERNEL/drivers/input/touchscreen/ti_am335x_tsc.c:  (line 
around 276)   
  z /= z2;  -  z/=z1;
  (another silly bug)

Let me know if this helped. 

I have send some time before I have figure out that if cope configuration 
is loaded as overlayed, the driver shall be modproed after loading the 
cape config. This is not the case when cape configuration is discovered 
using EEPROM. So, I have also made this driver a module.  

Regards, 
Piotr.


W dniu środa, 5 lutego 2014 17:09:05 UTC+1 użytkownik moore.cyril napisał:

 Hi Guys,

 I have been working on an expansion board for the BBB that includes a 
 resistive LCD touchscreen. The problem that we are having is that our ESD 
 protection diodes seem to break the break the touch input. 


 We are using a 4 wire touch interface on AN0, AN1, AN2, and  AN3. The 
 symptom we are seeing is that when the diode is connected to the touch 
 interrupt seems to be triggered inconsistently. 

 When checking the signals with a scope, it shows that the interrupt seems 
 to work fine until an application that uses touch is run then it becomes 
 inconsistent. This does not happen if the ESD diode is removed. The apps we 
 are running are the Qt calibration and Qt touch test. Looking at the raw 
 data from the touch device from within Linux on the BBB we see a steady 
 stream of data before a touch app is run, then inconsistent data streams 
 once a touch app is running AND after the app closes.  Again this symptom 
 does not happen with the diode removed.


 My question is 2 parts:

 1)What could be happening that would make the touch interrupt inconsistent 
 only when that diode is present AND one of these applications is run?


 2) Do we really need additional ESD protection? Does Anyone have any 
 experience with a BBB and a heavy usage resistive touch screen, that is not 
 have additional ESD protection? In the two cape examples I looked at 
 additional ESD protection is not used.  



 This is the ESD part that we are using: 
 http://www.comchiptech.com/cms/UserFiles/CPDT6-5V4U%20RevD364097.pdf

 Thanks 

 Cyril


-- 
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/groups/opt_out.


Re: [beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-02-27 Thread Gerald Coley
26 week times is not true. That is what the computer systems spits out to
show when the WHOLE PO is filled!

We are shipping daily as you can clearly see!!

Gerald



On Wed, Feb 26, 2014 at 11:53 PM, Venkat Bommakanti achar...@gmail.comwrote:

 Just got an email alert - 26 week backorder time !
 Great (unfair) free market forces in play ;!)
 We definitely don't see the member count of grps such as this swell at
 these rates...
 We need some semblance of fairness here, no ;?)

 --
 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/groups/opt_out.


-- 
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/groups/opt_out.


[beagleboard] Help

2014-02-27 Thread gp . lorusso
Italiano mi può aiutare in un progetto con il nero BeagleBoard?

-- 
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/groups/opt_out.


[beagleboard] help

2014-02-27 Thread Gerardo Lo Russo
Italian can help me in a project with BeagleBoard black?

-- 
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/groups/opt_out.


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

2014-02-27 Thread aravindk2604
Thanks Piyush.
It helped.

On Tuesday, April 30, 2013 3:42:04 AM UTC+5:30, Piyush Agarwal wrote:

 Hi Kenny,

 As Jason noted the installer is unsigned, this means you need to restart 
 Windows 8 in the mode where it allows you to install unsigned drivers.

 Here's a quick step-by-step guide:

 1. Press win+c on the keyboard to bring up the charms side bar (or move 
 mouse to right top corner of the screen)

 2. Click the Settings button.

 3. Click the Change PC Settings at the bottom of the sidebar.

 4. On screen that shows up, select the General option from the sidebar 
 then scroll down the page that appears.

 5. Click the Restart now button under the Advanced startup section.

 6. You will momentarily see the restarting screen, then it will switch to 
 a blue screen titled Choose an option

 7. Click the Troubleshoot button.

 8. Click Advanced options.

 9. Click Startup Settings

 10. Click Restart

 11. You should then see a Startup Settings screen after your computer 
 reboots.

 12. Press 7 or F7 on your keyboard to Disable driver signature enforcement

 13. Now Windows 8 will continue starting up.

 14. Log-in as normal, and then run BONE_D64.exe again

 15. Now you should see 4 warning dialogs about unsigned driver 
 installation, click OK for all of them.

 Then you should be good to go!


 Hope that helps,

 Piyush

 On Sunday, April 28, 2013 11:05:53 AM UTC-4, Kenny Lindberg wrote:

 Trying to install software for my Beaglebone Black on Win8-64 and 
 dpinst.exe fails.
 OSX seems to work, so I don't think it's a hardware issue.

 Is there a work around?

 Kenny



-- 
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/groups/opt_out.


[beagleboard] BBB booting without gui ( gdm.service disabled ) stops ssh login.

2014-02-27 Thread Matteo D.B.
Hi guys,
i disabled gdm service cause i don't need a desktop 

systemctl disable gdm.service

After reboot the login via ssh is unable i.e. my desktop cannot see  the 
beagle bone board attached as usb gadget while bbb is fully functional.
Is it normal ? How to connect back to the board?

 

-- 
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/groups/opt_out.


[beagleboard] GSoC 2014 idea

2014-02-27 Thread Tianlei Zhang
hi, guys:

This is Zhang Tianlei, a PHD candidate of Computer Science, Tsinghua University 
@BeiJing, China.

I've spend most of my time building Intelligent System. We've built a 
driveless car that has already passed the highway test and now we are 
target at urban environment. I designed the software and hardware 
architecture, using ROS and Ubuntu, I use OpenCV a lot...on Lane and 
Traffic Sign detection modules.

So my idea is that* could we use BeagleBoard Black to build a educational 
tiny version of that expensive research car and teach kids about autonomous 
driving staff?*

*here are some example based on X86 framework: 
**http://blog.shixiong.org/?p=163 
http://blog.shixiong.org/?p=163*

We've done a little bit work at high schools and lecture hall back at 
china, it's well accepted.

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/groups/opt_out.


Re: [beagleboard] project: Documentation for BeagleBone and BeagleBone Black

2014-02-27 Thread Gerald Coley
http://www.elinux.org/Beagleboard:BeagleBoneBlack

Gerald


On Thu, Feb 27, 2014 at 2:47 AM, Benke László benkelac...@gmail.com wrote:

 Hi!

 I am Laszlo Benke, from Hungary, Budapest. I would like to participate in
 GSOC 2014. My mayor is electrical engineer (M.Sc.). I design basic
 circuits, I was dealing with STM32, PSoC and Arduino systems. I had a big
 project with Kinect (robot arm controlling by hand movement). Nowadays
 mostly I am working with C# and PLC systems.

  I am interresting this project: Documentation for BeagleBone and
 BeagleBone Black.
 Could you help me and answer some questions?  Unfortunately in Hungary the
 Beaglebone shipping only available again end of the March. How to get it
 soon?
 On the other hand I have an own idea (as project) as well, but I do not
 know what conditions must be pass.

 Thank you for your answer!

 Best regards,
  Laszlo Benke

 --
 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/groups/opt_out.


-- 
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/groups/opt_out.


Re: [beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-02-27 Thread Eric Palmer
http://www.microcenter.com/product/430528/BeagleBone_Black

I ordered one on Friday and go it on Tuesday.  Not sure if they are still
in stock. $5 premium.  = $49




On Thu, Feb 27, 2014 at 9:17 AM, Gerald Coley ger...@beagleboard.orgwrote:

 26 week times is not true. That is what the computer systems spits out to
 show when the WHOLE PO is filled!

 We are shipping daily as you can clearly see!!

 Gerald



 On Wed, Feb 26, 2014 at 11:53 PM, Venkat Bommakanti achar...@gmail.comwrote:

 Just got an email alert - 26 week backorder time !
 Great (unfair) free market forces in play ;!)
 We definitely don't see the member count of grps such as this swell at
 these rates...
 We need some semblance of fairness here, no ;?)

 --
 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/groups/opt_out.


  --
 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/groups/opt_out.




-- 
Eric Palmer

-- 
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/groups/opt_out.


Re: [beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-02-27 Thread Anil Gupta
I would once again request that as many facts as possible be published
regularly.  It can be weekly shipments by region, and known backlog, as
inaccurate as the latter might be.  In a difficult situation, without
facts, anecdotes and stories will take over.

As an anecdote: Adafruit doesn't take back orders--they just notify you
when the product is in stock.  They've shown zero availability continuously
since Jan 29.


On Thu, Feb 27, 2014 at 7:47 PM, Gerald Coley ger...@beagleboard.orgwrote:

 26 week times is not true. That is what the computer systems spits out to
 show when the WHOLE PO is filled!

 We are shipping daily as you can clearly see!!

 Gerald



 On Wed, Feb 26, 2014 at 11:53 PM, Venkat Bommakanti achar...@gmail.comwrote:

 Just got an email alert - 26 week backorder time !
 Great (unfair) free market forces in play ;!)
 We definitely don't see the member count of grps such as this swell at
 these rates...
 We need some semblance of fairness here, no ;?)

 --
 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/groups/opt_out.


  --
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups BeagleBoard group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/beagleboard/Z3JfUIkxOl8/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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/groups/opt_out.


Re: [beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-02-27 Thread Gerald Coley
I will continue to show shipment numbers per day. Nothing more.

Gerald



On Thu, Feb 27, 2014 at 8:27 AM, Anil Gupta anil.gupta...@gmail.com wrote:

 I would once again request that as many facts as possible be published
 regularly.  It can be weekly shipments by region, and known backlog, as
 inaccurate as the latter might be.  In a difficult situation, without
 facts, anecdotes and stories will take over.

 As an anecdote: Adafruit doesn't take back orders--they just notify you
 when the product is in stock.  They've shown zero availability continuously
 since Jan 29.


 On Thu, Feb 27, 2014 at 7:47 PM, Gerald Coley ger...@beagleboard.orgwrote:

 26 week times is not true. That is what the computer systems spits out to
 show when the WHOLE PO is filled!

 We are shipping daily as you can clearly see!!

 Gerald



 On Wed, Feb 26, 2014 at 11:53 PM, Venkat Bommakanti 
 achar...@gmail.comwrote:

 Just got an email alert - 26 week backorder time !
 Great (unfair) free market forces in play ;!)
 We definitely don't see the member count of grps such as this swell at
 these rates...
 We need some semblance of fairness here, no ;?)

 --
 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/groups/opt_out.


  --
 For more options, visit http://beagleboard.org/discuss
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups BeagleBoard group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/beagleboard/Z3JfUIkxOl8/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 beagleboard+unsubscr...@googlegroups.com.

 For more options, visit https://groups.google.com/groups/opt_out.


  --
 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/groups/opt_out.


-- 
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/groups/opt_out.


Re: [beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-02-27 Thread Giuseppe Iellamo
Just to say 

our order on RS (italy) placed one month ago got cancelled. And now they 
say it will be available on July. 


Il giorno giovedì 27 febbraio 2014 15:30:03 UTC+1, Gerald ha scritto:

 I will continue to show shipment numbers per day. Nothing more.

 Gerald



 On Thu, Feb 27, 2014 at 8:27 AM, Anil Gupta anil.g...@gmail.comjavascript:
  wrote:

 I would once again request that as many facts as possible be published 
 regularly.  It can be weekly shipments by region, and known backlog, as 
 inaccurate as the latter might be.  In a difficult situation, without 
 facts, anecdotes and stories will take over.

 As an anecdote: Adafruit doesn't take back orders--they just notify you 
 when the product is in stock.  They've shown zero availability continuously 
 since Jan 29.


 On Thu, Feb 27, 2014 at 7:47 PM, Gerald Coley 
 ger...@beagleboard.orgjavascript:
  wrote:

 26 week times is not true. That is what the computer systems spits out 
 to show when the WHOLE PO is filled!

 We are shipping daily as you can clearly see!!

 Gerald



 On Wed, Feb 26, 2014 at 11:53 PM, Venkat Bommakanti 
 acha...@gmail.comjavascript:
  wrote:

 Just got an email alert - 26 week backorder time !
 Great (unfair) free market forces in play ;!)
 We definitely don't see the member count of grps such as this swell at 
 these rates...
 We need some semblance of fairness here, no ;?)

 -- 
 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/groups/opt_out.


  -- 
 For more options, visit http://beagleboard.org/discuss
 --- 
 You received this message because you are subscribed to a topic in the 
 Google Groups BeagleBoard group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/beagleboard/Z3JfUIkxOl8/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to 
 beagleboard...@googlegroups.com javascript:.

 For more options, visit https://groups.google.com/groups/opt_out.


  -- 
 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/groups/opt_out.




-- 
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/groups/opt_out.


[beagleboard] Re: OS for BBB

2014-02-27 Thread Thomas Cort
 Which OS do you guys use for BeagleBone? And can you mention why you like 
it?

I use Minix. I like it because it's open source (BSD licensed), got a great 
community, and is easy to develop/customize.

More info here: http://wiki.minix3.org/DevelopersGuide/MinixOnARM

On Thursday, February 27, 2014 2:31:52 AM UTC-5, Hari Krishna Malladi wrote:

 Hey folks,

 Which OS do you guys use for BeagleBone? And can you mention why you like 
 it?

 I use Angstrom solely for the Bonescript library and because it supports 
 my MT7601 based WiFi dongle without much hassle.
  

-- 
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/groups/opt_out.


RE: [beagleboard] Raspberry Pints

2014-02-27 Thread William Pretty Security
I found it too, Let me take a look.

 

http://www.packtpub.com/building-a-home-security-system-with-beaglebone/book

 

From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On 
Behalf Of Bryan Wilder
Sent: Wednesday, February 26, 2014 11:07 PM
To: beagleboard@googlegroups.com
Subject: Re: [beagleboard] Raspberry Pints

 

It's available for download but I'm not sure how big it is.I tried to open it 
for a copy/paste but can't find any logical code.

Open a web browser and navigate to 
https://github.com/RaspberryPints/RaspberryPints. Click the “Releases” button. 
The most recent version appears at the top. Click “Source Code (zip)” unless 
you already know that you want a previous version.

 

Did I mention I have a VERY steep learning curve here?

 



On Wednesday, February 26, 2014 9:01:30 PM UTC-6, William Pretty Security wrote:

Do you have the source code for “RaspBerrypints” ?

 

http://www.packtpub.com/building-a-home-security-system-with-beaglebone/book

 

From: beagl...@googlegroups.com javascript:  
[mailto:beagl...@googlegroups.com javascript: ] On Behalf Of Bryan Wilder
Sent: Wednesday, February 26, 2014 9:30 PM
To: beagl...@googlegroups.com javascript: 
Subject: [beagleboard] Raspberry Pints

 

OK. EXTREME Noob here so please bear with me and use small words, spoken 
slowly!!

 

I'm a homebrewer, (i.e., beer). I bought a BBB a couple of months ago to play 
with and ultimately use for an automated brewery build but I got impatient and 
used other methods. So I now have a new BBB and came across another homebrew 
related project that I aspire to complete. Long story short, I'd like to find a 
way to use RaspberryPints, (http://raspberrypints.com/), code on my BBB. 
RaspberryPints is a digital taplist for kegerators written in Raspian. I have 
an upright freezer that will house 5 different beers and would like to use BBB 
to power it, (along with helping control the temp and providing security via a 
solenoid lock, but I digress).

 

My thought so far is that I need to install Debian, run Chromium and then I can 
install the RaspberryPints code with little to no alteration. Before I went 
through that learning curve, however, I was hoping one of you fine 
chaps/chap(ets) would give me your insight. Again, I'm a simpleton so feel free 
to lay it out as clearly as possible.

 

Much obliged!

Bryan

-- 
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/groups/opt_out.

No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4335 / Virus Database: 3705/7128 - Release Date: 02/26/14

  _  

No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4335 / Virus Database: 3705/7126 - Release Date: 02/26/14

-- 
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/groups/opt_out.



No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4335 / Virus Database: 3705/7129 - Release Date: 02/27/14

  _  

No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4335 / Virus Database: 3705/7129 - Release Date: 02/27/14

-- 
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/groups/opt_out.


RE: [beagleboard] Raspberry Pints - Looked at Zip file

2014-02-27 Thread William Pretty Security
Ok

 

I took a look at the zip file and it appears to be code that is designed to run 
with a web browser.

As opposed to C++ or some other compiled language.

 

Have you tried running it on a RasPi ? 

Given the price of RasPi’s and the availability of BBB’s that is what I would 
do.

 

Good Luck.

 

Bill

 

http://www.packtpub.com/building-a-home-security-system-with-beaglebone/book

 

From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On 
Behalf Of Bryan Wilder
Sent: Wednesday, February 26, 2014 11:07 PM
To: beagleboard@googlegroups.com
Subject: Re: [beagleboard] Raspberry Pints

 

It's available for download but I'm not sure how big it is.I tried to open it 
for a copy/paste but can't find any logical code.

Open a web browser and navigate to 
https://github.com/RaspberryPints/RaspberryPints. Click the “Releases” button. 
The most recent version appears at the top. Click “Source Code (zip)” unless 
you already know that you want a previous version.

 

Did I mention I have a VERY steep learning curve here?

 



On Wednesday, February 26, 2014 9:01:30 PM UTC-6, William Pretty Security wrote:

Do you have the source code for “RaspBerrypints” ?

 

http://www.packtpub.com/building-a-home-security-system-with-beaglebone/book

 

From: beagl...@googlegroups.com javascript:  
[mailto:beagl...@googlegroups.com javascript: ] On Behalf Of Bryan Wilder
Sent: Wednesday, February 26, 2014 9:30 PM
To: beagl...@googlegroups.com javascript: 
Subject: [beagleboard] Raspberry Pints

 

OK. EXTREME Noob here so please bear with me and use small words, spoken 
slowly!!

 

I'm a homebrewer, (i.e., beer). I bought a BBB a couple of months ago to play 
with and ultimately use for an automated brewery build but I got impatient and 
used other methods. So I now have a new BBB and came across another homebrew 
related project that I aspire to complete. Long story short, I'd like to find a 
way to use RaspberryPints, (http://raspberrypints.com/), code on my BBB. 
RaspberryPints is a digital taplist for kegerators written in Raspian. I have 
an upright freezer that will house 5 different beers and would like to use BBB 
to power it, (along with helping control the temp and providing security via a 
solenoid lock, but I digress).

 

My thought so far is that I need to install Debian, run Chromium and then I can 
install the RaspberryPints code with little to no alteration. Before I went 
through that learning curve, however, I was hoping one of you fine 
chaps/chap(ets) would give me your insight. Again, I'm a simpleton so feel free 
to lay it out as clearly as possible.

 

Much obliged!

Bryan

-- 
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/groups/opt_out.

No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4335 / Virus Database: 3705/7128 - Release Date: 02/26/14

  _  

No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4335 / Virus Database: 3705/7126 - Release Date: 02/26/14

-- 
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/groups/opt_out.



No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4335 / Virus Database: 3705/7129 - Release Date: 02/27/14

  _  

No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4335 / Virus Database: 3705/7129 - Release Date: 02/27/14

-- 
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/groups/opt_out.


[beagleboard] Beaglebone Black Ubuntu playing Music

2014-02-27 Thread Harry May
since the standard Audio cape is not available, I purchased the DVID-02 
cape which has HDMI and also the Audio TVL3106 chip which is the same as on 
the normal Audio cape.

I was in anticipation of a nightmare configuring that all (since this cape 
is marked as incompatible with the BBB), I had low expectation of getting 
it working.
But fortunately this job was done in a few hours and the Audio is working 
great !

This is how to get it running under Ubuntu:

1) install the BB-BONE-DVID-02 cape, switch on power and login via ssh (no 
HDMI !)

2) install the ALSA file:
apt-get install alsa-base, alsa-utils

3) check if the TVL3106 can be accessed via I2C interface:
i2cdetect -y -r 1
should show the chip at address 1b

lets test if a write/read access is possible:
write some data: i2cset -y 1 0x1b 2 3
read it back: i2cget -y 1 0x1b 2
this should return: 3

4) lets see if a sound chip is detected:
aplay -l
no sound is detected, thats ok and we will activate it in the next step.

5) prepare the uEnv.txt file
go to the uboot directory and open the file uEnv.txt
(Attention: this file is on the eMMC and also on SD Card, so be sure to 
open the file used for booting !).
add/modify this line:
optargs=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN,BB-BONE-EMMC-2G,BB-BONE-DVID
 
capemgr.enable_partno=BB-BONE-AUDI-01

this disables the HDMI (which is required, since the DVID cape is not 
compatoble with HDMI)
and also disables the eMMC (since I am only using the SD card for Ubuntu, 
you may do that different)
and (thats the trick): enables the BB-BONE-AUDI-01

Our board is not the BB-BONE-AUDI-01, but since both boards are using the 
same sound chip, we simple use the drivers for the BB-BONE-AUDI-01 board
which works fine with our DVID-02 board.

6) reboot the BBB

7) after rebooting lets check the system log:
dmesg

this will show that Ubuntu found our DVID-02 board, but the installation 
failed. This is ok, since this board is not compatible with the BBB.

[2.881593] bone-capemgr bone_capemgr.9: failed to load firmware 
'BB-BONE-DVID-02-00A1.dtbo'
[2.890507] bone-capemgr bone_capemgr.9: loader: failed to load slot-0 
BB-BONE-DVID-02:00A1 (prio 0)

But it also shows that the BB-BONE-AUDI-01 was installed successfully and 
the drivers are loaded:

[2.900093] bone-capemgr bone_capemgr.9: slot #7: Requesting part 
number/version based 'BB-BONE-AUDI-01-00A0.dtbo
[2.927274] bone-capemgr bone_capemgr.9: slot #7: Requesting firmware 
'BB-BONE-AUDI-01-00A0.dtbo' for board-name 'Override Board Name', version 
'00A0'
[2.976130] bone-capemgr bone_capemgr.9: slot #7: dtbo 
'BB-BONE-AUDI-01-00A0.dtbo' loaded; converting to live tree
[3.013599] bone-capemgr bone_capemgr.9: slot #7: #5 overlays

8) next lets check the slots file:
ubuntu@arm:~$ cat /sys/devices/bone_capemgr.*/slots
 1: 55:PF--- 
 2: 56:PF--- 
 3: 57:PF--- 
 4: ff:P-O-- Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G
 5: ff:P-O-- Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI
 6: ff:P-O-- Bone-Black-HDMIN,00A0,Texas Instrument,BB-BONELT-HDMIN
 7: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-BB-BONE-AUDI-01

as we can see, the HDMI and eMMC are not loaded, but the BONE-AUDI-01 is 
loaded,
so it should be working.

9) lets test again if a sound chip is found:
ubuntu@arm:~$ aplay -l
 List of PLAYBACK Hardware Devices 
card 0: EVM [DA830 EVM], device 0: AIC3X tlv320aic3x-hifi-0 []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

yes, it is found.

10) now let us test if its working
connect a speaker/headphone to audio out (speaker only with an amplifier 
since the volume is very low)
and enter:
speaker-test -t sine

now we can hear a sine wave tone.

11) lets play music
take a WAV file and play it:
aplay -t wav mymusic.wav

Thats it, it was much easier than expected

good luck
Harry

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [beagleboard] Wired boot problem

2014-02-27 Thread Gerald Coley
The factory image does enable HDMI by default. Sounds like it does not like
your monitor.

http://www.elinux.org/Beagleboard:BeagleBoneBlack_HDMI

For flashing questions

http://www.elinux.org/Beagleboard:Updating_The_Software

Gerald



On Thu, Feb 27, 2014 at 10:25 AM, walter harms wha...@bfs.de wrote:

 hi list,
 i have a new BB Black and got a boot probelm even before i could start
 playing with the hardware.

 1. The factory image does not enable HDMI or so so i have no output at all

 2. I tried to install a new image and wrote the
 BBB-eMMC-flasher-2013.09.04.img
to a SDcard
 2a. i tried to flash, via pressing S2 - nothing happens

 3. BUT The system is booting from SDcard fine

 Anyone an idea what is going on ?

 re,
  wh

 --
 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/groups/opt_out.


-- 
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/groups/opt_out.


[beagleboard] Wired boot problem

2014-02-27 Thread walter harms
hi list,
i have a new BB Black and got a boot probelm even before i could start
playing with the hardware.

1. The factory image does not enable HDMI or so so i have no output at all

2. I tried to install a new image and wrote the BBB-eMMC-flasher-2013.09.04.img
   to a SDcard
2a. i tried to flash, via pressing S2 - nothing happens

3. BUT The system is booting from SDcard fine

Anyone an idea what is going on ?

re,
 wh

-- 
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/groups/opt_out.


Re: [beagleboard] Re: OS for BBB

2014-02-27 Thread William Hermans
So, just reading the above link for minix which i thought sounded
interesting. However . . .

No USB
No ADC
No PWM
No SPI
No Audio

Seems to be also based on ARMEL  Someone correct me if wrong here.

All of the above are important in my book. With the exception of audio.
Also, no mention of UART ( but does mention tty (Terminal) ) ?

Anyhow, I use Debian. Firstly because I have had years of experience with
Debian on the desktop. Secondly Debian is very well documented all over the
internet. An answer in 90% of cases is only a google session away - when
needed. Also, a good bit of the community here uses / supports it.

The first reason above is the major reason I use Debian. In a word:
Familiarity


On Thu, Feb 27, 2014 at 7:54 AM, Thomas Cort linuxg...@gmail.com wrote:

  Which OS do you guys use for BeagleBone? And can you mention why you
 like it?

 I use Minix. I like it because it's open source (BSD licensed), got a
 great community, and is easy to develop/customize.

 More info here: http://wiki.minix3.org/DevelopersGuide/MinixOnARM


 On Thursday, February 27, 2014 2:31:52 AM UTC-5, Hari Krishna Malladi
 wrote:

 Hey folks,

 Which OS do you guys use for BeagleBone? And can you mention why you like
 it?

 I use Angstrom solely for the Bonescript library and because it supports
 my MT7601 based WiFi dongle without much hassle.

  --
 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/groups/opt_out.


-- 
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/groups/opt_out.


Re: [beagleboard] Re: OS for BBB

2014-02-27 Thread William Hermans
I should also point out that in the PC / x86 world Debian is know to be
very solid / stable. MY experiences with Debian on the Beaglebone black has
been no different.


On Thu, Feb 27, 2014 at 10:54 AM, William Hermans yyrk...@gmail.com wrote:

 So, just reading the above link for minix which i thought sounded
 interesting. However . . .

 No USB
 No ADC
 No PWM
 No SPI
 No Audio

 Seems to be also based on ARMEL  Someone correct me if wrong here.

 All of the above are important in my book. With the exception of audio.
 Also, no mention of UART ( but does mention tty (Terminal) ) ?

 Anyhow, I use Debian. Firstly because I have had years of experience with
 Debian on the desktop. Secondly Debian is very well documented all over the
 internet. An answer in 90% of cases is only a google session away - when
 needed. Also, a good bit of the community here uses / supports it.

 The first reason above is the major reason I use Debian. In a word:
 Familiarity


 On Thu, Feb 27, 2014 at 7:54 AM, Thomas Cort linuxg...@gmail.com wrote:

  Which OS do you guys use for BeagleBone? And can you mention why you
 like it?

 I use Minix. I like it because it's open source (BSD licensed), got a
 great community, and is easy to develop/customize.

 More info here: http://wiki.minix3.org/DevelopersGuide/MinixOnARM


 On Thursday, February 27, 2014 2:31:52 AM UTC-5, Hari Krishna Malladi
 wrote:

 Hey folks,

 Which OS do you guys use for BeagleBone? And can you mention why you
 like it?

 I use Angstrom solely for the Bonescript library and because it supports
 my MT7601 based WiFi dongle without much hassle.

  --
 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/groups/opt_out.




-- 
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/groups/opt_out.


Re: [beagleboard] Re: OS for BBB

2014-02-27 Thread William Hermans
I use Robert Nelsons kernel with custom kernel settings via menuconfig.
E.G. I follow his compile from source instructions. Last I paid attention
to version I think it was 7.1. I have been waiting some for the 3.12.x /
3.13.x kernel to settle down some.


On Thu, Feb 27, 2014 at 11:06 AM, Eric Palmer e...@ericfpalmer.com wrote:

 William, which version are you using. I'm new (3 days) to BBB and loaded
 wheezy 7.2 last night. So far so good.

 Eric


 On Thu, Feb 27, 2014 at 12:57 PM, William Hermans yyrk...@gmail.comwrote:

 I should also point out that in the PC / x86 world Debian is know to be
 very solid / stable. MY experiences with Debian on the Beaglebone black has
 been no different.


 On Thu, Feb 27, 2014 at 10:54 AM, William Hermans yyrk...@gmail.comwrote:

 So, just reading the above link for minix which i thought sounded
 interesting. However . . .

 No USB
 No ADC
 No PWM
 No SPI
  No Audio

 Seems to be also based on ARMEL  Someone correct me if wrong here.

 All of the above are important in my book. With the exception of audio.
 Also, no mention of UART ( but does mention tty (Terminal) ) ?

 Anyhow, I use Debian. Firstly because I have had years of experience
 with Debian on the desktop. Secondly Debian is very well documented all
 over the internet. An answer in 90% of cases is only a google session away
 - when needed. Also, a good bit of the community here uses / supports it.

 The first reason above is the major reason I use Debian. In a word:
 Familiarity


 On Thu, Feb 27, 2014 at 7:54 AM, Thomas Cort linuxg...@gmail.comwrote:

  Which OS do you guys use for BeagleBone? And can you mention why you
 like it?

 I use Minix. I like it because it's open source (BSD licensed), got a
 great community, and is easy to develop/customize.

 More info here: http://wiki.minix3.org/DevelopersGuide/MinixOnARM


 On Thursday, February 27, 2014 2:31:52 AM UTC-5, Hari Krishna Malladi
 wrote:

 Hey folks,

 Which OS do you guys use for BeagleBone? And can you mention why you
 like it?

 I use Angstrom solely for the Bonescript library and because it
 supports my MT7601 based WiFi dongle without much hassle.

  --
 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/groups/opt_out.



  --
 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/groups/opt_out.




 --
 Eric Palmer

 --
 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/groups/opt_out.


-- 
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/groups/opt_out.


Re: [beagleboard] Re: OS for BBB

2014-02-27 Thread Eric Palmer
William, which version are you using. I'm new (3 days) to BBB and loaded
wheezy 7.2 last night. So far so good.

Eric


On Thu, Feb 27, 2014 at 12:57 PM, William Hermans yyrk...@gmail.com wrote:

 I should also point out that in the PC / x86 world Debian is know to be
 very solid / stable. MY experiences with Debian on the Beaglebone black has
 been no different.


 On Thu, Feb 27, 2014 at 10:54 AM, William Hermans yyrk...@gmail.comwrote:

 So, just reading the above link for minix which i thought sounded
 interesting. However . . .

 No USB
 No ADC
 No PWM
 No SPI
  No Audio

 Seems to be also based on ARMEL  Someone correct me if wrong here.

 All of the above are important in my book. With the exception of audio.
 Also, no mention of UART ( but does mention tty (Terminal) ) ?

 Anyhow, I use Debian. Firstly because I have had years of experience with
 Debian on the desktop. Secondly Debian is very well documented all over the
 internet. An answer in 90% of cases is only a google session away - when
 needed. Also, a good bit of the community here uses / supports it.

 The first reason above is the major reason I use Debian. In a word:
 Familiarity


 On Thu, Feb 27, 2014 at 7:54 AM, Thomas Cort linuxg...@gmail.com wrote:

  Which OS do you guys use for BeagleBone? And can you mention why you
 like it?

 I use Minix. I like it because it's open source (BSD licensed), got a
 great community, and is easy to develop/customize.

 More info here: http://wiki.minix3.org/DevelopersGuide/MinixOnARM


 On Thursday, February 27, 2014 2:31:52 AM UTC-5, Hari Krishna Malladi
 wrote:

 Hey folks,

 Which OS do you guys use for BeagleBone? And can you mention why you
 like it?

 I use Angstrom solely for the Bonescript library and because it
 supports my MT7601 based WiFi dongle without much hassle.

  --
 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/groups/opt_out.



  --
 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/groups/opt_out.




-- 
Eric Palmer

-- 
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/groups/opt_out.


[beagleboard] Accelerometer/gyroscope for BBB? (MPU-6050)

2014-02-27 Thread Michael Bradshaw

Hello everyone,

Im building a quadrotor for an engineering project, I am using a BBB.  I 
have some hardware available on hand and was looking to see if it could be 
used with the BBB.  I will have a few posts this one is just on the 
accelerometer/gyroscope.

this is the data sheet for it: 
http://invensense.com/mems/gyro/documents/PS-MPU-6000A-00v3.4.pdf

more specifically i will be using the MPU-6050.

please let me know about any additional info you need to make this 
determination, I'm still learning whats important to post and what is not 
(newbie, guilty)

thank you for your time,
Michael

-- 
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/groups/opt_out.


Re: [beagleboard] Re: which os

2014-02-27 Thread William Hermans
For what it is worth. I got my beaglebone black last year when they were
first being sold to the public( we had two on pre-order). At the time I was
working with the MSP430 launchpad, and talking back and forth with several
people from this community about the BBB as we all were learning.

What I found is that Angstrom was counter productive when it came to do
almost anything. NO documentation that I could find, and everything was
like pulling teeth. Much like how many Linux distributions were 10+ years
ago . . . Personally I prefer forward progress with any OS I do use.

So after about a week of trying to no avail, I found Roberts compile from
source instructions for Debian. Since then, I have never looked back.
Everything is solid. Granted you may not get the package list an x86 distro
may have, but that has everything to do with the architecture, and nothing
to do with the distro.


On Wed, Feb 26, 2014 at 6:01 PM, Eric Palmer e...@ericfpalmer.com wrote:

 Thanks

 I will have one BBB for data acquisition (temp, light levels, other) and
 they will be on wifi initially. Maybe ZigBee later. The other one will be
 in a robot I am building that will be about 16 inches round and maybe a
 foot high. Steppers, Servos, motors and a video camera (openCV). If I need
 more than one BBB I am fine with that.

 I got my first BBB today and am installing wheezy 7.2 on it now.  I found
 angstrom a touchy form the start.

 Thanks



 On Wed, Feb 26, 2014 at 7:25 PM, si c s.campbell...@gmail.com wrote:

 while not shifting from OS to OS as you may want to do, i can share my
 experience with you.

 i tried to follow a lot of the documentation that comes with the BBB and
 angstrom. and on two different BBB platforms i had the same issues with
 both boards, broken angstrom packages etc, problem after problem, almost
 enough hair pulling and dead ends to make me throw the BBB in the bin for
 good.

 and the god bless em, R.C Nelson comes to the party.

 since i install debian and followed his doco basically all i had to do
 was get the os on the emmc then run two or three scripts that were
 downloaded and volia i have a happy BBB doing what i want it too, zero
 problems and reasonable learning curve. plus everyone else has tried his
 image theres a log of doco and help on the groups here. Plus, Robert will
 nudge you in the right direction if you ask too. always helpful.

 maybe Eric if you specify what you want to do down the road people can
 share their experiences, my BBB just streams data to a NAS. i run a gui on
 it (lxde) on a rce debian special.

 good luck, i would put it to you to try one the rcn debian images he's
 put together for a better initial experience.




 --
 Eric Palmer

 --
 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/groups/opt_out.


-- 
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/groups/opt_out.


Re: [beagleboard] Re: Install Windows 8 Embedded in BeagleBone Black?

2014-02-27 Thread William Hermans
How very observant of you.




On Wed, Feb 26, 2014 at 4:48 PM, jnjservices...@gmail.com wrote:

 Hi William,

 Jim's question is wether Windows can be installed in BeagleBorn Black or
 not. He didn't ask if it is economical or not.

 On Monday, 15 July 2013 01:33:23 UTC+10, William Hermans wrote:

 Yeah, I wish people would get a clue. Why in hell would you pay 2-3x as
 much for Windows, versus the cost for the hardware to run it ? What is it
 that you expect to do on Windows that you can not do on Linux ? You do
 realize the crappy Windows experience you would have because of the amount
 of RAM ?

 I run Windows as my primary desktop. So I am not a Windows hater, but
 talk of this make NO SENSE AT ALL to me.


 On Sun, Jul 14, 2013 at 8:27 AM, Don Miller greenca...@gmail.com wrote:

 Amalinda,

 Did you try selecting any or all of the device categories on that page
 and hitting the search button?

 What results is zilch, nada, nothing!

 Microsoft currently offers no BSP for the ARM335X.  They mention that
 they will work with vendors to get Win embedded on custom hardware, however
 -- so the presence of the processor on that list is just Microsoft going
 fishing.

 Don



 On Sunday, July 14, 2013 11:12:08 AM UTC-4, Amalinda J' Gamage wrote:

 here you can find the ARM335X processor listed.
 http://www.microsoft.com/windowsembedded/en-us/bspcatalog.
 aspx?fsr=1cpu=110manu=31proc=1tar=WEItemsPerPage=10
 so why cant we install?
 can anyone explain?

  --
 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.
 For more options, visit https://groups.google.com/groups/opt_out.




  --
 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/groups/opt_out.


-- 
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/groups/opt_out.


Re: [beagleboard] Re: which os

2014-02-27 Thread Marcus Diogo
Hi Eric, just be attention on the power problem.
You cant use much current and power from the bbb pins;
If you use python you could try to change from one os to another os but
debian looks better.


2014-02-27 15:51 GMT-03:00 William Hermans yyrk...@gmail.com:

 For what it is worth. I got my beaglebone black last year when they were
 first being sold to the public( we had two on pre-order). At the time I was
 working with the MSP430 launchpad, and talking back and forth with several
 people from this community about the BBB as we all were learning.

 What I found is that Angstrom was counter productive when it came to do
 almost anything. NO documentation that I could find, and everything was
 like pulling teeth. Much like how many Linux distributions were 10+ years
 ago . . . Personally I prefer forward progress with any OS I do use.

 So after about a week of trying to no avail, I found Roberts compile from
 source instructions for Debian. Since then, I have never looked back.
 Everything is solid. Granted you may not get the package list an x86 distro
 may have, but that has everything to do with the architecture, and nothing
 to do with the distro.


 On Wed, Feb 26, 2014 at 6:01 PM, Eric Palmer e...@ericfpalmer.com wrote:

 Thanks

 I will have one BBB for data acquisition (temp, light levels, other) and
 they will be on wifi initially. Maybe ZigBee later. The other one will be
 in a robot I am building that will be about 16 inches round and maybe a
 foot high. Steppers, Servos, motors and a video camera (openCV). If I need
 more than one BBB I am fine with that.

 I got my first BBB today and am installing wheezy 7.2 on it now.  I found
 angstrom a touchy form the start.

 Thanks



 On Wed, Feb 26, 2014 at 7:25 PM, si c s.campbell...@gmail.com wrote:

 while not shifting from OS to OS as you may want to do, i can share my
 experience with you.

 i tried to follow a lot of the documentation that comes with the BBB and
 angstrom. and on two different BBB platforms i had the same issues with
 both boards, broken angstrom packages etc, problem after problem, almost
 enough hair pulling and dead ends to make me throw the BBB in the bin for
 good.

 and the god bless em, R.C Nelson comes to the party.

 since i install debian and followed his doco basically all i had to do
 was get the os on the emmc then run two or three scripts that were
 downloaded and volia i have a happy BBB doing what i want it too, zero
 problems and reasonable learning curve. plus everyone else has tried his
 image theres a log of doco and help on the groups here. Plus, Robert will
 nudge you in the right direction if you ask too. always helpful.

 maybe Eric if you specify what you want to do down the road people can
 share their experiences, my BBB just streams data to a NAS. i run a gui on
 it (lxde) on a rce debian special.

 good luck, i would put it to you to try one the rcn debian images he's
 put together for a better initial experience.




 --
 Eric Palmer

 --
 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/groups/opt_out.


  --
 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/groups/opt_out.




-- 
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/groups/opt_out.


[beagleboard] Re: UART4 with RTS/CTS?

2014-02-27 Thread lee
Interesting. My further investigations led me to the omap-serial driver, 
which sets Auto-CTS for the port only when a certain flag is set, and it 
appears to be never set, even with the latest version of the driver (I'm 
running kernel 3.12). I had to patch the driver to force that flag. Maybe I 
should go back and look at the 3.8 version to see if it's something that 
worked back then but then broke in the process of upgrading.
 

On Thursday, February 27, 2014 10:55:12 AM UTC-8, Mike Bell wrote:



 On Monday, February 24, 2014 1:53:56 PM UTC-5, l...@ansync.com wrote:

 Is there anyone out there who has actually gotten UART4 working correctly 
 with hardware flow control? I have HDMI disabled, the proper pins muxed, 
 the latest omap-serial driver from Linux 3.12 seems to set the TI chip's 
 registers correctly. But no matter what I do, UART4 transmit totally 
 ignores CTS. sending whether it's asserted or not. Google finds lots of 
 hits complaining about the issue, and lots of suggestions about what might 
 be wrong, but nothing that definitively says whether or not this can be 
 made to work. 

 So the question is simple: has anyone ever gotten this to work, or is the 
 TI chip fundamentally flawed?


 Yes, I'm using UART4 CTS P8-35, also UART4 rx/tx

 root@arm-ticktock:/sys/devices/bone_capemgr.9# uname -a
 Linux arm-ticktock 3.8.13-bone40.1 #1 SMP Thu Feb 20 21:12:57 EST 2014 
 armv7l GNU/Linux
 root@arm-ticktock:/sys/devices/bone_capemgr.9# cat 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-- Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI
  6: ff:P-O-- Bone-Black-HDMIN,00A0,Texas Instrument,BB-BONELT-HDMIN
  7: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-UART4
  8: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-UART4-RTSCTS
 root@arm-ticktock:/sys/devices/bone_capemgr.9# ls -l 
 /lib/firmware/BB-UART4*
 -rw-r--r-- 1 root root 861 Feb 21 02:14 /lib/firmware/BB-UART4-00A0.dtbo
 -rw-r--r-- 1 root root 936 Feb 21 02:14 
 /lib/firmware/BB-UART4-RTSCTS-00A0.dtbo
 root@arm-ticktock:/sys/devices/bone_capemgr.9# grep optarg 
 /boot/uboot/uEnv.txt 

 #optargs=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN,BB-BONE-EMMC-2G
 optargs=quiet init=/lib/systemd/systemd 
 capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN 
 capemgr.enable_partno=BB-UART4,BB-UART4-RTSCT
 root@arm-ticktock:/sys/devices/bone_capemgr.9#


-- 
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/groups/opt_out.


[beagleboard] Re: 4dcape-70t lcd and jitter issues

2014-02-27 Thread daniel . renne
Alex, can you help me, I have the exact same issue.  Could you upload your 
image that fixes the issue with the 5 micro seconds delay.  Are you running 
debian or Ubuntu?  I am not an expert on rebuilding the kernel to change 
the ti_am335x_tsc.c.

Thanks

On Friday, February 7, 2014 1:44:34 PM UTC-5, Alex Gal wrote:

 Hello all, 

 I forgot to mention that adding a udelay of 5 microseconds seems to 
 make the issue go away: 


 diff --git a/drivers/input/touchscreen/ti_am335x_tsc.c 
 b/drivers/input/touchscreen/ti_am335x_tsc.c 
 index ed83043..e1c0499 100644 
 --- a/drivers/input/touchscreen/ti_am335x_tsc.c 
 +++ b/drivers/input/touchscreen/ti_am335x_tsc.c 
 @@ -227,6 +227,7 @@ static void titsc_read_coordinates(struct titsc 
 *ts_dev, 
 nY=0; 
 for (i = 0; i  fifocount; i++) { 
 read = titsc_readl(ts_dev, REG_FIFO0); 
 +   udelay(5); 

 channel = (read  0xf)  16; 
 read = 0xfff; 


 So this bug seems to be related perhaps to synchronization issues, I 
 do not know. I noticed that the bug went away when I added printk 
 statements. Unfortunately, that does not help me with the debugging. 

 If anybody has any ideas, let me know. 

 Cheers, 

 Alex 


-- 
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/groups/opt_out.


Re: [beagleboard] Re: UART4 with RTS/CTS?

2014-02-27 Thread Mike

Opps, missed your kernel version

I can verify 3.8 is working, happily seeing the PPS signal from a GPS 
module.


Mike
On 02/27/2014 04:00 PM, l...@ansync.com wrote:
Interesting. My further investigations led me to the omap-serial 
driver, which sets Auto-CTS for the port only when a certain flag is 
set, and it appears to be never set, even with the latest version of 
the driver (I'm running kernel 3.12). I had to patch the driver to 
force that flag. Maybe I should go back and look at the 3.8 version to 
see if it's something that worked back then but then broke in the 
process of upgrading.



On Thursday, February 27, 2014 10:55:12 AM UTC-8, Mike Bell wrote:



On Monday, February 24, 2014 1:53:56 PM UTC-5, l...@ansync.com wrote:

Is there anyone out there who has actually gotten UART4
working correctly with hardware flow control? I have HDMI
disabled, the proper pins muxed, the latest omap-serial driver
from Linux 3.12 seems to set the TI chip's registers
correctly. But no matter what I do, UART4 transmit totally
ignores CTS. sending whether it's asserted or not. Google
finds lots of hits complaining about the issue, and lots of
suggestions about what might be wrong, but nothing that
definitively says whether or not this can be made to work.

So the question is simple: has anyone ever gotten this to
work, or is the TI chip fundamentally flawed?


Yes, I'm using UART4 CTS P8-35, also UART4 rx/tx

root@arm-ticktock:/sys/devices/bone_capemgr.9# uname -a
Linux arm-ticktock 3.8.13-bone40.1 #1 SMP Thu Feb 20 21:12:57 EST
2014 armv7l GNU/Linux
root@arm-ticktock:/sys/devices/bone_capemgr.9# cat 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-- Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI
 6: ff:P-O-- Bone-Black-HDMIN,00A0,Texas Instrument,BB-BONELT-HDMIN
 7: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-UART4
 8: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-UART4-RTSCTS
root@arm-ticktock:/sys/devices/bone_capemgr.9# ls -l
/lib/firmware/BB-UART4*
-rw-r--r-- 1 root root 861 Feb 21 02:14
/lib/firmware/BB-UART4-00A0.dtbo
-rw-r--r-- 1 root root 936 Feb 21 02:14
/lib/firmware/BB-UART4-RTSCTS-00A0.dtbo
root@arm-ticktock:/sys/devices/bone_capemgr.9# grep optarg
/boot/uboot/uEnv.txt

#optargs=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN,BB-BONE-EMMC-2G
optargs=quiet init=/lib/systemd/systemd
capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN
capemgr.enable_partno=BB-UART4,BB-UART4-RTSCT
root@arm-ticktock:/sys/devices/bone_capemgr.9#

--
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/groups/opt_out.


--
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/groups/opt_out.


Re: [beagleboard] Re: which os

2014-02-27 Thread Eric Palmer
William

Thanks

I hope to stick with debian. I am going to use ansible to provision the bbb
so that I can redo it should I need to reimage the board or want to
duplicate the configuration. I use ansilbe for building out load balances
cloud web servers (and other things).

http://www.ansible.com/

I am aware of the low current issue so will have to really pay attention to
circuit design. I think I'm going to learn a lot of EE stuff real soon.

Eric.


On Thu, Feb 27, 2014 at 2:03 PM, Marcus Diogo mvdiog...@gmail.com wrote:

 Hi Eric, just be attention on the power problem.
 You cant use much current and power from the bbb pins;
 If you use python you could try to change from one os to another os but
 debian looks better.


 2014-02-27 15:51 GMT-03:00 William Hermans yyrk...@gmail.com:

 For what it is worth. I got my beaglebone black last year when they were
 first being sold to the public( we had two on pre-order). At the time I was
 working with the MSP430 launchpad, and talking back and forth with several
 people from this community about the BBB as we all were learning.

 What I found is that Angstrom was counter productive when it came to do
 almost anything. NO documentation that I could find, and everything was
 like pulling teeth. Much like how many Linux distributions were 10+ years
 ago . . . Personally I prefer forward progress with any OS I do use.

 So after about a week of trying to no avail, I found Roberts compile from
 source instructions for Debian. Since then, I have never looked back.
 Everything is solid. Granted you may not get the package list an x86 distro
 may have, but that has everything to do with the architecture, and nothing
 to do with the distro.


 On Wed, Feb 26, 2014 at 6:01 PM, Eric Palmer e...@ericfpalmer.comwrote:

 Thanks

 I will have one BBB for data acquisition (temp, light levels, other) and
 they will be on wifi initially. Maybe ZigBee later. The other one will be
 in a robot I am building that will be about 16 inches round and maybe a
 foot high. Steppers, Servos, motors and a video camera (openCV). If I need
 more than one BBB I am fine with that.

 I got my first BBB today and am installing wheezy 7.2 on it now.  I
 found angstrom a touchy form the start.

 Thanks



 On Wed, Feb 26, 2014 at 7:25 PM, si c s.campbell...@gmail.com wrote:

 while not shifting from OS to OS as you may want to do, i can share my
 experience with you.

 i tried to follow a lot of the documentation that comes with the BBB
 and angstrom. and on two different BBB platforms i had the same issues with
 both boards, broken angstrom packages etc, problem after problem, almost
 enough hair pulling and dead ends to make me throw the BBB in the bin for
 good.

 and the god bless em, R.C Nelson comes to the party.

 since i install debian and followed his doco basically all i had to do
 was get the os on the emmc then run two or three scripts that were
 downloaded and volia i have a happy BBB doing what i want it too, zero
 problems and reasonable learning curve. plus everyone else has tried his
 image theres a log of doco and help on the groups here. Plus, Robert will
 nudge you in the right direction if you ask too. always helpful.

 maybe Eric if you specify what you want to do down the road people can
 share their experiences, my BBB just streams data to a NAS. i run a gui on
 it (lxde) on a rce debian special.

 good luck, i would put it to you to try one the rcn debian images he's
 put together for a better initial experience.




 --
 Eric Palmer

 --
 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/groups/opt_out.


  --
 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/groups/opt_out.




 --
 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/groups/opt_out.




-- 
Eric Palmer

-- 
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 

[beagleboard] Re: which os

2014-02-27 Thread jmelson
 Robert Nelson's Debian kernel is quite good.  I've used it a number of 
times and it has all the features
I needed.  I've also used the machinekit build from Michael Haberler.  It 
has a Xenomai-patched
RT kernel and LinuxCNC on it, but works fine even if you don't need those 
particular features.
It is by far the easiest install I've ever done on a Beagle system.  
Basically, you just run one
script, it downloads all the files, builds the FS and puts it on an SD card.

See :
http://blog.machinekit.io/p/machinekit_16.html

(It is just a customization pf the Robert Nelson kernel.)

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/groups/opt_out.


[beagleboard] Using multiple TTL serial cameras with beagle bone. PLEASE help arduino sucks.

2014-02-27 Thread epupo001
Hi all,

I am working on my graduation project and need advice on using the beagle 
bone. I want to control up to 6 of these cameras: 
https://www.adafruit.com/products/397   to take a picture at the same time 
when my accelerometer detects free fall. I have been using the arduino UNO 
and have been able to take 2 pictures at the same time when free fall is 
detected, but now when i connect another camera the arduino can't handle 
it. Could this be done with the beagle bone? Is there a way to transfer my 
arduino code to beagle bone, it will be great since it has taken me a long 
time. Please help, i will greatly appreciate it. 

-- 
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/groups/opt_out.


Re: [beagleboard] Using multiple TTL serial cameras with beagle bone. PLEASE help arduino sucks.

2014-02-27 Thread Guy Grotke
Its going to be pretty difficult to get a 38,400 baud “take photo” command out 
to six cameras at once when you get a signal from your accelerometer.  Without 
some real-time patches, Linux may have a response latency of 100 msec for a 
user-space program and with them 50 usec for an interrupt-driven kernel-mode 
driver. (That you get to write!)  I think you could do it by using one of the 
PRUs to bitbang that command to six different GPIOs at the same time.  Then the 
PRU would have to bitbang the six Rx GPIOs (since BBB doesn’t have enough 
UARTs) to capture the images.  Or maybe each camera will store its image until 
you send it a “download” command?  Then you could use three GPIO outputs to 
control an 8-way MUX chip, so you could receive the images one at a time from 
each camera using one of the UARTs.

You could also try using a little bit of programmable logic (like a CPLD) so 
you could use some GPIO pins to select the camera destination for one UART’s 
output.  Then you could select the destination as “all cameras” when you send 
the “take photo” command, and each individual camera when you send a “download” 
command.

From: epupo...@gmail.com 
Sent: Thursday, February 27, 2014 5:52 PM
To: beagleboard@googlegroups.com 
Subject: [beagleboard] Using multiple TTL serial cameras with beagle bone. 
PLEASE help arduino sucks.

Hi all,

I am working on my graduation project and need advice on using the beagle bone. 
I want to control up to 6 of these cameras: 
https://www.adafruit.com/products/397   to take a picture at the same time when 
my accelerometer detects free fall. I have been using the arduino UNO and have 
been able to take 2 pictures at the same time when free fall is detected, but 
now when i connect another camera the arduino can't handle it. Could this be 
done with the beagle bone? Is there a way to transfer my arduino code to beagle 
bone, it will be great since it has taken me a long time. Please help, i will 
greatly appreciate it. 
-- 
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/groups/opt_out.

-- 
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/groups/opt_out.


[beagleboard] using usb gadget with wheezy 7.2

2014-02-27 Thread Eric Palmer
I'm looking for good directions for installing usb gadget tty for BBB under
wheezy 7.2.  I was following http://github.jfet.org/BBKNotes1.html

but it did not work.

Thanks


-- 
Eric Palmer

-- 
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/groups/opt_out.


[beagleboard] Re: BBB + PREEMPT_RT

2014-02-27 Thread rchrdlyon1
Interesting result. Would be nice to see a histogram. I will try and 
duplicate this measurement. Also doing the some measure with the standard 
kernel would be informative.

That upper tail of 132 is a big problem for me.

On Thursday, February 27, 2014 12:53:05 AM UTC+11, quik...@gmail.com wrote:

 I have recently tested kernel 3.8.13-rt9 (
 https://github.com/beagleboard/kernel/tree/3.8-rt) using git://
 git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git. I am 
 using Ubuntu 12.04.4. The load was created using stress –cpu 1 which 
 generates a cpu load of about 100%. I then used cyclictest:


  root@ubuntu-armhf:/home/ubuntu/rt-tests# ./cyclictest -l100 -m -n 
 -t1 -p99 -i400 -q

 # /dev/cpu_dma_latency set to 0us

 T: 0 ( 770) P:99 I:400 C:100 Min: 14 Act: 19 Avg: 18 Max: 132


  uname -a reports:

 root@ubuntu-armhf:/home/ubuntu/rt-tests# uname -a

 Linux ubuntu-armhf 3.8.13-rt9-00899-g160e771 #1 SMP PREEMPT Wed Jun 19 
 10:49:36 CEST 2013 armv7l armv7l armv7l GNU/Linux


  I am absolutely surprised that the result is looking that good.



 Am Freitag, 21. Februar 2014 09:20:39 UTC+1 schrieb quik...@gmail.com:

 I am trying to figure out how to create a kernel for the BBB that 
 supports PREEMPT_RT. It's kind of strange that the BBB's default kernel 
 does not even have PREEMPT activated. Such a board doesn't fit to many 
 embedded applications where we need at least some kind of determinism. It 
 is even worse, that nobody seems to care about this problem. Contrary to 
 that, the Raspberry PI's standard kernel has PREEMPT activacted from the 
 very beginning.

 I have tested Robert Nelsons kernel 3.8.13-r9 (
 https://github.com/beagleboard/kernel/tree/3.8-rt). It does not have 
 PREEMPT_RT activated by default. When doing so, it does not boot. But 
 activating PREEMPT does work. However, development of this branch has 
 stopped several months ago. The official source for RT Linux (3.8.13) has 
 evolved since then. Meanwhile there's an rt17 patch set (
 https://www.kernel.org/pub/linux/kernel/projects/rt/3.8/). Did anybody 
 give this a try? Does it work with the BBB?




-- 
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/groups/opt_out.


[beagleboard] Re: GSoC 2014 idea

2014-02-27 Thread Tianlei Zhang
yea I've tested it on pi and the whole system just worked with no problem

ps: do you know by any chance that what should I do to get involved with 
GSoC of BB, whom should I talk to for my idea?

在 2014年2月27日星期四UTC+8下午11时05分24秒,Mark A. Yoder写道:

 Looks like a neat project.  The BBB might have enough power, it depends on 
 what you want it to do.

 --Mark

 On Thursday, February 27, 2014 6:41:11 AM UTC-5, Tianlei Zhang wrote:

 hi, guys:

 This is Zhang Tianlei, a PHD candidate of Computer Science, Tsinghua 
 University 
 @BeiJing, China.

 I've spend most of my time building Intelligent System. We've built a 
 driveless car that has already passed the highway test and now we are 
 target at urban environment. I designed the software and hardware 
 architecture, using ROS and Ubuntu, I use OpenCV a lot...on Lane and 
 Traffic Sign detection modules.

 So my idea is that* could we use BeagleBoard Black to build a 
 educational tiny version of that expensive research car and teach kids 
 about autonomous driving staff?*

 *here are some example based on X86 framework: 
 **http://blog.shixiong.org/?p=163 
 http://blog.shixiong.org/?p=163*

 We've done a little bit work at high schools and lecture hall back at 
 china, it's well accepted.

 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/groups/opt_out.