Re: [beagleboard] Re: Touchscreen Jitter / Jumping on Beaglebone Black LCD Capes

2014-01-08 Thread Micka
Lan Kidd, For the patch, I'm sure that Robert Nelson will include it on the
next release of the kernel, same for Koen !

Terry Storm, well not really :) , the noise come when you remove your
finger, always at this time  when the pressure is not enough we got
some crazy x and y value ..


On Thu, Jan 9, 2014 at 6:54 AM, Terry Storm  wrote:

> Ditto.
>
> Regarding the fix which makes this work 99% of the time...
> Have you considered the noise could be on the power lines which power the
> touch screen?
> One could assume the power rails are meant to be between GND and VCC,
> however this may not be the case. It then assumes GND is 0 and VCC is Max.
> Since there are 4 AIN's used, it should be possible to read the voltages...
> Maybe do some sort of ratio calculation or something.
> Just a thought.
>
> Terry
>
>
> On Thursday, 9 January 2014 07:56:11 UTC+13, Ian Kidd wrote:
>>
>> I'm going to be the helpless little girl here and ask for a quick
>> synopsis of how to apply the patch?  I'm not sure where the file is that
>> gets this Diff, because I can't locate it in /lib/modules.
>>
>  --
> 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: Wifi Adapter Recommendations

2014-01-08 Thread Don deJuan
On 01/08/2014 10:20 PM, Rusty Wright wrote:
> "now I just want to throw money at the problem."
>
> You can throw it at me instead of at the problem.
>
>
> On Thursday, December 26, 2013 1:37:50 PM UTC-8, David Marquart wrote:
>> Does anyone have a recommendation for a wifi adapter that works with 
>> Robert Nelson's Ubuntu images?  I have rtl8188cus and mt7601 and I can not 
>> get either to work.  At this point I would rather just order one that works 
>> rather than waste more time trying to fight with either of these two.  I 
>> have building the kernel working and have tried several times to build a 
>> new driver for both of these adapters but the mt7601 will not show up with 
>> iwconfig and the rtl8188cus will show up see my access point but will not 
>> connect to it.  I am editing /etc/network/interfaces to try and get 
>> connected to our WEP "protected" network.  I have no control over the type 
>> of encryption used.  I was able to get everything working on Angstrom with 
>> connman so I know it is possible.
>>
>> Sorry if this became a little bit of a rant but I have spent a lot of time 
>> trying everything I could google up and now I just want to throw money at 
>> the problem.
>>
rtl8187

-- 
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: Build a QT/11 application for beagleboard black by cross compiling from ubuntu

2014-01-08 Thread Mirko Fucci

Yes i meant on the BBB copying the executable file.
That tutorial worked well for me, consider that to run tha executable
you need to exit form X-environemt and launch the program with -qws 
parameter.

Whati kind of problems did you have ?



Il giorno mercoledì 8 gennaio 2014 17:46:07 UTC+1, dlewin555 ha scritto:
>
> I don't understand when you talk about "deployed" did you mean "on the 
> BBB" ?
> FYI I've also tried from the same blog you linked and have been tried it 
> during days
> with Angstrom and never succeeded . 
> Even if I've read many post about it  here Qt on the BBB seems to be a 
> hard path.
> Or maybe we both missed a tutorial that should be officially posted 
> somewhere
>
> Le vendredi 3 janvier 2014 16:20:56 UTC+1, Mirko Fucci a écrit :
>>
>> Hi everyone,
>>
>> I'm a little confused about how proceed to create QT/X11 applications for 
>> beaglebone black.
>> First of all i have succesfully developed, deployed and executed a first 
>> simple GUI QT/embedded application
>> following this tutorials 
>> http://www.cloud-rocket.com/2013/07/building-qt-for-beaglebone/
>> and now i'd like to build a similar application for X11.
>>
>> Particularly, i  don't understand how to perform configure to build right 
>> libraries to copy to BBB.
>> Please help me, unfortunately i spent days in useless attemps to build 
>> QT/X11 for BBB that didn't work.
>>
>> Thanks a lot.
>>
>>

-- 
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: 'Opkg' Erros

2014-01-08 Thread Rusty Wright
Sorry, I could be confused if the BBB can do networking over USB through 
your desktop.  (I just ordered my BBB and previously was dinking around 
with a Raspi.)

On Wednesday, January 8, 2014 10:12:14 PM UTC-8, Rusty Wright wrote:
>
> Does your router have another port?  You need to connect your BBB to your 
> router so that it can talk to the network.  At the moment it's only talking 
> to your desktop via USB.
>
> On Wednesday, January 8, 2014 10:45:22 AM UTC-8, Pablo Oyarzo wrote:
>>
>>
>>
>> I got my BBB conected through USB to my desktop, and my router is conect 
>> to my desktop through ethernet cable.
>>
>

-- 
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: Wifi Adapter Recommendations

2014-01-08 Thread Rusty Wright
"now I just want to throw money at the problem."

You can throw it at me instead of at the problem.


On Thursday, December 26, 2013 1:37:50 PM UTC-8, David Marquart wrote:
>
> Does anyone have a recommendation for a wifi adapter that works with 
> Robert Nelson's Ubuntu images?  I have rtl8188cus and mt7601 and I can not 
> get either to work.  At this point I would rather just order one that works 
> rather than waste more time trying to fight with either of these two.  I 
> have building the kernel working and have tried several times to build a 
> new driver for both of these adapters but the mt7601 will not show up with 
> iwconfig and the rtl8188cus will show up see my access point but will not 
> connect to it.  I am editing /etc/network/interfaces to try and get 
> connected to our WEP "protected" network.  I have no control over the type 
> of encryption used.  I was able to get everything working on Angstrom with 
> connman so I know it is possible.
>
> Sorry if this became a little bit of a rant but I have spent a lot of time 
> trying everything I could google up and now I just want to throw money at 
> the problem.
>

-- 
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] Interface BBB with camera

2014-01-08 Thread Pariyan Shah
I am trying Derek Molloy's video & frame capture program. Anyone tried with 
Logitech c525?

1. When I try this
./capture -F -c 600 -o > output.raw

Force Format 2
Timeout

2. When I try this
./grabber.c
Permission denied

Anyone can help me 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: 'Opkg' Erros

2014-01-08 Thread Rusty Wright
Does your router have another port?  You need to connect your BBB to your 
router so that it can talk to the network.  At the moment it's only talking 
to your desktop via USB.

On Wednesday, January 8, 2014 10:45:22 AM UTC-8, Pablo Oyarzo wrote:
>
>
>
> I got my BBB conected through USB to my desktop, and my router is conect 
> to my desktop through ethernet cable.
>

-- 
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: To CANBUS or not to CANBUS

2014-01-08 Thread Rusty Wright
Mind you, I haven't done anything like this, but if I did I'd use zigbee. 
 I read and enjoyed the book Building Wireless Sensor Networks (second 
edition) by Robert Faludi.  It's specifically about zigbee.  He uses the 
XBee radios, from Digi International; they look reasonably priced.  For the 
computer he uses an Arduino, but it'd probably be easy to translate the 
concepts to the BBB.

http://goo.gl/1ClUxI


On Friday, January 3, 2014 9:55:34 AM UTC-8, Michael Cummins wrote:
>
> Relatively new to small platforms and Linux in general.  Have a new 
> BeagleBone Black and am thinking about monitoring/logging sensors for 
> future projects like monitoring solar heating, power consumption, state of 
> devices in home, etc.  
>
> I read that CANBUS is a preferred method for multiple sensors on a long 
> wire.  Would you agree?  
>
> What does the CANBUS Cape offer beyond what the BBB can already do?
>
> Should I skip the wire and learn to work with wireless sensors first?  I 
> imagine the cost is higher, but would that be a more robust and more easily 
> managed network?
>
> Someone on the forums implied that the future of BBB and Angstrom is in 
> question. Should I do my learning on Ubuntu instead, as I'm just getting 
> started?
>
> Thanks for your time, patience and experience as I start imagining ways 
> forward.
>

-- 
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: Looking for someone to port software for me for BBB

2014-01-08 Thread Don deJuan
On 01/08/2014 08:14 PM, tonsofb...@gmail.com wrote:
> William,
>
> Did you read the original post?
>
> Tony
>
>
>
> On Wednesday, January 8, 2014 11:03:24 PM UTC-5, William Pretty Security 
> wrote:
>> So. What is the task ??
>>
>>  
>>
>>
>> http://www.packtpub.com/building-a-home-security-system-with-beaglebone/book
>>
>>  
>>
>> *From:* beagl...@googlegroups.com  [mailto:
>> beagl...@googlegroups.com ] *On Behalf Of 
>> *tonso...@gmail.com
>> *Sent:* Wednesday, January 08, 2014 9:46 PM
>> *To:* beagl...@googlegroups.com 
>> *Cc:* mark.s@gmail.com 
>> *Subject:* [beagleboard] Re: Looking for someone to port software for me 
>> for BBB
>>
>>  
>>
>> Mark,
>>
>>  
>>
>> This is not my first rodeo. I am not expecting something for nothing.
>>
>>  
>>
>> In the posts on the Sedona forum, I said ...
>>
>> *I am comfortable with some software, not proficient in enough areas.*
>>
>> *If someone has a BBB and would do this ...*
>>
>> *If someone wants me to buy them a BBB so they can do this ...*
>>
>> * ... it would save me that much time.*
>>
>> *I know what I am good at and where my time is best spent.*
>>
>>
>> If it is OK to say here, I am *willing to pay someone* to do this.
>>
>>  
>>
>> I am not looking for any more pointers to give me direction. I am looking 
>> for someone to do the task.
>>
>>  
>>
>> Tony
>>
>>
>>
>>
>> On Wednesday, January 8, 2014 1:45:33 PM UTC-5, mark.s@gmail.comwrote:
>>
>> It'll take getting your hands dirty or making it worth someone else's time 
>> and effort to get their hands dirty.  People in forums tend to be helpful 
>> when it comes to small requests, but it sounds like you're asking for 
>> someone to donate a weeks' worth of effort to just hand you something on a 
>> silver platter.  Just sayin'.
>>
>>  
>>
>> If you want to win kudos, you can do the work and then post the steps for 
>> others to benefit from your labor.
>>
>> -- 
>> 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.
>>
>> No virus found in this message.
>> Checked by AVG - www.avg.com
>> Version: 2014.0.4259 / Virus Database: 3658/6987 - Release Date: 01/08/14
>> --
>>
>> No virus found in this message.
>> Checked by AVG - www.avg.com
>> Version: 2014.0.4259 / Virus Database: 3658/6910 - Release Date: 12/11/13
>> Internal Virus Database is out of date.
>>

What I think most or maybe just me is not getting is why you're not just
making the package yourself? There is no "porting" to be done. It is
already setup to run for linux, and like the other post said you just
need to do it for armv7 vs armv6. You just need to compile for your
needs, very simple to do yourself.

Also what OS are you doing this on? If you were on Arch you could use
their PKGBUILD and just type this
makepkg
pacman -U pkgname
bam

I know on debian/ubuntu it pretty simple to make your own pkg as well
angstrom well I wont even comment.

If you really just want a package for the BB and just cant be bothered
to compile it yourself, then contact me off list

-- 
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: Touchscreen Jitter / Jumping on Beaglebone Black LCD Capes

2014-01-08 Thread Terry Storm
Ditto.

Regarding the fix which makes this work 99% of the time...
Have you considered the noise could be on the power lines which power the 
touch screen?
One could assume the power rails are meant to be between GND and VCC, 
however this may not be the case. It then assumes GND is 0 and VCC is Max. 
Since there are 4 AIN's used, it should be possible to read the voltages... 
Maybe do some sort of ratio calculation or something.
Just a thought.

Terry

On Thursday, 9 January 2014 07:56:11 UTC+13, Ian Kidd wrote:
>
> I'm going to be the helpless little girl here and ask for a quick synopsis 
> of how to apply the patch?  I'm not sure where the file is that gets this 
> Diff, because I can't locate it in /lib/modules.
>

-- 
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: 4D Systems 4DCAPE-70T, no display

2014-01-08 Thread Terry Storm
Yes mine work fine

I have a LCD4, LCD7, 4DCAPE-43T and 4DCAPE-70T

What other 4D LCD shields do you have which dont work?

Terry

On Thursday, 9 January 2014 10:54:14 UTC+13, Brian Yee wrote:
>
> Terry,
>
> Yes, the user light is on solid.  The curious thing is that this behaviour 
> is the same for a couple of
> other BeagleBoards and 4D LCD shields.  I don't think it is the hardware, 
> unless there is some
> sort of design problem.  Have you gotten one to work?
>
> Thanks,
>
> Brian
>
>
>
> On Wed, Jan 8, 2014 at 12:03 PM, Terry Storm 
> > wrote:
>
>> Is the USER LED flashing for you, or on solid?
>> If its not flashing then I don't think the Cape has been identified by 
>> the BBB correctly.
>> If you cant get it working, then you might have a dud one. Claim RMA and 
>> get it replaced.
>>
>>
>> On Thursday, 9 January 2014 06:36:35 UTC+13, Brian Yee wrote:
>>
>>>
>>>
>>> Yes, I double checked the insertion of the board.  Also, the LED's came 
>>> on and the reset and power switches worked ok.
>>> I also flashed the latest image from the BeagleBoard.org site:  
>>> BBB-eMMC-flasher-2013.09.04.img.xz
>>> with the same results.  The images suggested earlier (
>>> BBB-eMMC-flasher-v2013.06-2014.01.03.img.xz)
>>>  
>>> had some errors
>>> when I tried to unpack them with 7-Zip.
>>>
>>> I may try ordering a cape from another vendor (Circuitco) and see if 
>>> that has the same problem.  I am presuming it
>>> uses the same driver.
>>>
>>> TIA for the dialog on this from everyone.
>>>
>>> Brian
>>>
>>>
>>>
>>> On Wed, Jan 8, 2014 at 9:12 AM, dlewin555  wrote:
>>>
 a silly question but this may happends anyway : 

 did you checked that your board is plugged into the correct side ? 

 Le mardi 7 janvier 2014 20:17:06 UTC+1, Terry Storm a écrit :
>
> That might be the problem then.
> The 4DCAPE-70T is based on the LCD7 A3, and the LCD7 A3 support on 
> Angstrom only came out in August 2013 I believe.
> So reflash using the latest image and it should work, albeit the touch 
> related issues which are discussed elsewhere.
> You could try the latest test release: http://downloads.angs
> trom-distribution.org/demo/beaglebone/testing/BBB-eMMC-
> flasher-v2013.06-2014.01.03.img.xz
>
> Else flash Android which is linked in the Datasheet from 4D, which 
> does work correctly.
>
>
> On 7 January 2014 22:37, William Hermans  wrote:
>
>> Thats the version of angstrom the BBB shipped with back in June last 
>> year ( e.g. when it first started shipping to the general public ). AKA, 
>> ancient.
>>
>>
>> On Tue, Jan 7, 2014 at 12:11 AM, Terry Storm wrote:
>>
>>>  Hi Brian
>>>
>>> Sorry I don't know what that is. What distribution is that?
>>>
>>> Have you tried Android or Angstrom to verify the CAPE works 
>>> correctly first?
>>>
>>> Terry
>>>
>>>
>>> On 7 January 2014 18:38, Brian Yee  wrote:
>>>
 Terry, I am running version:  Linux beaglebone 3.8.6 #1 SMP Sat Apr 
 13 09:10:52 CEST 2013 armv7l GNU/Linux


 Brian


 On Thursday, January 2, 2014 9:19:26 AM UTC-8, Brian Yee wrote:
>
> A couple of weeks ago I installed a 4D Systems 4DCAPE-70T on my 
> BBB board and powered it up.
> I was able to connect via USB but there was no display on the LCD 
> cape.  I also tried to run it standalone 
> with a USB mouse and keyboard (no HDMI display attached) but still 
> no display.
>
> Has anyone else had luck with this, and what hardware/OS 
> configuration did you use?  Any known
> problems or hints?
>
> Thanks,
>
> Brian
>
>  -- 
 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/_fkiZcnCl2I/unsubscribe.
  To unsubscribe from this group and all its topics, 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...@googlegroups.com.
>>>
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>  -- 
>> For more options, visit http://beagleboard.org/discuss
>

[beagleboard] Re: SPI1 on BBB doesn't recieve data

2014-01-08 Thread Peter
This is a duplicate, the issue is resolved


-- 
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] SPI1.1 not reading data as master

2014-01-08 Thread Peter
Yep you're correct. 

I found this info in a previous post you may have answered, and it does the 
job.

cheers

Peter

-- 
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: Looking for someone to port software for me for BBB

2014-01-08 Thread tonsofbuys
William,

Did you read the original post?

Tony



On Wednesday, January 8, 2014 11:03:24 PM UTC-5, William Pretty Security 
wrote:
>
> So. What is the task ??
>
>  
>
>
> http://www.packtpub.com/building-a-home-security-system-with-beaglebone/book
>
>  
>
> *From:* beagl...@googlegroups.com  [mailto:
> beagl...@googlegroups.com ] *On Behalf Of 
> *tonso...@gmail.com
> *Sent:* Wednesday, January 08, 2014 9:46 PM
> *To:* beagl...@googlegroups.com 
> *Cc:* mark.s@gmail.com 
> *Subject:* [beagleboard] Re: Looking for someone to port software for me 
> for BBB
>
>  
>
> Mark,
>
>  
>
> This is not my first rodeo. I am not expecting something for nothing.
>
>  
>
> In the posts on the Sedona forum, I said ...
>
> *I am comfortable with some software, not proficient in enough areas.*
>
> *If someone has a BBB and would do this ...*
>
> *If someone wants me to buy them a BBB so they can do this ...*
>
> * ... it would save me that much time.*
>
> *I know what I am good at and where my time is best spent.*
>
>
> If it is OK to say here, I am *willing to pay someone* to do this.
>
>  
>
> I am not looking for any more pointers to give me direction. I am looking 
> for someone to do the task.
>
>  
>
> Tony
>
>
>
>
> On Wednesday, January 8, 2014 1:45:33 PM UTC-5, mark.s@gmail.comwrote:
>
> It'll take getting your hands dirty or making it worth someone else's time 
> and effort to get their hands dirty.  People in forums tend to be helpful 
> when it comes to small requests, but it sounds like you're asking for 
> someone to donate a weeks' worth of effort to just hand you something on a 
> silver platter.  Just sayin'.
>
>  
>
> If you want to win kudos, you can do the work and then post the steps for 
> others to benefit from your labor.
>
> -- 
> 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.
>
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 2014.0.4259 / Virus Database: 3658/6987 - Release Date: 01/08/14
> --
>
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 2014.0.4259 / Virus Database: 3658/6910 - Release Date: 12/11/13
> Internal Virus Database is out of date.
>

-- 
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: Looking for someone to port software for me for BBB

2014-01-08 Thread William Pretty Security
So. What is the task ??

 

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

 

From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On
Behalf Of tonsofb...@gmail.com
Sent: Wednesday, January 08, 2014 9:46 PM
To: beagleboard@googlegroups.com
Cc: mark.s.schae...@gmail.com
Subject: [beagleboard] Re: Looking for someone to port software for me for
BBB

 

Mark,

 

This is not my first rodeo. I am not expecting something for nothing.

 

In the posts on the Sedona forum, I said ...

I am comfortable with some software, not proficient in enough areas.

If someone has a BBB and would do this ...

If someone wants me to buy them a BBB so they can do this ...

 ... it would save me that much time.

I know what I am good at and where my time is best spent.


If it is OK to say here, I am willing to pay someone to do this.

 

I am not looking for any more pointers to give me direction. I am looking
for someone to do the task.

 

Tony




On Wednesday, January 8, 2014 1:45:33 PM UTC-5, mark.s@gmail.com wrote:

It'll take getting your hands dirty or making it worth someone else's time
and effort to get their hands dirty.  People in forums tend to be helpful
when it comes to small requests, but it sounds like you're asking for
someone to donate a weeks' worth of effort to just hand you something on a
silver platter.  Just sayin'.

 

If you want to win kudos, you can do the work and then post the steps for
others to benefit from your labor.

-- 
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.4259 / Virus Database: 3658/6987 - Release Date: 01/08/14

  _  

No virus found in this message.
Checked by AVG - www.avg.com
Version: 2014.0.4259 / Virus Database: 3658/6910 - Release Date: 12/11/13
Internal Virus Database is out of date.

-- 
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: Looking for someone to port software for me for BBB

2014-01-08 Thread tonsofbuys
Mark,

This is not my first rodeo. I am not expecting something for nothing.

In the posts on the Sedona forum, I said ...
*I am comfortable with some software, not proficient in enough areas.*
*If someone has a BBB and would do this ...*
*If someone wants me to buy them a BBB so they can do this ...*
* ... it would save me that much time.*
*I know what I am good at and where my time is best spent.*

If it is OK to say here, I am *willing to pay someone* to do this.

I am not looking for any more pointers to give me direction. I am looking 
for someone to do the task.

Tony



On Wednesday, January 8, 2014 1:45:33 PM UTC-5, mark.s@gmail.com wrote:
>
> It'll take getting your hands dirty or making it worth someone else's time 
> and effort to get their hands dirty.  People in forums tend to be helpful 
> when it comes to small requests, but it sounds like you're asking for 
> someone to donate a weeks' worth of effort to just hand you something on a 
> silver platter.  Just sayin'.
>
> If you want to win kudos, you can do the work and then post the steps for 
> others to benefit from your labor.
>

-- 
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: Clone Ubuntu EMMC on BBB

2014-01-08 Thread Brian Piccioni
Thanks to the help of Robert and William I have successfully cloned a 
Ubuntu BBB. For posterity (i.e. the next Noob who struggle with this, I 
have written up the procedure I used.

Thanks again for the help.
Brian

*Start up the source BBB, booting Ubuntu off eMMC.*

 

*In order for this to work, uEnv.txt and /etc/fstab must use UUIDs for the 
root file system. My fstab was automatically generated and used UUIDs, 
however, uEnv.txt did not which meant the copy process did not function 
properly.*

 

*So you have to make sure uEnv.txt uses UUIDs. So, to the Find out what 
your UUIDs are*

brian@arm:/boot/uboot$ sudo blkid

/dev/mmcblk0p1: LABEL="storage" UUID="5bdb27fd-1cb8-4a08-b2c2-51062e8b2fa7" 
TYPE="ext4"

/dev/mmcblk1p1: SEC_TYPE="msdos" LABEL="boot" UUID="AEA7-4FDD" TYPE="vfat"

/dev/mmcblk1p2: LABEL="rootfs" UUID="d933e4fe-59f6-4344-9935-8f86c04b7481" 
TYPE="ext4"

 

*Edit uEnv.txt to use UUID for rootfs*

sudo nano /boot/uboot/uEnv.txt

 

*Replace the line*

mmcroot=/dev/mmcblk1p2 ro

 

*With the UUID of the root (i.e :UUID=d933e4fe-59f6-4344-9935-8f86c04b7481) 
and add mmcrootfstype as appropriate*

mmcroot=UUID=d933e4fe-59f6-4344-9935-8f86c04b7481

mmcrootfstype=ext4 rootwait fixrtc

 

*Save the file, double check to make sure you've saved it, made the right 
changes, etc..*

 

 

*Now to make a copy image (you do this once). On the Source BBB Remove Powe*

Insert bootable microSD ( I used Angstrom, marked ‘O’)

Insert thumb drive

Push ‘Boot’ button (near microSD card) and insert power AT LEAST until all 
4 LEDs light

Log in (as root, no password)

 

df - to see where the Thumb drive is mounted (/media/Lexar)

cd /media/Lexar

fdisk –l to list drives (eMMC will probably be /dev/mmcblk1)

 

*Copy mcblk1 to a backup image*

dd if=/dev/mmcblk1 of=BeagleBoneBlack-eMMC-image-Jan82014.img bs=10M

*(This takes about 5 minutes and you should get a result like this:*

183+1 records in

183+1 records out

1920991232 bytes (1.9 GB) copied, 336.935 s, 5.7 MB/s

 

 

*On the second (destination) BBB Remove Power*

Insert bootable microSD ( I used Angstrom, marked ‘O’)

Insert thumb drive

Push ‘Boot’ button (near microSD card) and insert power AT LEAST until all 
4 LEDs light

 

df - to see where the Thumb drive is mounted (/media/Lexar)

cd to the thumb drive /media/Lexar

fdisk –l to list drives (eMMC will probably be /dev/mmcblk1)

 

*Copy backup image to mcblk1 *

dd if=BeagleBoneBlack-eMMC-image-Jan82014.img of=/dev/mmcblk1 bs=10M

 

And get this result 

183+1 records in

183+1 records out

1920991232 bytes (1.9 GB) copied, 303.132 s, 6.3 MB/s

 

*Remove the uSD and USB Stick, reboot, log in and, find out what your UUIDs 
are (they should be the same as the source BBB)*

brian@arm:/boot/uboot$ sudo blkid

/dev/mmcblk0p1: LABEL="storage" UUID="5bdb27fd-1cb8-4a08-b2c2-51062e8b2fa7" 
TYPE="ext4"

/dev/mmcblk1p1: SEC_TYPE="msdos" LABEL="boot" UUID="AEA7-4FDD" TYPE="vfat"

/dev/mmcblk1p2: LABEL="rootfs" UUID="d933e4fe-59f6-4344-9935-8f86c04b7481" 
TYPE="ext4"

 

-- 
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] Fedora 20 does not boot and no information could be obtained

2014-01-08 Thread Satoki Ogiso
hi, Robert

Thank you for your advice.
The problem has been solved with usb-serial cable.

I'll ask this kind on freenode next time.

2014年1月8日水曜日 22時57分06秒 UTC+9 RobertCNelson:
>
> On Tue, Jan 7, 2014 at 11:07 PM, Satoki Ogiso > 
> wrote: 
> > Hi, 
> > 
> > I'm now trying to install Fedora 20 on my BBB, with following 
> instructions. 
> > 
> https://fedoraproject.org/wiki/Architectures/ARM/F20/Installation#For_the_BeagleBone_Black
>  
> > 
> > Now I completed this procedure on Ubuntu 13.10, and installed SD card 
> into 
> > the board then plugged USB cable with pressing SW2. 
> > But nothing happened except the PWR LED lits. 
> > 
> > I don't have any idea what kind of information I may need to solve this 
> > problem. 
>
> using a usb-serial cable to show what you have so far would help.. 
>
> > So please give me some advice of what to inspect. 
>
> ask #fedora-arm on freenode, it's there image.. 
>
> > I've done the followings. 
> > *Booted without SD card and it succeeded. 
> > *Checked SD card's partition. There are three partitions (UBOOT, _swap, 
> and 
> > __), it seems reasonable. 
> > *Created boot SD card on windows, with win32DiskImager and VFAT file. 
> But it 
> > doesn't work. 
>
> 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/groups/opt_out.


Re: [beagleboard] TFTP from u-boot: slow and buggy

2014-01-08 Thread liyaoshi
umm

With serial download,I prefer to set the baudrate up to 921600 , if you use
a usb converter to uart .




2014/1/9 Vaibhav Bedia 

> On Wed, Jan 8, 2014 at 2:31 PM, William Hermans  wrote:
>
>> Any information you're willing to share as to how you load files via
>> serial would be awesome. Personally, I love reading about this sort of
>> thing . ..
>>
>>
> The steps are outlined here...
>
> http://processors.wiki.ti.com/index.php/AM335x_U-Boot_User's_Guide
> It's for the AM335x EVM but it should be easy enough to adapt it to any
> AM335x system.
>
>
>
>> On Wed, Jan 8, 2014 at 11:22 AM,  wrote:
>>
>>> Thanks, and I'd seen that article, but you're right--I'm doing something
>>> different. I have a BBB-based development board, and I'm writing a script
>>> that loads a full distribution onto it starting from a blank slate--i.e.,
>>> nothing in the eMMC, no SD card. Most of it is working.
>>>
>>> I think Jack is right--it's a network driver issue. When I revert to the
>>> stock u-boot v2013.10, the tftp works better.
>>>
>>> On Wednesday, January 8, 2014 9:59:29 AM UTC-8, William Hermans wrote:

 http://www.embeddedhobbyist.com/debian-tips/beaglebone-
 black/beaglebone-black-network-boot/

 The above link is an article I wrote in the subject of network booting.
 uboot, MLO, and uEnv.txt are on an SD card, but the kernel, and device tree
 overlay  is pulled in via TFTP, finally rootfs over NFS.

 This works fine, and might be a little slow, but nothing like what
 you're explaining in your post. I am just using the standard package that
 comes with Debian wheezy stable, and I have never experienced these
 problems you're mentioning here.




 On Wed, Jan 8, 2014 at 9:51 AM, Jack Mitchell >>> > wrote:

> On 08/01/14 16:47, l...@ansync.com wrote:
> > I have a setup that loads u-boot onto the BBB over the serial port,
> and
> > then tells u-boot to load the .dtb and kernel from a local TFTP
> server.
> > Loading the small .dtb file works perfectly (although slowly), and
> > succeeds. Loading the kernel takes too long, causes lots of retries,
> and
> > finally errors out. If I manually get the kernel from that same TFTP
> > server onto my laptop, it loads in about 11 seconds--over wifi--so
> the
> > server is working fine. It's just u-boot's TFTP client that seems to
> be
> > causing the errors. I have seen other messages around the net
> advising
> > changing the server's block size to 1468, which I did, and telling
> > u-boot to turn dcache off, which isn't an option anymore, but it
> still
> > fails.
> >
> > Has anyone actually got this working? Which tftp server are you
> using,
> > and what parameters? Is there a patch to u-boot that might fix its
> client?
> >
> > --
> > 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.
>
> Which version of u-boot are you using? Could it not also be the
> ethernet
> drivers? I would try updating to the latest u-boot version and see if
> you're still having issues.
>
> Cheers,
>
> --
>   Jack Mitchell (ja...@embed.me.uk)
>   Embedded Systems Engineer
>   Cambridgeshire, UK
>   http://www.embed.me.uk
> --
>
> --
> 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.
>>
>
>  --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoar

[beagleboard] Re: Minecraft Cape

2014-01-08 Thread Joey Carlini
By broken out, I mean like built into a cape or something specific to being 
able to play Minecraft on it or something similar.

On Wednesday, January 8, 2014 4:55:22 PM UTC-5, Joey Carlini wrote:
>
> Okay, so I loaded up one of Rob's images for Debian on the Beaglebone 
> Black, and was able to get the Minecraft Launcher running with the Open-JDK 
> and was able to login, but no dice getting the game to launch. Would it be 
> possible to get a client running with the Beaglebone using some Java 
> trickery, and if all went well, could it be broken out into it's own little 
> unit, similar to Gamebone? 
>

-- 
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] Minecraft Cape

2014-01-08 Thread Joey Carlini
Okay, so I loaded up one of Rob's images for Debian on the Beaglebone 
Black, and was able to get the Minecraft Launcher running with the Open-JDK 
and was able to login, but no dice getting the game to launch. Would it be 
possible to get a client running with the Beaglebone using some Java 
trickery, and if all went well, could it be broken out into it's own little 
unit, similar to Gamebone? 

-- 
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: 4D Systems 4DCAPE-70T, no display

2014-01-08 Thread Brian Yee
Terry,

Yes, the user light is on solid.  The curious thing is that this behaviour
is the same for a couple of
other BeagleBoards and 4D LCD shields.  I don't think it is the hardware,
unless there is some
sort of design problem.  Have you gotten one to work?

Thanks,

Brian



On Wed, Jan 8, 2014 at 12:03 PM, Terry Storm  wrote:

> Is the USER LED flashing for you, or on solid?
> If its not flashing then I don't think the Cape has been identified by the
> BBB correctly.
> If you cant get it working, then you might have a dud one. Claim RMA and
> get it replaced.
>
>
> On Thursday, 9 January 2014 06:36:35 UTC+13, Brian Yee wrote:
>
>>
>>
>> Yes, I double checked the insertion of the board.  Also, the LED's came
>> on and the reset and power switches worked ok.
>> I also flashed the latest image from the BeagleBoard.org site:
>> BBB-eMMC-flasher-2013.09.04.img.xz
>> with the same results.  The images suggested earlier (
>> BBB-eMMC-flasher-v2013.06-2014.01.03.img.xz)
>> had some errors
>> when I tried to unpack them with 7-Zip.
>>
>> I may try ordering a cape from another vendor (Circuitco) and see if that
>> has the same problem.  I am presuming it
>> uses the same driver.
>>
>> TIA for the dialog on this from everyone.
>>
>> Brian
>>
>>
>>
>> On Wed, Jan 8, 2014 at 9:12 AM, dlewin555  wrote:
>>
>>> a silly question but this may happends anyway :
>>>
>>> did you checked that your board is plugged into the correct side ?
>>>
>>> Le mardi 7 janvier 2014 20:17:06 UTC+1, Terry Storm a écrit :

 That might be the problem then.
 The 4DCAPE-70T is based on the LCD7 A3, and the LCD7 A3 support on
 Angstrom only came out in August 2013 I believe.
 So reflash using the latest image and it should work, albeit the touch
 related issues which are discussed elsewhere.
 You could try the latest test release: http://downloads.angs
 trom-distribution.org/demo/beaglebone/testing/BBB-eMMC-
 flasher-v2013.06-2014.01.03.img.xz

 Else flash Android which is linked in the Datasheet from 4D, which does
 work correctly.


 On 7 January 2014 22:37, William Hermans  wrote:

> Thats the version of angstrom the BBB shipped with back in June last
> year ( e.g. when it first started shipping to the general public ). AKA,
> ancient.
>
>
> On Tue, Jan 7, 2014 at 12:11 AM, Terry Storm wrote:
>
>>  Hi Brian
>>
>> Sorry I don't know what that is. What distribution is that?
>>
>> Have you tried Android or Angstrom to verify the CAPE works correctly
>> first?
>>
>> Terry
>>
>>
>> On 7 January 2014 18:38, Brian Yee  wrote:
>>
>>> Terry, I am running version:  Linux beaglebone 3.8.6 #1 SMP Sat Apr
>>> 13 09:10:52 CEST 2013 armv7l GNU/Linux
>>>
>>>
>>> Brian
>>>
>>>
>>> On Thursday, January 2, 2014 9:19:26 AM UTC-8, Brian Yee wrote:

 A couple of weeks ago I installed a 4D Systems 4DCAPE-70T on my BBB
 board and powered it up.
 I was able to connect via USB but there was no display on the LCD
 cape.  I also tried to run it standalone
 with a USB mouse and keyboard (no HDMI display attached) but still
 no display.

 Has anyone else had luck with this, and what hardware/OS
 configuration did you use?  Any known
 problems or hints?

 Thanks,

 Brian

  --
>>> 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/to
>>> pic/beagleboard/_fkiZcnCl2I/unsubscribe.
>>>  To unsubscribe from this group and all its topics, 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...@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/to
> pic/beagleboard/_fkiZcnCl2I/unsubscribe.
>  To unsubscribe from this group and all its topics, send an email to
> beagleboard...@googlegroups.com.
>
> For more

Re: [beagleboard] BeagleBone ProfiBus Cape

2014-01-08 Thread Gerald Coley
That is your call.

Gerald


On Wed, Jan 8, 2014 at 3:36 PM,  wrote:

> Thank you for your answer,
>
> yes, I checked, it says that this cape should be available since last
> spring, but it is not!
>
> I have seen from the TI site the follow link, where they propose to use
> the integrate ISO1176T:
>
> http://www.ti.com/tool/TIDA-5
>
> do you think I can use that circuit instead waiting for the profibus cape?
>
> Thank you very much,
>
> Alessandro
>
>
> On Tuesday, December 17, 2013 2:59:32 PM UTC+1, Gerald wrote:
>
>> Did you check here? http://elinux.org/Beagleboard:BeagleBone_Capes
>>
>> Gerald
>>
>>
>>
>>
>> On Tue, Dec 17, 2013 at 4:05 AM,  wrote:
>>
>>> Hi all,
>>>
>>> I would know more informations about the BeagleBone ProfiBus Cape:
>>>
>>> http://elinux.org/Beagleboard:BeagleBone_ProfiBus
>>>
>>> when will be it available? In case the production times are long, is it
>>> possible to know of which components does it consist?
>>>
>>> Speaking about industrial communications, will be ever possible to have
>>> a BeagleBone EtherCAT Cape?
>>>
>>> Thank you!
>>>
>>> Alessandro
>>>
>>> --
>>> 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] BeagleBone ProfiBus Cape

2014-01-08 Thread guerreski
Thank you for your answer,

yes, I checked, it says that this cape should be available since last 
spring, but it is not!

I have seen from the TI site the follow link, where they propose to use the 
integrate ISO1176T:

http://www.ti.com/tool/TIDA-5

do you think I can use that circuit instead waiting for the profibus cape?

Thank you very much,

Alessandro

On Tuesday, December 17, 2013 2:59:32 PM UTC+1, Gerald wrote:
>
> Did you check here? http://elinux.org/Beagleboard:BeagleBone_Capes
>
> Gerald
>
>
>
>
> On Tue, Dec 17, 2013 at 4:05 AM, > wrote:
>
>> Hi all,
>>
>> I would know more informations about the BeagleBone ProfiBus Cape:
>>
>> http://elinux.org/Beagleboard:BeagleBone_ProfiBus
>>
>> when will be it available? In case the production times are long, is it 
>> possible to know of which components does it consist?
>>
>> Speaking about industrial communications, will be ever possible to have a 
>> BeagleBone EtherCAT Cape?
>>
>> Thank you!
>>
>> Alessandro
>>
>> -- 
>> 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.


Re: [beagleboard] Re: Which build would you recommend?

2014-01-08 Thread Robert Nelson
On Wed, Jan 8, 2014 at 3:34 PM, KurtE  wrote:
>
>
> On Wednesday, January 8, 2014 10:18:22 AM UTC-8, RobertCNelson wrote:
>>
>> > But if I do, should I stick with the 3.8 kernel?  Or 3.12 or 3.13?
>>
>> If you want 'full' cape support stick with 3.8.. If you are just using
>> usb/ethernet with simple capes* (usart/i2c/spi) use 3.13 (i'm working
>> on adding most capes to 3.13 at the moment..)  ignore 3.12.. ;)
>
>
> Sounds good, I only have one of the breadboard capes which I have enabled
> two USARTS on.  so 3.13
> sounds like where I should start playing.
>
>>
>> > My assumption is the build scripts assume I am running linux.  Can dual
>> > boot
>> > to this on my main dev machine to Linux Mint, or could use my NUC which
>> > I
>> > think right now I have running Ubuntu 13.04.
>>
>> The scripts assume linux, mostly tested on debian jessie, but works in
>> ubuntu..
>>
>> Note the "image-builder" works best native on arm hardware.. (qemu is
>> too bit rotten for 100% reliably between distro versions)
>
>
> So to build for my one BBBk,  I would be better off doing the build on
> another ARM based machine running Debian.  Probably my best option would be
> to use my Odroid U2?  It has a 16gb emmc on it and i can plug in a
> microsd...   I am currently running Ubuntu on it, but can install Debian.

Ubuntu is fine.. Remember this is just the "image-builder" it uses
debootstrap in a chroot to create a new fresh/clean image..

The kernel on the other hand.. you can build anywhere, native, cross, etc..

>> > A few more things to investigate:
>> > 1) If I build an image and write it to an SD card, can I try it out
>> > (boot
>> > off of it) without it overwriting the EMMC?
>>
>> There will be a traditional "flasher" which will overwrite the eMMC
>> and a secondary "4gb img" which you can dump to your microSD and it'll
>> run on that.
>
> So  if I am reading this correct, Each time will overwrite the eMMC... I was
> hoping to be able to maybe have the ability to choose either boot emmc or
> boot SD.  I am probably missing something.

Well technically it's only one file different in the first boot partition:

https://github.com/beagleboard/image-builder/blob/master/scripts_device/am335x_evm.sh#L54

So if it finds "flash-eMMC.txt" in the first partition it'll flash the
eMMC... It's easier to just push out two images with different
functions then explainnig.. "mount ; rm flash-eMMC.txt ; "

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


Re: [beagleboard] Re: Which build would you recommend?

2014-01-08 Thread KurtE


On Wednesday, January 8, 2014 10:18:22 AM UTC-8, RobertCNelson wrote:
>
> > But if I do, should I stick with the 3.8 kernel?  Or 3.12 or 3.13? 
>
> If you want 'full' cape support stick with 3.8.. If you are just using 
> usb/ethernet with simple capes* (usart/i2c/spi) use 3.13 (i'm working 
> on adding most capes to 3.13 at the moment..)  ignore 3.12.. ;) 
>

Sounds good, I only have one of the breadboard capes which I have enabled 
two USARTS on.  so 3.13 
sounds like where I should start playing.
 

> > My assumption is the build scripts assume I am running linux.  Can dual 
> boot 
> > to this on my main dev machine to Linux Mint, or could use my NUC which 
> I 
> > think right now I have running Ubuntu 13.04. 
>
> The scripts assume linux, mostly tested on debian jessie, but works in 
> ubuntu.. 
>
> Note the "image-builder" works best native on arm hardware.. (qemu is 
> too bit rotten for 100% reliably between distro versions) 
>
 
So to build for my one BBBk,  I would be better off doing the build on 
another ARM based machine running Debian.  Probably my best option would be 
to use my Odroid U2?  It has a 16gb emmc on it and i can plug in a 
microsd...   I am currently running Ubuntu on it, but can install Debian.
 

> > 
> > A few more things to investigate: 
> > 1) If I build an image and write it to an SD card, can I try it out 
> (boot 
> > off of it) without it overwriting the EMMC? 
>
> There will be a traditional "flasher" which will overwrite the eMMC 
> and a secondary "4gb img" which you can dump to your microSD and it'll 
> run on that. 
>
So  if I am reading this correct, Each time will overwrite the eMMC... I 
was hoping to be able to maybe have the ability to choose either boot emmc 
or boot SD.  I am probably missing something.

Thanks again

-- 
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] Apologies for duplicate postings

2014-01-08 Thread John Syne
I apologize for all the duplicate postings recently. Somehow Google groups
got messed up and wasn¹t sending me a copy of my messages. Anyway, I
unsubscribed and subscribed again and now I can see my messages.

Regards,
John



-- 
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] Test Message

2014-01-08 Thread John Syne




-- 
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] SGX drivers on Kernel 3.8.13

2014-01-08 Thread Robert Nelson
On Wed, Jan 8, 2014 at 2:27 PM, Giuseppe Iellamo  wrote:
>
> I've seen the script is not really complete infact I tried to pick the demo
> files from the ignore directory... maybe I forgot something.

I was porting it from my v3.7.x branch which had set everything up for
the xm..  However a lot had changed so I was tweaking things right up
to the point i found out it wouldn't work for my environment..

so as long as you cp the stuff from the ignore directory and place it
in the right spots it should work..

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


Re: [beagleboard] SGX drivers on Kernel 3.8.13

2014-01-08 Thread Giuseppe Iellamo

I've seen the script is not really complete infact I tried to pick the demo 
files from the ignore directory... maybe I forgot something.



Il giorno mercoledì 8 gennaio 2014 21:05:36 UTC+1, RobertCNelson ha scritto:
>
> On Wed, Jan 8, 2014 at 2:03 PM, John Syne > 
> wrote: 
> > 
> > On 1/8/14, 5:45 AM, "Robert Nelson" > 
> wrote: 
> > 
> >>On Wed, Jan 8, 2014 at 4:54 AM, Giuseppe Iellamo 
> >>> 
>
> >>wrote: 
> >>> I built the kernel successfully and installed it and now if I try with 
> >>>the 
> >>> demo included in GFX sdk I get: 
> >>> 
> >>> ubuntu@arm:~/Graphics_SDK_setuplinux_5_00_00_01/gfxsdkdemos/ogles2$ 
> sudo 
> >>> ./OGLES2ChameleonMan 
> >>> [sudo] password for ubuntu: 
> >>> PVRShell: EGL 1.4 initialized 
> >>> Exit message has been set to: "PVRShell: Unable to create surface 
> >>> ". 
> >>> InitAPI failed! 
> >>> PVRShell: Unable to create surface 
> >> 
> >>Yeah.. the "5_00_00_01" drivers are useless for anyone not running 
> >>qt's display manager.. 
> > The demos run fine for me. The default SDK places the demos in /opt 
> > 
> > You need to run the following first: 
> > 
> > sudo /etc/init.d/rc.pvr start 
> > 
> > Then I run the demo as follows: 
> > 
> > cd /opt/gfxsdkdemos/ogles2 
> > ./OGLES2ChameleonMan 
>
> i think part of the problem, i haven't exactly finished the "install" 
> part of the sgx build script... so other then building stuff, it 
> doesn't finish the install.. 
>
> btw, noticed 5_10_00_01 was out, but can't find the link at the 
> moment.. wonder what was fixed.. 
>
> 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/groups/opt_out.


[beagleboard] Re: Client-side file sharing (nfs/samba/cifs/sshfs) on Angstrom?

2014-01-08 Thread Hogges
Thanks. This worked for me with the latest Angstrom install. The hardest 
part was installing mkimage...

On Thursday, December 19, 2013 3:02:16 PM UTC-5, David Marquart wrote:
>
> I know this post is old, but here is how I got CIFS working.
>
> -With Angstrom booted on eMMC I put mSD card with Robert Nelson's Ubuntu 
> image on it into mmc slot.
> mkdir /mnt/sd1
> mkdir /mnt/sd2
> mount /dev/mmcblk1p1 /mnt/sd1
> mount /dev/mmcblk1p2 /mnt/sd2
> cd /mnt/sd1
> mkimage -A arm -O linux -T kernel -C none -a 0x80008000 -e 0x80008000 -n 
> kernel -d ./zImage ./uImage
> cp uImage /boot
> cp -r /mnt/sd2/lib/modules /lib/
> depmod -a
>
> Now I can mount folders on my Windows network with:
> mount -t cifs -o username="username",password="
> password" //server/share /mnt/directory
>
>
> On Friday, August 30, 2013 9:49:57 AM UTC-5, Jim Bell wrote:
>>
>> Has anyone succeeded in getting a BeagleBone Black Angstrom to map a 
>> filesystem to any kind of server?  NFS, CIFS/Samba, sshfs, other?
>>
>> Pointers?
>>
>> Thanks!
>> -Jim
>>
>

-- 
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] SGX drivers on Kernel 3.8.13

2014-01-08 Thread Robert Nelson
On Wed, Jan 8, 2014 at 2:03 PM, John Syne  wrote:
>
> On 1/8/14, 5:45 AM, "Robert Nelson"  wrote:
>
>>On Wed, Jan 8, 2014 at 4:54 AM, Giuseppe Iellamo 
>>wrote:
>>> I built the kernel successfully and installed it and now if I try with
>>>the
>>> demo included in GFX sdk I get:
>>>
>>> ubuntu@arm:~/Graphics_SDK_setuplinux_5_00_00_01/gfxsdkdemos/ogles2$ sudo
>>> ./OGLES2ChameleonMan
>>> [sudo] password for ubuntu:
>>> PVRShell: EGL 1.4 initialized
>>> Exit message has been set to: "PVRShell: Unable to create surface
>>> ".
>>> InitAPI failed!
>>> PVRShell: Unable to create surface
>>
>>Yeah.. the "5_00_00_01" drivers are useless for anyone not running
>>qt's display manager..
> The demos run fine for me. The default SDK places the demos in /opt
>
> You need to run the following first:
>
> sudo /etc/init.d/rc.pvr start
>
> Then I run the demo as follows:
>
> cd /opt/gfxsdkdemos/ogles2
> ./OGLES2ChameleonMan

i think part of the problem, i haven't exactly finished the "install"
part of the sgx build script... so other then building stuff, it
doesn't finish the install..

btw, noticed 5_10_00_01 was out, but can't find the link at the
moment.. wonder what was fixed..

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


Re: [beagleboard] Re: i2c-2 of expansion header is not detected

2014-01-08 Thread Robert Nelson
On Wed, Jan 8, 2014 at 2:00 PM, Robert Nelson  wrote:
> On Wed, Jan 8, 2014 at 1:53 PM, HARSHIT SINHA  wrote:
>> not a git repository... what to do ?? plz help
>
> 1: Find out who the "authors" of the image you are using.
> 2: contact them for the kernel source that matches your build
> 3: download source/patch/build
> 4: reboot
> 5: xyz
> 6: profit

btw: if you don't want to do that.. just use an image that has it
enabled by default:

http://elinux.org/BeagleBoardUbuntu#Demo_Image

use the "--dtb dt-beagle-xm" option..

i2cdetect -l
i2c-0 i2c   OMAP I2C adapter I2C adapter
i2c-1 i2c   OMAP I2C adapter I2C adapter
i2c-2 i2c   OMAP I2C adapter I2C adapter

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


Re: [beagleboard] SGX drivers on Kernel 3.8.13

2014-01-08 Thread John Syne

On 1/8/14, 5:45 AM, "Robert Nelson"  wrote:

>On Wed, Jan 8, 2014 at 4:54 AM, Giuseppe Iellamo 
>wrote:
>> I built the kernel successfully and installed it and now if I try with
>>the
>> demo included in GFX sdk I get:
>>
>> ubuntu@arm:~/Graphics_SDK_setuplinux_5_00_00_01/gfxsdkdemos/ogles2$ sudo
>> ./OGLES2ChameleonMan
>> [sudo] password for ubuntu:
>> PVRShell: EGL 1.4 initialized
>> Exit message has been set to: "PVRShell: Unable to create surface
>> ".
>> InitAPI failed!
>> PVRShell: Unable to create surface
>
>Yeah.. the "5_00_00_01" drivers are useless for anyone not running
>qt's display manager..
The demos run fine for me. The default SDK places the demos in /opt

You need to run the following first:

sudo /etc/init.d/rc.pvr start

Then I run the demo as follows:

cd /opt/gfxsdkdemos/ogles2
./OGLES2ChameleonMan

Regards,
John

>
>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/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: 4D Systems 4DCAPE-70T, no display

2014-01-08 Thread Terry Storm
Is the USER LED flashing for you, or on solid?
If its not flashing then I don't think the Cape has been identified by the 
BBB correctly.
If you cant get it working, then you might have a dud one. Claim RMA and 
get it replaced.


On Thursday, 9 January 2014 06:36:35 UTC+13, Brian Yee wrote:
>
>
>
> Yes, I double checked the insertion of the board.  Also, the LED's came on 
> and the reset and power switches worked ok.
> I also flashed the latest image from the BeagleBoard.org site:  
> BBB-eMMC-flasher-2013.09.04.img.xz
> with the same results.  The images suggested earlier (
> BBB-eMMC-flasher-v2013.06-2014.01.03.img.xz)
>  
> had some errors
> when I tried to unpack them with 7-Zip.
>
> I may try ordering a cape from another vendor (Circuitco) and see if that 
> has the same problem.  I am presuming it
> uses the same driver.
>
> TIA for the dialog on this from everyone.
>
> Brian
>
>
>
> On Wed, Jan 8, 2014 at 9:12 AM, dlewin555 
> > wrote:
>
>> a silly question but this may happends anyway : 
>>
>> did you checked that your board is plugged into the correct side ? 
>>
>> Le mardi 7 janvier 2014 20:17:06 UTC+1, Terry Storm a écrit :
>>>
>>> That might be the problem then.
>>> The 4DCAPE-70T is based on the LCD7 A3, and the LCD7 A3 support on 
>>> Angstrom only came out in August 2013 I believe.
>>> So reflash using the latest image and it should work, albeit the touch 
>>> related issues which are discussed elsewhere.
>>> You could try the latest test release: http://downloads.
>>> angstrom-distribution.org/demo/beaglebone/testing/BBB-
>>> eMMC-flasher-v2013.06-2014.01.03.img.xz
>>>
>>> Else flash Android which is linked in the Datasheet from 4D, which does 
>>> work correctly.
>>>
>>>
>>> On 7 January 2014 22:37, William Hermans  wrote:
>>>
 Thats the version of angstrom the BBB shipped with back in June last 
 year ( e.g. when it first started shipping to the general public ). AKA, 
 ancient.


 On Tue, Jan 7, 2014 at 12:11 AM, Terry Storm wrote:

>  Hi Brian
>
> Sorry I don't know what that is. What distribution is that?
>
> Have you tried Android or Angstrom to verify the CAPE works correctly 
> first?
>
> Terry
>
>
> On 7 January 2014 18:38, Brian Yee  wrote:
>
>> Terry, I am running version:  Linux beaglebone 3.8.6 #1 SMP Sat Apr 
>> 13 09:10:52 CEST 2013 armv7l GNU/Linux
>>
>>
>> Brian
>>
>>
>> On Thursday, January 2, 2014 9:19:26 AM UTC-8, Brian Yee wrote:
>>>
>>> A couple of weeks ago I installed a 4D Systems 4DCAPE-70T on my BBB 
>>> board and powered it up.
>>> I was able to connect via USB but there was no display on the LCD 
>>> cape.  I also tried to run it standalone 
>>> with a USB mouse and keyboard (no HDMI display attached) but still 
>>> no display.
>>>
>>> Has anyone else had luck with this, and what hardware/OS 
>>> configuration did you use?  Any known
>>> problems or hints?
>>>
>>> Thanks,
>>>
>>> Brian
>>>
>>>  -- 
>> 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/_fkiZcnCl2I/unsubscribe.
>>  To unsubscribe from this group and all its topics, 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...@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/_fkiZcnCl2I/unsubscribe.
  To unsubscribe from this group and all its topics, 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 a topic in the 
>> Google Groups "BeagleBoard" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/beagleboard/_fkiZcnCl2I/unsubscribe.
>> To unsubscribe from this group and all its topics, send

Re: [beagleboard] Re: i2c-2 of expansion header is not detected

2014-01-08 Thread Robert Nelson
On Wed, Jan 8, 2014 at 1:53 PM, HARSHIT SINHA  wrote:
> not a git repository... what to do ?? plz help

1: Find out who the "authors" of the image you are using.
2: contact them for the kernel source that matches your build
3: download source/patch/build
4: reboot
5: xyz
6: profit

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


[beagleboard] Re: weather cape

2014-01-08 Thread David Anders

Eric,

Koen Kooi was the original designer of the weather cape. the weather 
cape has been discontinued and no software support is planned for future 
releases of the example linux distribution shipped with the beaglebone 
black. the weather cape was initially marked as hardware incompatible 
because it does use a gpio as a test point that is also used by the on 
board eMMC used with the black.


there is no support provided for the weather cape when used with the 
beaglebone black


Dave




On 01/08/2014 01:26 PM, Eric Fort wrote:

how can I find out who that is that designed the weather cape?  The
cape is one of those that actually has an srm associated but the only
thing listed is supp...@beagleboardtoys.com which does not seem to
answer email.  No responses from the group either which seems
generally odd.

On Wed, Jan 8, 2014 at 9:59 AM, Gerald Coley  wrote:

You need to ask the designer and maker of the weather cape.

Gerald


On Wed, Jan 8, 2014 at 11:57 AM, Eric Fort  wrote:

What is it that specificly makes the weather cape not black
comparable?  It seems to only use i2c and power so I'm a bit boggled
over what could be in conflict yet it's listed as incompatable at
sites like beagleboard toys / circuitco.  What's the issue?

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


[beagleboard] Re: i2c-2 of expansion header is not detected

2014-01-08 Thread HARSHIT SINHA
not a git repository... what to do ?? plz help

On Wednesday, 8 January 2014 01:51:46 UTC+5:30, HARSHIT SINHA wrote:
>
> when i do i2cdetect only i2c1, i2c3 recognizes but no i2c-2. how to enable 
> i2c2 plz
>
>

-- 
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] to start i2c2

2014-01-08 Thread HARSHIT SINHA
when i do i2c detect only i2c1 and i2c3 is detected but i2c2 not. as i have 
seen that mux of 23 and 24 pin is both set to 0 in i2c mode .then also i2c2 
is not detected . pullup register is enabled.
i am using bb xm and kernel 3.2.0-23

-- 
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] how to use i2c

2014-01-08 Thread HARSHIT SINHA
when i do i2c detect only i2c1 and i2c3 is detected but i2c2 not. as i have 
seen that mux of 23 and 24 pin is both set to 0 in i2c mode .then also i2c2 
is not detected . pullup register is enabled.
i am using bb xm and kernel 3.2.0-23

-- 
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] TFTP from u-boot: slow and buggy

2014-01-08 Thread Vaibhav Bedia
On Wed, Jan 8, 2014 at 2:31 PM, William Hermans  wrote:

> Any information you're willing to share as to how you load files via
> serial would be awesome. Personally, I love reading about this sort of
> thing . ..
>
>
The steps are outlined here...

http://processors.wiki.ti.com/index.php/AM335x_U-Boot_User's_Guide
It's for the AM335x EVM but it should be easy enough to adapt it to any
AM335x system.



> On Wed, Jan 8, 2014 at 11:22 AM,  wrote:
>
>> Thanks, and I'd seen that article, but you're right--I'm doing something
>> different. I have a BBB-based development board, and I'm writing a script
>> that loads a full distribution onto it starting from a blank slate--i.e.,
>> nothing in the eMMC, no SD card. Most of it is working.
>>
>> I think Jack is right--it's a network driver issue. When I revert to the
>> stock u-boot v2013.10, the tftp works better.
>>
>> On Wednesday, January 8, 2014 9:59:29 AM UTC-8, William Hermans wrote:
>>>
>>> http://www.embeddedhobbyist.com/debian-tips/beaglebone-
>>> black/beaglebone-black-network-boot/
>>>
>>> The above link is an article I wrote in the subject of network booting.
>>> uboot, MLO, and uEnv.txt are on an SD card, but the kernel, and device tree
>>> overlay  is pulled in via TFTP, finally rootfs over NFS.
>>>
>>> This works fine, and might be a little slow, but nothing like what
>>> you're explaining in your post. I am just using the standard package that
>>> comes with Debian wheezy stable, and I have never experienced these
>>> problems you're mentioning here.
>>>
>>>
>>>
>>>
>>> On Wed, Jan 8, 2014 at 9:51 AM, Jack Mitchell 
>>> wrote:
>>>
 On 08/01/14 16:47, l...@ansync.com wrote:
 > I have a setup that loads u-boot onto the BBB over the serial port,
 and
 > then tells u-boot to load the .dtb and kernel from a local TFTP
 server.
 > Loading the small .dtb file works perfectly (although slowly), and
 > succeeds. Loading the kernel takes too long, causes lots of retries,
 and
 > finally errors out. If I manually get the kernel from that same TFTP
 > server onto my laptop, it loads in about 11 seconds--over wifi--so the
 > server is working fine. It's just u-boot's TFTP client that seems to
 be
 > causing the errors. I have seen other messages around the net advising
 > changing the server's block size to 1468, which I did, and telling
 > u-boot to turn dcache off, which isn't an option anymore, but it still
 > fails.
 >
 > Has anyone actually got this working? Which tftp server are you using,
 > and what parameters? Is there a patch to u-boot that might fix its
 client?
 >
 > --
 > 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.

 Which version of u-boot are you using? Could it not also be the ethernet
 drivers? I would try updating to the latest u-boot version and see if
 you're still having issues.

 Cheers,

 --
   Jack Mitchell (ja...@embed.me.uk)
   Embedded Systems Engineer
   Cambridgeshire, UK
   http://www.embed.me.uk
 --

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

-- 
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] Availability - how come nobody has any BeagleBone Black to sell?

2014-01-08 Thread Drew Fustini
for those looking for small qty, microcenter has worked well for me - got
to love local retail for weekend BeagleBone emergencies! :)

http://www.microcenter.com/product/416355/BeagleBone_Black#

for those w/o microcenter in their area, it looks like you can order via
their webstore too


On Mon, Jan 6, 2014 at 7:45 PM, Paul Wright  wrote:

> I was just curious why none of my usual distributors have any BeagleBone
> Black boards in stock and most are reporting lead times that are beyond
> belief.  Has there been some supply chain disturbance I have missed?
> Shortage of a key component?
>
> Just seems strange...
>
> I'm evaluating a potential use but if there are going to be supply issues
> going forward, that is a concern.
>
> Does anyone have any information they can offer?
>
> Regards,
>
> paul
>
>
>
>  --
> 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] TFTP from u-boot: slow and buggy

2014-01-08 Thread William Hermans
Any information you're willing to share as to how you load files via serial
would be awesome. Personally, I love reading about this sort of thing . ..


On Wed, Jan 8, 2014 at 11:22 AM,  wrote:

> Thanks, and I'd seen that article, but you're right--I'm doing something
> different. I have a BBB-based development board, and I'm writing a script
> that loads a full distribution onto it starting from a blank slate--i.e.,
> nothing in the eMMC, no SD card. Most of it is working.
>
> I think Jack is right--it's a network driver issue. When I revert to the
> stock u-boot v2013.10, the tftp works better.
>
> On Wednesday, January 8, 2014 9:59:29 AM UTC-8, William Hermans wrote:
>>
>> http://www.embeddedhobbyist.com/debian-tips/beaglebone-
>> black/beaglebone-black-network-boot/
>>
>> The above link is an article I wrote in the subject of network booting.
>> uboot, MLO, and uEnv.txt are on an SD card, but the kernel, and device tree
>> overlay  is pulled in via TFTP, finally rootfs over NFS.
>>
>> This works fine, and might be a little slow, but nothing like what you're
>> explaining in your post. I am just using the standard package that comes
>> with Debian wheezy stable, and I have never experienced these problems
>> you're mentioning here.
>>
>>
>>
>>
>> On Wed, Jan 8, 2014 at 9:51 AM, Jack Mitchell 
>> wrote:
>>
>>> On 08/01/14 16:47, l...@ansync.com wrote:
>>> > I have a setup that loads u-boot onto the BBB over the serial port, and
>>> > then tells u-boot to load the .dtb and kernel from a local TFTP server.
>>> > Loading the small .dtb file works perfectly (although slowly), and
>>> > succeeds. Loading the kernel takes too long, causes lots of retries,
>>> and
>>> > finally errors out. If I manually get the kernel from that same TFTP
>>> > server onto my laptop, it loads in about 11 seconds--over wifi--so the
>>> > server is working fine. It's just u-boot's TFTP client that seems to be
>>> > causing the errors. I have seen other messages around the net advising
>>> > changing the server's block size to 1468, which I did, and telling
>>> > u-boot to turn dcache off, which isn't an option anymore, but it still
>>> > fails.
>>> >
>>> > Has anyone actually got this working? Which tftp server are you using,
>>> > and what parameters? Is there a patch to u-boot that might fix its
>>> client?
>>> >
>>> > --
>>> > 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.
>>>
>>> Which version of u-boot are you using? Could it not also be the ethernet
>>> drivers? I would try updating to the latest u-boot version and see if
>>> you're still having issues.
>>>
>>> Cheers,
>>>
>>> --
>>>   Jack Mitchell (ja...@embed.me.uk)
>>>   Embedded Systems Engineer
>>>   Cambridgeshire, UK
>>>   http://www.embed.me.uk
>>> --
>>>
>>> --
>>> 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 build would you recommend?

2014-01-08 Thread Robert Nelson
On Wed, Jan 8, 2014 at 1:27 PM, William Hermans  wrote:
> Will do, thanks Robert.
>
> I also notice that SPI is missing from rscm ? Not a complain mind you, just
> an observation.

Oh SPI is enabled by default, see:

http://elinux.org/Basic_Proto_Cape

for the "default" setup..

It just doesn't like being patched in/out in my initial idea utilized
in that repo.. (aka it hard crashes)

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


Re: [beagleboard] Re: Which build would you recommend?

2014-01-08 Thread William Hermans
Will do, thanks Robert.

I also notice that SPI is missing from rscm ? Not a complain mind you, just
an observation.


On Wed, Jan 8, 2014 at 12:05 PM, Robert Nelson wrote:

> On Wed, Jan 8, 2014 at 12:54 PM, William Hermans 
> wrote:
> > I supppose I will have to download one of your images and start poking
> > around. Maybe I'll be able to reverse it well enough to document some
> stuff.
>
> Just start with wheezy:
>
> http://elinux.org/BeagleBoardDebian#Debian_7_.28wheezy.29
>
> install v3.13-rcX
> wget http://rcn-ee.net/deb/wheezy-armhf/v3.13.0-rc7-bone3/install-me.sh
> sudo /bin/bash install-me.sh
>
> sudo reboot
>
> then read up on:
> https://github.com/RobertCNelson/rscm
>
> 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/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: weather cape

2014-01-08 Thread Eric Fort
how can I find out who that is that designed the weather cape?  The
cape is one of those that actually has an srm associated but the only
thing listed is supp...@beagleboardtoys.com which does not seem to
answer email.  No responses from the group either which seems
generally odd.

On Wed, Jan 8, 2014 at 9:59 AM, Gerald Coley  wrote:
> You need to ask the designer and maker of the weather cape.
>
> Gerald
>
>
> On Wed, Jan 8, 2014 at 11:57 AM, Eric Fort  wrote:
>>
>> What is it that specificly makes the weather cape not black
>> comparable?  It seems to only use i2c and power so I'm a bit boggled
>> over what could be in conflict yet it's listed as incompatable at
>> sites like beagleboard toys / circuitco.  What's the issue?
>>
>> 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/groups/opt_out.


[beagleboard] Re: Code protect

2014-01-08 Thread mark . s . schaefer
You might want to look at some of the Freescale processors.  Last time I 
heard (~2010), they had multiple levels of protection built in to the 
product.  You can burn in (write-once) an encryption key and then encrypt 
the contents of the FLASH using that key.  You can also have it checksum 
the contents of the boot code to prevent malicious code execution.  All of 
this does slow down the boot and causes headaches in manufacturing, but if 
you want to protect the bits, it's one of the few ways to do it.  Here is a 
security whitepaper for 
Freescale: http://cache.freescale.com/files/32bit/doc/white_paper/IMXSCRTYWP.pdf

On Wednesday, January 8, 2014 2:04:21 AM UTC-7, sdec...@gmail.com wrote:
>
> Sorry I've seen it is a GPL project
>

-- 
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-01-08 Thread Gerald Coley
Actually, that had crossed my mind.

Gerald



On Wed, Jan 8, 2014 at 1:08 PM,  wrote:

> Bitcoin? :D
>
> --
> 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: recommend usb external drive for booting?

2014-01-08 Thread William Hermans
Sounds like fun. The idea of being able to run a swap partition in this
instance sure does seems nice. In fact the drive I used to test the
material for the article I wrote: I forgot to add a swap partition. So I
created a swap file with dd . .  .it seems to work just fine.

For what it is worth. For my own ideal development environment I prefer to
netboot. Simply because I have the added horsepower of my "desktop" system,
and the ease of moving things around without having to interact with the
BBB directly. Generally this means that single non system files I can copy
over on the fly and test, while system directories or files can be done on
the fly, but *will* require a reboot. Plus the added benefit of using "non
destructive" media.

Have fun with your exploration :)


On Wed, Jan 8, 2014 at 11:33 AM, Rusty Wright wrote:

> Yes, the writes to flash memory is my concern; wearing out the flash
> memory.  But I'm thinking that "doing a lot of development naively" isn't
> as much a problem as when you're running Linux.  Unix is a disk based
> operating system and it historically has written to the disk willy nilly.
>  Syslog is writing regularly, inodes are being updated when files are
> accessed, etc. My idea is exploring the BBB as a low power unix server.
>
>
> On Tuesday, January 7, 2014 7:25:10 PM UTC-8, William Hermans wrote:
>>
>> Why would you boot a USB flash thumb drive ?
>>
>> The whole point at least in my own opinion is that a USB HDD is not as
>> write sensitive as flash memory media. Meaning you can write erase, write
>> erase to your hearts content and generally not have to worry that the media
>> may fail. So if you're doing a lot of development naively ( in stead of
>> cross compiling which i prefer ), you will not have to worry about the
>> media failing.
>>
>> As for the rest, we can sit and quibble about the various technicalities
>> all day long. But in the end, a BIOS, and uboot perform the same duties.
>>
>>
>> On Tue, Jan 7, 2014 at 8:13 PM, liyaoshi  wrote:
>>
>>> Actually , boot from USB ,as slave mode , as I know , iMX5/6 omap3/4/5
>>> all support boot from usb otg (as slave mode )
>>>
>>>
>>> 2014/1/8 William Hermans 
>>>
 "So, what is the SD card? It can't just boot off the USB? I believe in
 this case, I am still correct. "

 So, what is a BIOS ? If in this case you are correct, then no computer
 system out there can boot off of USB. As all computer devices need to know
 how to bring up the hardware, DDR memory(
 now days ) , and from where to boot.

 Ok, so I was wrong, guess you do not care if someone can boot their
 BBB's off of a USB drive.


 On Tue, Jan 7, 2014 at 7:56 PM, William Hermans wrote:

> If you actually read the article, you would realize there is no need
> to modify anything rh_ . . .
>
>
> On Tue, Jan 7, 2014 at 7:56 PM, William Hermans wrote:
>
>>
>>
>> On Tue, Jan 7, 2014 at 7:55 PM, William Hermans wrote:
>>
>>> Actually, its loading the kernel from the HDD. Only the uboot files
>>> need be read, so as the device knows where to boot *from*.
>>>
>>> If you want to be a 100% nitpicking techno-junkie, then a purely
>>> 100% SD/eMMC-less boot  can be had by using eprom . . . as it stands, 
>>> this
>>> form of USB boot satisfies me, and 99% of the other people out there :)
>>>
>>>
>>> On Tue, Jan 7, 2014 at 7:13 PM, rh_  wrote:
>>>
 On Tue, 7 Jan 2014 16:18:00 -0600
 Gerald Coley  wrote:

 > Correct. It is actually booting form the SD and then loading off
 the
 > HDD. The boards cannot boot direct off of USB. They need that
 > intermediate step. You could also use a large thumb drive like a
 > 128GB.

 You are correct those instructions should be modifed to note the
 reliance on
 the sd card or eMMC.

 I recall that the lack of booting straight from USB was designed in
 but I don't recall what the reason was. Do you know? It's common
 for devices to boot from USB and I even recall reading USB was
 checked
 during the boot process, after SPI (I think). I may have  read that
 in the
 TRM or is it SRM...?

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

Re: [beagleboard] Re: To CANBUS or not to CANBUS

2014-01-08 Thread mark . s . schaefer
Hi,

 I've done a bit of work with CAN, mainly in automotive and Freescale. 
 CAN is used heavily in automotive because it is deterministic, as you say. 
 That is, you can come up with a priority scheme that guarantees that 
higher priority messages get sent out without collisions.  You can read 
about the scheme on Wikipedia.

 I'm not sure about the CAN controller on the BBB, but one of the 
problems with CAN implementations is large numbers of interrupts on busy 
networks.  CAN is essentially a pub/sub network, where the receiver (at 
COMPILE time) registers for the set of messages it wants to receive.  Those 
messages are then compiled into a set of filters that get loaded into the 
CAN controller so that the number of hardware interrupts are reduced.  I'm 
not sure if the interrupt issue is still a problem, but there is still a 
lot of FUD around the industry about that.

 The Linux SocketCAN driver (developed at VW) is, I think, a vastly 
superior approach that uses some of the existing Linux network stack, but 
it doesn't use the hardware filtering capabilities of the hardware.

 For home use, I would look at Insteon (wired/wireless), Z-Wave 
(wireless) or Zigbee (wireless).  SmartHome is a good place to look at 
what's out there.  If you're going to create your own sensors, RS-485, 
suggested above, is probably an easier implementation than CAN.  Perhaps 
more information on your problem would help towards picking the right 
technologies.

-- 
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-01-08 Thread mark . s . schaefer
Bitcoin? :D

-- 
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] SGX drivers on Kernel 3.8.13

2014-01-08 Thread John Syne

On 1/8/14, 5:45 AM, "Robert Nelson"  wrote:

>On Wed, Jan 8, 2014 at 4:54 AM, Giuseppe Iellamo 
>wrote:
>> I built the kernel successfully and installed it and now if I try with
>>the
>> demo included in GFX sdk I get:
>>
>> ubuntu@arm:~/Graphics_SDK_setuplinux_5_00_00_01/gfxsdkdemos/ogles2$ sudo
>> ./OGLES2ChameleonMan
>> [sudo] password for ubuntu:
>> PVRShell: EGL 1.4 initialized
>> Exit message has been set to: "PVRShell: Unable to create surface
>> ".
>> InitAPI failed!
>> PVRShell: Unable to create surface
>
>Yeah.. the "5_00_00_01" drivers are useless for anyone not running
>qt's display manager..
The demos run fine for me. The default SDK places the demos in /opt

You need to run the following first:

sudo /etc/init.d/rc.pvr start

Then I run the demo as follows:

cd /opt/gfxsdkdemos/ogles2
./OGLES2ChameleonMan

Regards,
John

>
>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/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 build would you recommend?

2014-01-08 Thread Robert Nelson
On Wed, Jan 8, 2014 at 12:54 PM, William Hermans  wrote:
> I supppose I will have to download one of your images and start poking
> around. Maybe I'll be able to reverse it well enough to document some stuff.

Just start with wheezy:

http://elinux.org/BeagleBoardDebian#Debian_7_.28wheezy.29

install v3.13-rcX
wget http://rcn-ee.net/deb/wheezy-armhf/v3.13.0-rc7-bone3/install-me.sh
sudo /bin/bash install-me.sh

sudo reboot

then read up on:
https://github.com/RobertCNelson/rscm

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


Re: [beagleboard] Re: Touchscreen Jitter / Jumping on Beaglebone Black LCD Capes

2014-01-08 Thread Ian Kidd
I'm going to be the helpless little girl here and ask for a quick synopsis 
of how to apply the patch?  I'm not sure where the file is that gets this 
Diff, because I can't locate it in /lib/modules.

-- 
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 build would you recommend?

2014-01-08 Thread William Hermans
I supppose I will have to download one of your images and start poking
around. Maybe I'll be able to reverse it well enough to document some stuff.


On Wed, Jan 8, 2014 at 11:28 AM, Robert Nelson wrote:

> On Wed, Jan 8, 2014 at 12:21 PM, William Hermans 
> wrote:
> > Robert, OK so maybe I am a bit slow on the uptake on this conversation,
> but
> > does the fact that you're trying to write in most / all capes indicate
> that
> > device tree will not happen in 3.12/3.13 ?
> >
> > If this is right, does this mean the "old style" will be re implemented ?
>
> Oh it's device tree based... The 'old style' is gone forever...  It's
> just not 100% dynamic and endlessly configurable like 3.8 was...
>
> Lets just call it dtb patching with a reboot...
>
> 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/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: Looking for someone to port software for me for BBB

2014-01-08 Thread mark . s . schaefer
It'll take getting your hands dirty or making it worth someone else's time 
and effort to get their hands dirty.  People in forums tend to be helpful 
when it comes to small requests, but it sounds like you're asking for 
someone to donate a weeks' worth of effort to just hand you something on a 
silver platter.  Just sayin'.

If you want to win kudos, you can do the work and then post the steps for 
others to benefit from your labor.

-- 
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] 'Opkg' Erros

2014-01-08 Thread Pablo Oyarzo


I got my BBB conected through USB to my desktop, and my router is conect to 
my desktop through ethernet cable.

-- 
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-01-08 Thread Rusty Wright
Do you work for the NSA?  ;)


On Wednesday, January 8, 2014 10:31:44 AM UTC-8, Robert P. J. Day wrote:
>
> On Wed, 8 Jan 2014, Gerald Coley wrote: 
>
> > We have ship 4,400 boards since the first of the year. Anybody know 
> > where they went? 
>
> > Gerald 
>
>   i'm building a cluster ... 
>
> rday 
>
> -- 
>
>  
> Robert P. J. Day Ottawa, Ontario, CANADA 
> http://crashcourse.ca 
>
> Twitter:   http://twitter.com/rpjday 
> LinkedIn:   http://ca.linkedin.com/in/rpjday 
>  
>

-- 
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-01-08 Thread Gerald Coley
AHH! So that s where the 4,400 went.

Gerald



On Wed, Jan 8, 2014 at 12:31 PM, Robert P. J. Day wrote:

> On Wed, 8 Jan 2014, Gerald Coley wrote:
>
> > We have ship 4,400 boards since the first of the year. Anybody know
> > where they went?
>
> > Gerald
>
>   i'm building a cluster ...
>
> rday
>
> --
>
> 
> Robert P. J. Day Ottawa, Ontario, CANADA
> http://crashcourse.ca
>
> Twitter:   http://twitter.com/rpjday
> LinkedIn:   http://ca.linkedin.com/in/rpjday
> 
>
> --
> 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-01-08 Thread Robert P. J. Day
On Wed, 8 Jan 2014, Gerald Coley wrote:

> We have ship 4,400 boards since the first of the year. Anybody know
> where they went?

> Gerald

  i'm building a cluster ...

rday

-- 


Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca

Twitter:   http://twitter.com/rpjday
LinkedIn:   http://ca.linkedin.com/in/rpjday


-- 
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: recommend usb external drive for booting?

2014-01-08 Thread Rusty Wright
Yes, the writes to flash memory is my concern; wearing out the flash 
memory.  But I'm thinking that "doing a lot of development naively" isn't 
as much a problem as when you're running Linux.  Unix is a disk based 
operating system and it historically has written to the disk willy nilly. 
 Syslog is writing regularly, inodes are being updated when files are 
accessed, etc. My idea is exploring the BBB as a low power unix server.


On Tuesday, January 7, 2014 7:25:10 PM UTC-8, William Hermans wrote:
>
> Why would you boot a USB flash thumb drive ?
>
> The whole point at least in my own opinion is that a USB HDD is not as 
> write sensitive as flash memory media. Meaning you can write erase, write 
> erase to your hearts content and generally not have to worry that the media 
> may fail. So if you're doing a lot of development naively ( in stead of 
> cross compiling which i prefer ), you will not have to worry about the 
> media failing. 
>
> As for the rest, we can sit and quibble about the various technicalities 
> all day long. But in the end, a BIOS, and uboot perform the same duties.
>
>
> On Tue, Jan 7, 2014 at 8:13 PM, liyaoshi  >wrote:
>
>> Actually , boot from USB ,as slave mode , as I know , iMX5/6 omap3/4/5 
>> all support boot from usb otg (as slave mode )
>>
>>
>> 2014/1/8 William Hermans >
>>
>>> "So, what is the SD card? It can't just boot off the USB? I believe in 
>>> this case, I am still correct. "
>>>
>>> So, what is a BIOS ? If in this case you are correct, then no computer 
>>> system out there can boot off of USB. As all computer devices need to know 
>>> how to bring up the hardware, DDR memory( 
>>> now days ) , and from where to boot.
>>>
>>> Ok, so I was wrong, guess you do not care if someone can boot their 
>>> BBB's off of a USB drive.
>>>
>>>
>>> On Tue, Jan 7, 2014 at 7:56 PM, William Hermans 
>>> 
>>> > wrote:
>>>
 If you actually read the article, you would realize there is no need to 
 modify anything rh_ . . .
  

 On Tue, Jan 7, 2014 at 7:56 PM, William Hermans 
 
 > wrote:

>
>
> On Tue, Jan 7, 2014 at 7:55 PM, William Hermans 
> 
> > wrote:
>
>> Actually, its loading the kernel from the HDD. Only the uboot files 
>> need be read, so as the device knows where to boot *from*.
>>
>> If you want to be a 100% nitpicking techno-junkie, then a purely 100% 
>> SD/eMMC-less boot  can be had by using eprom . . . as it stands, this 
>> form 
>> of USB boot satisfies me, and 99% of the other people out there :)
>>
>>
>> On Tue, Jan 7, 2014 at 7:13 PM, rh_ 
>> > wrote:
>>
>>> On Tue, 7 Jan 2014 16:18:00 -0600
>>> Gerald Coley > wrote:
>>>
>>> > Correct. It is actually booting form the SD and then loading off 
>>> the
>>> > HDD. The boards cannot boot direct off of USB. They need that
>>> > intermediate step. You could also use a large thumb drive like a
>>> > 128GB.
>>>
>>> You are correct those instructions should be modifed to note the 
>>> reliance on
>>> the sd card or eMMC.
>>>
>>> I recall that the lack of booting straight from USB was designed in
>>> but I don't recall what the reason was. Do you know? It's common
>>> for devices to boot from USB and I even recall reading USB was 
>>> checked
>>> during the boot process, after SPI (I think). I may have  read that 
>>> in the
>>> TRM or is it SRM...?
>>>
>>> --
>>> 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...@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...@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

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

2014-01-08 Thread Gerald Coley
We have ship 4,400 boards since the first of the year. Anybody know where
they went?

Gerald



On Wed, Jan 8, 2014 at 12:20 PM, schaefms  wrote:

> Hi,
>
>  I'm in the same boat.  I went through all of the listed suppliers,
> and now I'm bidding on a sole BBB on eBay.  Not in a huge hurry, since this
> is for a pet home project.  It really seems that the BBB has hit a sweet
> spot in terms of capability and price.  I have an HP server running my
> network that costs me $25-$30 a month in electricity, and I believe a BBB +
> a Synology NAS could to the same job for a fraction of the power
> consumption.  Just a DNS cache, NTP server, RADIUS/NIS/AD auth and
> SAMBA/NFS shares.  Maybe Asterisk.
>
> Mark
>
> --
> 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 build would you recommend?

2014-01-08 Thread Robert Nelson
On Wed, Jan 8, 2014 at 12:21 PM, William Hermans  wrote:
> Robert, OK so maybe I am a bit slow on the uptake on this conversation, but
> does the fact that you're trying to write in most / all capes indicate that
> device tree will not happen in 3.12/3.13 ?
>
> If this is right, does this mean the "old style" will be re implemented ?

Oh it's device tree based... The 'old style' is gone forever...  It's
just not 100% dynamic and endlessly configurable like 3.8 was...

Lets just call it dtb patching with a reboot...

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


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

2014-01-08 Thread schaefms
Hi,

 I'm in the same boat.  I went through all of the listed suppliers, and 
now I'm bidding on a sole BBB on eBay.  Not in a huge hurry, since this is 
for a pet home project.  It really seems that the BBB has hit a sweet spot 
in terms of capability and price.  I have an HP server running my network 
that costs me $25-$30 a month in electricity, and I believe a BBB + a 
Synology NAS could to the same job for a fraction of the power consumption. 
 Just a DNS cache, NTP server, RADIUS/NIS/AD auth and SAMBA/NFS shares. 
 Maybe Asterisk.

Mark

-- 
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 7 doesn't mount BBB as usb drive after update

2014-01-08 Thread JBodine
Same problem here.   It worked on Windows 7 initially but no longer.   

On Thursday, June 20, 2013 9:31:44 PM UTC-7, Richard Pesce wrote:
>
> Hello all!
>
> I recently received my Beaglebone Black.  I followed the getting started 
> guide HERE , installed the 
> drivers.  Afterwards I was able to connect to http://192.168.7.2 and use 
> cloud9 etc.
>
> I got to the "Update board with latest software" portion and downloaded 
> BBB-eMMC-flasher-2013.06.06.img.xz
>  and 
> flashed the eMMC successfully.  I removed the power, ejected the uSD and 
> then connected to the computer via USB and the BBB wouldn't mount as a USB 
> drive.  Fearing the update failed, I tried again with the same image.  That 
> failed... so I tried 
> BBB-eMMC-flasher-2013.06.20.img.xz
>  from 
> HERE and 
> flashed again... still no USB drive.  I then tried 
> BBB-eMMC-flasher-2013.06.17.img.xz
>  from HERE ... 
> still no USB drive.  In a last ditch effort I tried (Current Production 
> Image) 
> BBB-eMMC-flasher-2013.05.20.img.xz
>  from 
> HERE... 
> still no USB drive.
>
>
> LINUX:
> It is important to note that I could SSH into all of these installs (not 
> at http://192.168.7.2 though), and verified that everything worked  I 
> can see /dev/mmcblk0p1 is mounted at /media/BEAGLEBONE (with my most 
> current flash) and all the files are present.
>
> WINDOWS:
> I searched in device manager and could not see the BBB at all or any 
> unknown or not working hardware.  And in computer management/Disk 
> management there isn't anything present.
>
> I have attempted other computers (WIN7) and multiple USB ports  same 
> issue,
>
>
> Anyone have any suggestions?  I'm sure I am missing something obvious.
>
>
> Thank you in advance!
>
>
>
>

-- 
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] TFTP from u-boot: slow and buggy

2014-01-08 Thread lee
Thanks, and I'd seen that article, but you're right--I'm doing something 
different. I have a BBB-based development board, and I'm writing a script 
that loads a full distribution onto it starting from a blank slate--i.e., 
nothing in the eMMC, no SD card. Most of it is working.

I think Jack is right--it's a network driver issue. When I revert to the 
stock u-boot v2013.10, the tftp works better.

On Wednesday, January 8, 2014 9:59:29 AM UTC-8, William Hermans wrote:
>
>
> http://www.embeddedhobbyist.com/debian-tips/beaglebone-black/beaglebone-black-network-boot/
>
> The above link is an article I wrote in the subject of network booting. 
> uboot, MLO, and uEnv.txt are on an SD card, but the kernel, and device tree 
> overlay  is pulled in via TFTP, finally rootfs over NFS.
>
> This works fine, and might be a little slow, but nothing like what you're 
> explaining in your post. I am just using the standard package that comes 
> with Debian wheezy stable, and I have never experienced these problems 
> you're mentioning here.
>
>
>
>
> On Wed, Jan 8, 2014 at 9:51 AM, Jack Mitchell 
> 
> > wrote:
>
>> On 08/01/14 16:47, l...@ansync.com  wrote:
>> > I have a setup that loads u-boot onto the BBB over the serial port, and
>> > then tells u-boot to load the .dtb and kernel from a local TFTP server.
>> > Loading the small .dtb file works perfectly (although slowly), and
>> > succeeds. Loading the kernel takes too long, causes lots of retries, and
>> > finally errors out. If I manually get the kernel from that same TFTP
>> > server onto my laptop, it loads in about 11 seconds--over wifi--so the
>> > server is working fine. It's just u-boot's TFTP client that seems to be
>> > causing the errors. I have seen other messages around the net advising
>> > changing the server's block size to 1468, which I did, and telling
>> > u-boot to turn dcache off, which isn't an option anymore, but it still
>> > fails.
>> >
>> > Has anyone actually got this working? Which tftp server are you using,
>> > and what parameters? Is there a patch to u-boot that might fix its 
>> client?
>> >
>> > --
>> > 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.
>>
>> Which version of u-boot are you using? Could it not also be the ethernet
>> drivers? I would try updating to the latest u-boot version and see if
>> you're still having issues.
>>
>> Cheers,
>>
>> --
>>   Jack Mitchell (ja...@embed.me.uk )
>>   Embedded Systems Engineer
>>   Cambridgeshire, UK
>>   http://www.embed.me.uk
>> --
>>
>> --
>> 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.


Re: [beagleboard] Re: Which build would you recommend?

2014-01-08 Thread William Hermans
Robert, OK so maybe I am a bit slow on the uptake on this conversation, but
does the fact that you're trying to write in most / all capes indicate that
device tree will not happen in 3.12/3.13 ?

If this is right, does this mean the "old style" will be re implemented ?


On Wed, Jan 8, 2014 at 11:18 AM, Robert Nelson wrote:

> On Wed, Jan 8, 2014 at 12:10 PM, KurtE  wrote:
> > Yes, it is working good for me.  :)
> >
> > But after reading the happy new year message, I have also been wondering
> > that if the standard release will be Debian, should I try building my own
> > images from the links that were listed there for both the actual image
> and
> > kernel?
> >
> > But if I do, should I stick with the 3.8 kernel?  Or 3.12 or 3.13?
>
> If you want 'full' cape support stick with 3.8.. If you are just using
> usb/ethernet with simple capes* (usart/i2c/spi) use 3.13 (i'm working
> on adding most capes to 3.13 at the moment..)  ignore 3.12.. ;)
>
> > My assumption is the build scripts assume I am running linux.  Can dual
> boot
> > to this on my main dev machine to Linux Mint, or could use my NUC which I
> > think right now I have running Ubuntu 13.04.
>
> The scripts assume linux, mostly tested on debian jessie, but works in
> ubuntu..
>
> Note the "image-builder" works best native on arm hardware.. (qemu is
> too bit rotten for 100% reliably between distro versions)
>
> >
> > A few more things to investigate:
> > 1) If I build an image and write it to an SD card, can I try it out (boot
> > off of it) without it overwriting the EMMC?
>
> There will be a traditional "flasher" which will overwrite the eMMC
> and a secondary "4gb img" which you can dump to your microSD and it'll
> run on that.
>
> > 2) I am trying to learn ROS and convert my code of at least one of my
> robots
> > to use it.  I tried building it on my BBBk, but don't think 2gb is enough
> > storage to build even the minimal install from sources.  Some options to
> > look at:
> > a) Is there some place to apt-get install from? I saw a posting for
> > downloading on Angstrom and maybe Ubuntu... More to look at.
> > b) Run off of SD card with more storage?
> > ...
>
> This is the most reliable.. (then you can usb for something else..)
>
> >
> > 3) Boot off of EMMC, but have more storage external.  SD or USB thumb???
> >
> > Sorry about the rambling, just thoughts about things for me to try out
>
> 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/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: recommend usb external drive for booting?

2014-01-08 Thread William Hermans
The point was, if I had not answered the OP he would have been left with
the district feeling that what he wanted to do was not possible. When in
fact it was.





On Wed, Jan 8, 2014 at 1:40 AM, John Syne  wrote:

>
>
> From: William Hermans 
> Reply-To: 
> Date: Tuesday, January 7, 2014 at 7:08 PM
> To: 
> Subject: Re: [beagleboard] Re: recommend usb external drive for booting?
>
> "So, what is the SD card? It can't just boot off the USB? I believe in
> this case, I am still correct. "
>
> So, what is a BIOS ? If in this case you are correct, then no computer
> system out there can boot off of USB. As all computer devices need to know
> how to bring up the hardware, DDR memory(
> now days ) , and from where to boot.
>
> Ok, so I was wrong, guess you do not care if someone can boot their BBB's
> off of a USB drive.
>
> Hi William,
>
> Don’t get so defensive. Gerald is a hardware guy and so you should always
> interpret his answers with that in mind. Anyway, if you read the AM3359
> TRM, it says the following:
>
> 26.1.8.6.1 Device Initialization
> The ROM code supports booting from the USB interface under the following
> conditions:
> • When the high-speed USB OTG (USBOTGHS) IP is used through USB0 interface.
> • USB operates in full-speed, client mode.
> USB will operate only in device-powered mode.
> • Integrated transceiver (through UTMI).
> • The enumeration default timeout is 3s (USB timeout).
> • ROM code uses the default value of DATAPOLARITY.
> Even though using an OTG capable hardware, the ROM Code does not handle
> any OTG specific feature.
> 26.1.8.6.1.1 Overview
> In case of boot from USB is chosen by the SYSBOOT pin configuration:
> • The USBOTGHS hardware and PRCM clocks are configured for UTMI mode.
> • The ROM Code continues with the USB procedure only if the USB cable is
> detected present (i.e.
> VBUS is detected at transceiver level and communicated as such through the
> UTPI traffic). If not, the
> initialization procedure is aborted.
> • The ROM code implements the RNDIS class driver.
> • From a user's perspective, USB boot is indistinguishable from Ethernet
> boot.
> • The USB initialization procedure is shown in Figure 26-24
>
> Regards,
> John
>
>
>
> On Tue, Jan 7, 2014 at 7:56 PM, William Hermans  wrote:
>
>> If you actually read the article, you would realize there is no need to
>> modify anything rh_ . . .
>>
>>
>> On Tue, Jan 7, 2014 at 7:56 PM, William Hermans wrote:
>>
>>>
>>>
>>> On Tue, Jan 7, 2014 at 7:55 PM, William Hermans wrote:
>>>
 Actually, its loading the kernel from the HDD. Only the uboot files
 need be read, so as the device knows where to boot *from*.

 If you want to be a 100% nitpicking techno-junkie, then a purely 100%
 SD/eMMC-less boot  can be had by using eprom . . . as it stands, this form
 of USB boot satisfies me, and 99% of the other people out there :)


 On Tue, Jan 7, 2014 at 7:13 PM, rh_ wrote:

> On Tue, 7 Jan 2014 16:18:00 -0600
> Gerald Coley  wrote:
>
> > Correct. It is actually booting form the SD and then loading off the
> > HDD. The boards cannot boot direct off of USB. They need that
> > intermediate step. You could also use a large thumb drive like a
> > 128GB.
>
> You are correct those instructions should be modifed to note the
> reliance on
> the sd card or eMMC.
>
> I recall that the lack of booting straight from USB was designed in
> but I don't recall what the reason was. Do you know? It's common
> for devices to boot from USB and I even recall reading USB was checked
> during the boot process, after SPI (I think). I may have  read that in
> the
> TRM or is it SRM...?
>
> --
> 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.
>
>  --
> 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 t

Re: [beagleboard] Re: Which build would you recommend?

2014-01-08 Thread Robert Nelson
On Wed, Jan 8, 2014 at 12:10 PM, KurtE  wrote:
> Yes, it is working good for me.  :)
>
> But after reading the happy new year message, I have also been wondering
> that if the standard release will be Debian, should I try building my own
> images from the links that were listed there for both the actual image and
> kernel?
>
> But if I do, should I stick with the 3.8 kernel?  Or 3.12 or 3.13?

If you want 'full' cape support stick with 3.8.. If you are just using
usb/ethernet with simple capes* (usart/i2c/spi) use 3.13 (i'm working
on adding most capes to 3.13 at the moment..)  ignore 3.12.. ;)

> My assumption is the build scripts assume I am running linux.  Can dual boot
> to this on my main dev machine to Linux Mint, or could use my NUC which I
> think right now I have running Ubuntu 13.04.

The scripts assume linux, mostly tested on debian jessie, but works in ubuntu..

Note the "image-builder" works best native on arm hardware.. (qemu is
too bit rotten for 100% reliably between distro versions)

>
> A few more things to investigate:
> 1) If I build an image and write it to an SD card, can I try it out (boot
> off of it) without it overwriting the EMMC?

There will be a traditional "flasher" which will overwrite the eMMC
and a secondary "4gb img" which you can dump to your microSD and it'll
run on that.

> 2) I am trying to learn ROS and convert my code of at least one of my robots
> to use it.  I tried building it on my BBBk, but don't think 2gb is enough
> storage to build even the minimal install from sources.  Some options to
> look at:
> a) Is there some place to apt-get install from? I saw a posting for
> downloading on Angstrom and maybe Ubuntu... More to look at.
> b) Run off of SD card with more storage?
> ...

This is the most reliable.. (then you can usb for something else..)

>
> 3) Boot off of EMMC, but have more storage external.  SD or USB thumb???
>
> Sorry about the rambling, just thoughts about things for me to try out

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


Re: [beagleboard] Re: Which build would you recommend?

2014-01-08 Thread KurtE
Yes, it is working good for me.  :)

But after reading the happy new year message, I have also been wondering 
that if the standard release will be Debian, should I try building my own 
images from the links that were listed there for both the actual image and 
kernel?  

But if I do, should I stick with the 3.8 kernel?  Or 3.12 or 3.13?  

My assumption is the build scripts assume I am running linux.  Can dual 
boot to this on my main dev machine to Linux Mint, or could use my NUC 
which I think right now I have running Ubuntu 13.04.

A few more things to investigate:
1) If I build an image and write it to an SD card, can I try it out (boot 
off of it) without it overwriting the EMMC?

2) I am trying to learn ROS and convert my code of at least one of my 
robots to use it.  I tried building it on my BBBk, but don't think 2gb is 
enough storage to build even the minimal install from sources.  Some 
options to look at:
a) Is there some place to apt-get install from? I saw a posting for 
downloading on Angstrom and maybe Ubuntu... More to look at.
b) Run off of SD card with more storage? 
...

3) Boot off of EMMC, but have more storage external.  SD or USB thumb??? 

Sorry about the rambling, just thoughts about things for me to try 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] TFTP from u-boot: slow and buggy

2014-01-08 Thread William Hermans
http://www.embeddedhobbyist.com/debian-tips/beaglebone-black/beaglebone-black-network-boot/

The above link is an article I wrote in the subject of network booting.
uboot, MLO, and uEnv.txt are on an SD card, but the kernel, and device tree
overlay  is pulled in via TFTP, finally rootfs over NFS.

This works fine, and might be a little slow, but nothing like what you're
explaining in your post. I am just using the standard package that comes
with Debian wheezy stable, and I have never experienced these problems
you're mentioning here.




On Wed, Jan 8, 2014 at 9:51 AM, Jack Mitchell wrote:

> On 08/01/14 16:47, l...@ansync.com wrote:
> > I have a setup that loads u-boot onto the BBB over the serial port, and
> > then tells u-boot to load the .dtb and kernel from a local TFTP server.
> > Loading the small .dtb file works perfectly (although slowly), and
> > succeeds. Loading the kernel takes too long, causes lots of retries, and
> > finally errors out. If I manually get the kernel from that same TFTP
> > server onto my laptop, it loads in about 11 seconds--over wifi--so the
> > server is working fine. It's just u-boot's TFTP client that seems to be
> > causing the errors. I have seen other messages around the net advising
> > changing the server's block size to 1468, which I did, and telling
> > u-boot to turn dcache off, which isn't an option anymore, but it still
> > fails.
> >
> > Has anyone actually got this working? Which tftp server are you using,
> > and what parameters? Is there a patch to u-boot that might fix its
> client?
> >
> > --
> > 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.
>
> Which version of u-boot are you using? Could it not also be the ethernet
> drivers? I would try updating to the latest u-boot version and see if
> you're still having issues.
>
> Cheers,
>
> --
>   Jack Mitchell (j...@embed.me.uk)
>   Embedded Systems Engineer
>   Cambridgeshire, UK
>   http://www.embed.me.uk
> --
>
> --
> 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: 4D Systems 4DCAPE-70T, no display

2014-01-08 Thread Brian Yee
Yes, I double checked the insertion of the board.  Also, the LED's came on
and the reset and power switches worked ok.
I also flashed the latest image from the BeagleBoard.org site:
BBB-eMMC-flasher-2013.09.04.img.xz
with the same results.  The images suggested earlier (
BBB-eMMC-flasher-v2013.06-2014.01.03.img.xz)
had some errors
when I tried to unpack them with 7-Zip.

I may try ordering a cape from another vendor (Circuitco) and see if that
has the same problem.  I am presuming it
uses the same driver.

TIA for the dialog on this from everyone.

Brian



On Wed, Jan 8, 2014 at 9:12 AM, dlewin555  wrote:

> a silly question but this may happends anyway :
>
> did you checked that your board is plugged into the correct side ?
>
> Le mardi 7 janvier 2014 20:17:06 UTC+1, Terry Storm a écrit :
>>
>> That might be the problem then.
>> The 4DCAPE-70T is based on the LCD7 A3, and the LCD7 A3 support on
>> Angstrom only came out in August 2013 I believe.
>> So reflash using the latest image and it should work, albeit the touch
>> related issues which are discussed elsewhere.
>> You could try the latest test release: http://downloads.
>> angstrom-distribution.org/demo/beaglebone/testing/BBB-
>> eMMC-flasher-v2013.06-2014.01.03.img.xz
>>
>> Else flash Android which is linked in the Datasheet from 4D, which does
>> work correctly.
>>
>>
>> On 7 January 2014 22:37, William Hermans  wrote:
>>
>>> Thats the version of angstrom the BBB shipped with back in June last
>>> year ( e.g. when it first started shipping to the general public ). AKA,
>>> ancient.
>>>
>>>
>>> On Tue, Jan 7, 2014 at 12:11 AM, Terry Storm wrote:
>>>
  Hi Brian

 Sorry I don't know what that is. What distribution is that?

 Have you tried Android or Angstrom to verify the CAPE works correctly
 first?

 Terry


 On 7 January 2014 18:38, Brian Yee  wrote:

> Terry, I am running version:  Linux beaglebone 3.8.6 #1 SMP Sat Apr 13
> 09:10:52 CEST 2013 armv7l GNU/Linux
>
>
> Brian
>
>
> On Thursday, January 2, 2014 9:19:26 AM UTC-8, Brian Yee wrote:
>>
>> A couple of weeks ago I installed a 4D Systems 4DCAPE-70T on my BBB
>> board and powered it up.
>> I was able to connect via USB but there was no display on the LCD
>> cape.  I also tried to run it standalone
>> with a USB mouse and keyboard (no HDMI display attached) but still no
>> display.
>>
>> Has anyone else had luck with this, and what hardware/OS
>> configuration did you use?  Any known
>> problems or hints?
>>
>> Thanks,
>>
>> Brian
>>
>>  --
> 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/_fkiZcnCl2I/unsubscribe.
> To unsubscribe from this group and all its topics, 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...@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/_fkiZcnCl2I/unsubscribe.
>>> To unsubscribe from this group and all its topics, 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 a topic in the
> Google Groups "BeagleBoard" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/beagleboard/_fkiZcnCl2I/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.


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

2014-01-08 Thread JBodine
Last week, I ordered one from SparkFun electronics, they showed they had 
them in-stock. I Found out today that wasn't the case and it's backordered 
until an iffy mid February.  Very disappointing.

On Monday, January 6, 2014 5:45:51 PM UTC-8, Paul Wright wrote:
>
> I was just curious why none of my usual distributors have any BeagleBone 
> Black boards in stock and most are reporting lead times that are beyond 
> belief.  Has there been some supply chain disturbance I have missed?  
> Shortage of a key component?
>
> Just seems strange...
>
> I'm evaluating a potential use but if there are going to be supply issues 
> going forward, that is a concern.
>
> Does anyone have any information they can offer?
>
> Regards,
>
> paul
>
>
>
>

-- 
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: 4D Systems 4DCAPE-70T, no display

2014-01-08 Thread dlewin555
a silly question but this may happends anyway : 

did you checked that your board is plugged into the correct side ? 

Le mardi 7 janvier 2014 20:17:06 UTC+1, Terry Storm a écrit :
>
> That might be the problem then.
> The 4DCAPE-70T is based on the LCD7 A3, and the LCD7 A3 support on 
> Angstrom only came out in August 2013 I believe.
> So reflash using the latest image and it should work, albeit the touch 
> related issues which are discussed elsewhere.
> You could try the latest test release: 
> http://downloads.angstrom-distribution.org/demo/beaglebone/testing/BBB-eMMC-flasher-v2013.06-2014.01.03.img.xz
>
> Else flash Android which is linked in the Datasheet from 4D, which does 
> work correctly.
>
>
> On 7 January 2014 22:37, William Hermans  >wrote:
>
>> Thats the version of angstrom the BBB shipped with back in June last year 
>> ( e.g. when it first started shipping to the general public ). AKA, ancient.
>>
>>
>> On Tue, Jan 7, 2014 at 12:11 AM, Terry Storm 
>> 
>> > wrote:
>>
>>>  Hi Brian
>>>
>>> Sorry I don't know what that is. What distribution is that?
>>>
>>> Have you tried Android or Angstrom to verify the CAPE works correctly 
>>> first?
>>>
>>> Terry
>>>
>>>
>>> On 7 January 2014 18:38, Brian Yee >wrote:
>>>
 Terry, I am running version:  Linux beaglebone 3.8.6 #1 SMP Sat Apr 13 
 09:10:52 CEST 2013 armv7l GNU/Linux


 Brian


 On Thursday, January 2, 2014 9:19:26 AM UTC-8, Brian Yee wrote:
>
> A couple of weeks ago I installed a 4D Systems 4DCAPE-70T on my BBB 
> board and powered it up.
> I was able to connect via USB but there was no display on the LCD 
> cape.  I also tried to run it standalone 
> with a USB mouse and keyboard (no HDMI display attached) but still no 
> display.
>
> Has anyone else had luck with this, and what hardware/OS configuration 
> did you use?  Any known
> problems or hints?
>
> Thanks,
>
> Brian
>
>  -- 
 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/_fkiZcnCl2I/unsubscribe.
 To unsubscribe from this group and all its topics, 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...@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/_fkiZcnCl2I/unsubscribe.
>> To unsubscribe from this group and all its topics, 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.


Re: [beagleboard] TFTP from u-boot: slow and buggy

2014-01-08 Thread Jack Mitchell
On 08/01/14 16:47, l...@ansync.com wrote:
> I have a setup that loads u-boot onto the BBB over the serial port, and
> then tells u-boot to load the .dtb and kernel from a local TFTP server.
> Loading the small .dtb file works perfectly (although slowly), and
> succeeds. Loading the kernel takes too long, causes lots of retries, and
> finally errors out. If I manually get the kernel from that same TFTP
> server onto my laptop, it loads in about 11 seconds--over wifi--so the
> server is working fine. It's just u-boot's TFTP client that seems to be
> causing the errors. I have seen other messages around the net advising
> changing the server's block size to 1468, which I did, and telling
> u-boot to turn dcache off, which isn't an option anymore, but it still
> fails.
> 
> Has anyone actually got this working? Which tftp server are you using,
> and what parameters? Is there a patch to u-boot that might fix its client?
> 
> -- 
> 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.

Which version of u-boot are you using? Could it not also be the ethernet
drivers? I would try updating to the latest u-boot version and see if
you're still having issues.

Cheers,

-- 
  Jack Mitchell (j...@embed.me.uk)
  Embedded Systems Engineer
  Cambridgeshire, UK
  http://www.embed.me.uk
-- 

-- 
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] TFTP from u-boot: slow and buggy

2014-01-08 Thread lee
I have a setup that loads u-boot onto the BBB over the serial port, and 
then tells u-boot to load the .dtb and kernel from a local TFTP server. 
Loading the small .dtb file works perfectly (although slowly), and 
succeeds. Loading the kernel takes too long, causes lots of retries, and 
finally errors out. If I manually get the kernel from that same TFTP server 
onto my laptop, it loads in about 11 seconds--over wifi--so the server is 
working fine. It's just u-boot's TFTP client that seems to be causing the 
errors. I have seen other messages around the net advising changing the 
server's block size to 1468, which I did, and telling u-boot to turn dcache 
off, which isn't an option anymore, but it still fails.

Has anyone actually got this working? Which tftp server are you using, and 
what parameters? Is there a patch to u-boot that might fix its client?

-- 
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: Build a QT/11 application for beagleboard black by cross compiling from ubuntu

2014-01-08 Thread dlewin555
I don't understand when you talk about "deployed" did you mean "on the BBB" 
?
FYI I've also tried from the same blog you linked and have been tried it 
during days
with Angstrom and never succeeded . 
Even if I've read many post about it  here Qt on the BBB seems to be a hard 
path.
Or maybe we both missed a tutorial that should be officially posted 
somewhere

Le vendredi 3 janvier 2014 16:20:56 UTC+1, Mirko Fucci a écrit :
>
> Hi everyone,
>
> I'm a little confused about how proceed to create QT/X11 applications for 
> beaglebone black.
> First of all i have succesfully developed, deployed and executed a first 
> simple GUI QT/embedded application
> following this tutorials 
> http://www.cloud-rocket.com/2013/07/building-qt-for-beaglebone/
> and now i'd like to build a similar application for X11.
>
> Particularly, i  don't understand how to perform configure to build right 
> libraries to copy to BBB.
> Please help me, unfortunately i spent days in useless attemps to build 
> QT/X11 for BBB that didn't work.
>
> Thanks a lot.
>
>

-- 
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] Windows android adb issues

2014-01-08 Thread Doug Nappier
I am working with Android Jelly bean and am having some adb issues when it 
comes to Windows 7. I can not get windows 7 to recognize the device as an 
Android device and can not find it with adb. When I boot into my linux host 
machine I can use adb to find the beagleboard.  

I ran lsusb on the device in my linux host and got the following output:
Bus 001 Device 011: ID 18d1:9018 Google Inc

I read in the TI ADB install 
guide that 
you need to add the following lines to you the .inf file:

%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_9018
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_9018&MI_01

When I go to my device manager, where the device is mistakenly being 
established as a mass storage device, and attempt to point Windows at this 
new .inf file it gives me the error "Windows could not find the driver 
software for your device"

Does anyone have any ideas how to fix this.

-- 
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] Windows adb driver issue

2014-01-08 Thread Doug Nappier
I am working with Android Jelly bean and am having some adb issues when it 
comes to Windows 7. I can not get windows 7 to recognize the device as an 
Android device and can not find it with adb. When I boot into my linux host 
machine I can use adb to find the beagleboard.  

I ran lsusb on the device in my linux host and got the following output:
Bus 001 Device 011: ID 18d1:9018 Google Inc

I read in the TI ADB install 
guide that 
you need to add the following lines to you the .inf file:

%SingleAdbInterface% = USB_Install, USB\VID_18D1&PID_9018
%CompositeAdbInterface% = USB_Install, USB\VID_18D1&PID_9018&MI_01

When I go to my device manager, where the device is mistakenly being 
established as a mass storage device, and attempt to point Windows at this 
new .inf file it gives me the error "Windows could not find the driver 
software for your device"

Does anyone have any ideas how to fix this.

-- 
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: Using uart1 rts and cts

2014-01-08 Thread David Marquart
Any chance you can clue me in on what you did to get RTS/CTS working on 
UART5?  I have my pins in .dts file and they seem to be loading, but I am 
not getting an RTS when I open my serial port.


On Sunday, December 15, 2013 4:06:18 AM UTC-6, Tom Davies wrote:
>
> I am using uart 5 with hardware flow control quite happily.
>
> As I don't have any hardware cape installed, I thought that I would be 
> able to use uart 1 -- while I would be remuxing both i2c2 pins, my reading 
> of the documentation was that with no cape installed, that would be OK.
>
> But I wasn't able to get that working -- while uart 1 worked without 
> hardware flow control, as soon as I enabled cts/rts I couldn't transmit 
> through the port.
>
> Using uart 5 instead is OK, but I'm curious as to why uart 1 rts/cts 
> wouldn't work?
>
> Thanks,
>Tom
>

-- 
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] Could someone help me troubleshoot a paid program called screenconnect?

2014-01-08 Thread Jacob Bell
all this help is appreciated, but is over my head, even the reporting mono 
to debian group and mono group I dont follow.  I will try to get the 
screenconnect people to help acomplish this.  I am just a user that wants a 
low powered cheap computer to run screenconnect and debian has other nice 
packages I could use for other things so I can multi-purpose it for greater 
value and usefulness.  I at this time am forced to return to the stock 
Angstrom 6.20 image and reinstall screenconnect there where it works 
decent.  It just isnt any fun to have to find how to tweak the image with 
all that garbage (cloud9, Bonescript, etc) going and hogging resources in 
one way or the other.  Angstrom does not cut it when it comes to other 
guides to install such and such to work because nobody uses angstrom,  most 
guides are in debian or mostly ubuntu.



On Wednesday, January 8, 2014 9:31:24 AM UTC-6, David Goodenough wrote:
>
> On Wednesday 08 January 2014 09:26:53 Robert Nelson wrote: 
> > On Wed, Jan 8, 2014 at 9:25 AM, David Goodenough 
> > 
> > > wrote: 
> > > On Wednesday 08 January 2014 07:18:34 Jacob Bell wrote: 
> > >> I take it Ubuntu is in the same boat? 
> > >> 
> > >> I really dislike angstrom. 
> > >> 
> > >> Is there any way to make mono available.  What can I do to get this 
> going 
> > >> to work with Debian? 
> > > 
> > > According to the Debian package pages, mono is available for ARM, but 
> only 
> > > armel not armhf.  It might be worth going to the mono list for debian 
> at 
> > > pkg-mon...@lists.alioth.debian.org  and asking if it is 
> simply that 
> > > no one has gotten around to building it for armhf, or if there is some 
> > > reason (like the JIT has some assembler code which is endian dependant 
> and 
> > > no-one has rewritten it for armhf).  If there is a call for it they 
> might 
> > > try building it for you. 
> > 
> > See: https://lists.debian.org/debian-arm/2012/02/msg0.html 
> Yuk!  It still might be worth a try as that was nearly two years ago.  It 
> might also be worth going back to the mono developers (non-debian) list 
> and 
> asking there. 
>
> David 
> > 
> > Regards, 
>
>
>

-- 
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] SPI1.1 not reading data as master

2014-01-08 Thread Jack Mitchell
On 08/01/14 07:12, Peter wrote:
> Hi All
> 
> I'm having issues with reading a two byte data stream from a slave
> Arduino with a BBB as Master.
> 
> The voltages on the pins indicate that the MISO pin on the BBB is
> recieving the correct voltages for a successful transmission of the
> slave replying with the correct data.
> 
> However in software the data is not correct. For example I expect [0,
> 114] to be replied but the software output indicates [247, 247] and then
> [255, 255] on subsequent transmissions
> 
> The device tree overlay is as per that given by hipster circuits:
> http://hipstercircuits.com/enable-spi-with-device-tree-on-beaglebone-black-copy-paste/
> 
> And I am using the SPI library provided by IOoo/piranna.
> https://github.com/piranha32/IOoo/blob/master/include/SPI.h
> 
> The Write function works accurately, however when recieving a reply both
> the spi::xfer1 and spi::read both return incorrect (but different) values.
> 
> I've got hardware to conduct level conversion on that pin to bring it to
> 3.3V which works. Additionally both devices are in SPI mode 1.
> 
> I'm just out of ideas as to what could be wrong. Any suggestions?
> 
> cheers
> 
> Peter
> 

The device tree overlay is wrong. Use the one supplied with your
distribution or change the line:

 0x190 0x13/* P9_31 = mcasp0_aclkx.spi1_sclk ,
OUTPUT_PULLUP | MODE3 */

to

 0x190 0x33/* P9_31 = mcasp0_aclkx.spi1_sclk ,
INPUT_PULLUP | MODE3 */

I don't know anything about the IOoo library but I know that libsoc
works well for interfacing with the SPI bus.

https://github.com/jackmitch/libsoc

Cheers,

-- 
  Jack Mitchell (j...@embed.me.uk)
  Embedded Systems Engineer
  Cambridgeshire, UK
  http://www.embed.me.uk
-- 

-- 
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: BeagleBone Black doesn't sometimes start. Only Power LED is on

2014-01-08 Thread Gerald Coley
Not sure what your issue is. You may need to request and RMA and get it
looked at to see if there is a HW issue. 1 time out of 100 seems to
indicate there could be an issue in the HW.

Gerald



On Wed, Jan 8, 2014 at 9:17 AM, Andreas Tauböck
wrote:

>  I hava a similar problem, just it almost everytime does not boot. I have
> 1.2A and nothing connected, just uSD card inserted. Also tried to flash the
> eMMC or boot from uSD, no success. And when it boots one of a hundret tries
> and i do not diconnect the power source an just reboot in shell, it is the
> same again.
>
> Can anybody please help me?
>
> Am Mittwoch, 31. Juli 2013 23:48:54 UTC+2 schrieb duckhunt...@gmail.com:
>
>> Hi guys,
>>
>> we have a problem with our Beagle Bone Black (A5C). We are using Ubuntu
>> Raring 13.04 armhf v3.8.13-bone21 (2013-06-14) on the eMMC (no SD Card).
>> The Beagle Bone is placed in a case and we have connected it to a DC power
>> supply. Sometimes (I would say every 5 to 10 times), when we are plugging
>> in our power supply, the BeagleBone powers on (Power LED is on), but
>> nothing more happens (none of the other four LEDs is on). If we are now
>> removing the power supply and putting it in again, the BBB starts normally.
>> I guess the power supply is strong enough: 5A@5V.
>>
>> Thanks for your help in advance.
>>
>> Regards,
>> duckhunter
>>
>  --
> 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] Could someone help me troubleshoot a paid program called screenconnect?

2014-01-08 Thread David Goodenough
On Wednesday 08 January 2014 09:26:53 Robert Nelson wrote:
> On Wed, Jan 8, 2014 at 9:25 AM, David Goodenough
> 
>  wrote:
> > On Wednesday 08 January 2014 07:18:34 Jacob Bell wrote:
> >> I take it Ubuntu is in the same boat?
> >> 
> >> I really dislike angstrom.
> >> 
> >> Is there any way to make mono available.  What can I do to get this going
> >> to work with Debian?
> > 
> > According to the Debian package pages, mono is available for ARM, but only
> > armel not armhf.  It might be worth going to the mono list for debian at
> > pkg-mono-gr...@lists.alioth.debian.org and asking if it is simply that
> > no one has gotten around to building it for armhf, or if there is some
> > reason (like the JIT has some assembler code which is endian dependant and
> > no-one has rewritten it for armhf).  If there is a call for it they might
> > try building it for you.
> 
> See: https://lists.debian.org/debian-arm/2012/02/msg0.html
Yuk!  It still might be worth a try as that was nearly two years ago.  It
might also be worth going back to the mono developers (non-debian) list and
asking there.

David
> 
> Regards,


-- 
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] Could someone help me troubleshoot a paid program called screenconnect?

2014-01-08 Thread Robert Nelson
On Wed, Jan 8, 2014 at 9:25 AM, David Goodenough
 wrote:
> On Wednesday 08 January 2014 07:18:34 Jacob Bell wrote:
>> I take it Ubuntu is in the same boat?
>>
>> I really dislike angstrom.
>>
>> Is there any way to make mono available.  What can I do to get this going
>> to work with Debian?
>
> According to the Debian package pages, mono is available for ARM, but only
> armel not armhf.  It might be worth going to the mono list for debian at
> pkg-mono-gr...@lists.alioth.debian.org and asking if it is simply that
> no one has gotten around to building it for armhf, or if there is some
> reason (like the JIT has some assembler code which is endian dependant and
> no-one has rewritten it for armhf).  If there is a call for it they might
> try building it for you.

See: https://lists.debian.org/debian-arm/2012/02/msg0.html

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


Re: [beagleboard] Could someone help me troubleshoot a paid program called screenconnect?

2014-01-08 Thread David Goodenough
On Wednesday 08 January 2014 07:18:34 Jacob Bell wrote:
> I take it Ubuntu is in the same boat?
> 
> I really dislike angstrom.
> 
> Is there any way to make mono available.  What can I do to get this going
> to work with Debian?

According to the Debian package pages, mono is available for ARM, but only
armel not armhf.  It might be worth going to the mono list for debian at
pkg-mono-gr...@lists.alioth.debian.org and asking if it is simply that
no one has gotten around to building it for armhf, or if there is some 
reason (like the JIT has some assembler code which is endian dependant and
no-one has rewritten it for armhf).  If there is a call for it they might
try building it for you.

David

> 
> On Wednesday, January 8, 2014 9:14:48 AM UTC-6, RobertCNelson wrote:
> > On Wed, Jan 8, 2014 at 9:11 AM, Jacob Bell
> > >> 
> > wrote:
> > > I bought a program called ScreenConnect at screenconnect.com.   Anyone
> > 
> > can
> > 
> > > freely use this for one month with trial key which immediatly after
> > > registering you get your key.  This supposed to work with the Beagle
> > 
> > Bone
> > 
> > > Black.
> > > 
> > > The problem is that I can get it working in the default Angstrom 6.20
> > 
> > image
> > 
> > > but if i flash to newer image it does not work, nor does it work in any
> > > version of ubuntu or debian.  My perferred choice is debian 7.3.
> > > 
> > > The install scripts for this program spits out an error:
> > > 
> > > ./install.sh: line 248:mono: command not found
> > 
> > See: https://lists.debian.org/debian-arm/2012/02/msg0.html
> > 
> > currently mono isn't available for armhf in debian..
> > 
> > Regards,


-- 
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] Could someone help me troubleshoot a paid program called screenconnect?

2014-01-08 Thread Robert Nelson
On Wed, Jan 8, 2014 at 9:18 AM, Jacob Bell  wrote:
> I take it Ubuntu is in the same boat?

Debian is Ubuntu's upstream.. if neither do 'it', the package won't get built..

> I really dislike angstrom.
>
> Is there any way to make mono available.  What can I do to get this going to
> work with Debian?

Sure.. start hacking on it. ;)

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


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

2014-01-08 Thread Andreas Tauböck
 I hava a similar problem, just it almost everytime does not boot. I have 
1.2A and nothing connected, just uSD card inserted. Also tried to flash the 
eMMC or boot from uSD, no success. And when it boots one of a hundret tries 
and i do not diconnect the power source an just reboot in shell, it is the 
same again.

Can anybody please help me?

Am Mittwoch, 31. Juli 2013 23:48:54 UTC+2 schrieb duckhunt...@gmail.com:
>
> Hi guys,
>
> we have a problem with our Beagle Bone Black (A5C). We are using Ubuntu 
> Raring 13.04 armhf v3.8.13-bone21 (2013-06-14) on the eMMC (no SD Card). 
> The Beagle Bone is placed in a case and we have connected it to a DC power 
> supply. Sometimes (I would say every 5 to 10 times), when we are plugging 
> in our power supply, the BeagleBone powers on (Power LED is on), but 
> nothing more happens (none of the other four LEDs is on). If we are now 
> removing the power supply and putting it in again, the BBB starts normally. 
> I guess the power supply is strong enough: 5A@5V.
>
> Thanks for your help in advance.
>
> Regards,
> duckhunter
>

-- 
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] Could someone help me troubleshoot a paid program called screenconnect?

2014-01-08 Thread Jacob Bell
I take it Ubuntu is in the same boat?  

I really dislike angstrom.

Is there any way to make mono available.  What can I do to get this going 
to work with Debian?

On Wednesday, January 8, 2014 9:14:48 AM UTC-6, RobertCNelson wrote:
>
> On Wed, Jan 8, 2014 at 9:11 AM, Jacob Bell > 
> wrote: 
> > I bought a program called ScreenConnect at screenconnect.com.   Anyone 
> can 
> > freely use this for one month with trial key which immediatly after 
> > registering you get your key.  This supposed to work with the Beagle 
> Bone 
> > Black. 
> > 
> > The problem is that I can get it working in the default Angstrom 6.20 
> image 
> > but if i flash to newer image it does not work, nor does it work in any 
> > version of ubuntu or debian.  My perferred choice is debian 7.3. 
> > 
> > The install scripts for this program spits out an error: 
> > 
> > ./install.sh: line 248:mono: command not found 
>
> See: https://lists.debian.org/debian-arm/2012/02/msg0.html 
>
> currently mono isn't available for armhf in debian.. 
>
> 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/groups/opt_out.


Re: [beagleboard] Could someone help me troubleshoot a paid program called screenconnect?

2014-01-08 Thread Robert Nelson
On Wed, Jan 8, 2014 at 9:11 AM, Jacob Bell  wrote:
> I bought a program called ScreenConnect at screenconnect.com.   Anyone can
> freely use this for one month with trial key which immediatly after
> registering you get your key.  This supposed to work with the Beagle Bone
> Black.
>
> The problem is that I can get it working in the default Angstrom 6.20 image
> but if i flash to newer image it does not work, nor does it work in any
> version of ubuntu or debian.  My perferred choice is debian 7.3.
>
> The install scripts for this program spits out an error:
>
> ./install.sh: line 248:mono: command not found

See: https://lists.debian.org/debian-arm/2012/02/msg0.html

currently mono isn't available for armhf in debian..

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


[beagleboard] Could someone help me troubleshoot a paid program called screenconnect?

2014-01-08 Thread Jacob Bell
I bought a program called ScreenConnect at screenconnect.com.   Anyone can 
freely use this for one month with trial key which immediatly after 
registering you get your key.  This supposed to work with the Beagle Bone 
Black.  

The problem is that I can get it working in the default Angstrom 6.20 image 
but if i flash to newer image it does not work, nor does it work in any 
version of ubuntu or debian.  My perferred choice is debian 7.3.  

The install scripts for this program spits out an error:

./install.sh: line 248:mono: command not found


--- So screenconnect support responded with this after they SSH into my 
beaglebone and saw the same problem and was not sure how to fix it:

Hey Jacob,

Jake said that the following command and, more importantly, the system 
response below form the crux of the problem:

root@arm:~/ScreenConnect_4.1.5867.5115_Install/Installer# ldd 
mono_linux_01_armv7 
not a dynamic executable

Jake said that you may want to ask on the forum with the particular command 
as the basis.



- so im only doing what they ask.  any help would be greatly 
appreciated.



-- 
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: Touchscreen Jitter / Jumping on Beaglebone Black LCD Capes

2014-01-08 Thread Micka
OK,

Maybe it's time we work together and try to fix this bug. *A beaglebone
black that doesn't support correctly the touchscreen, it's a SHAME !*

So I'm going to try to fix it by myself =>

I prefer to put my conclusion here, because I don't hink everyone has the
time to read my research :




 *1) Presentation of the BUG*



   - When you touch the screen repeatedly ( up and down up and down ) the
   bug seems to happen ! ( rarely, but it does )
   - When you touch the screen continuously, you can see that sometime the
   mouse go far away from your finger .


*2) The driver*

The name of the driver is TI - TSC ADC (Touschscreen and analog digital
converter)

It's easy to find the source of this driver =>
drivers/input/touchscreen/ti_am335x_tsc.c

 *3) The  Interesting part*

 The interesting part of this driver, is this function :

static void titsc_read_coordinates(struct titsc *ts_dev,

u32 *x, u32 *y, u32 *z1, u32 *z2)

{

unsigned int fifocount = titsc_readl(ts_dev, REG_FIFO0CNT);

 unsigned int prev_val_x = ~0, prev_val_y = ~0;

unsigned int prev_diff_x = ~0, prev_diff_y = ~0;

 unsigned int read, diff;

unsigned int i, channel;

unsigned int creads = ts_dev->coordinate_readouts;

*z1 = *z2 = 0;

if (fifocount % (creads * 2 + 2))

 fifocount -= fifocount % (creads * 2 + 2);

/*

 * Delta filter is used to remove large variations in sampled

 * values from ADC. The filter tries to predict where the next

 * coordinate could be. This is done by taking a previous

 * coordinate and subtracting it form current one. Further the

 * algorithm compares the difference with that of a present value,

 * if true the value is reported to the sub system.

 */

for (i = 0; i < fifocount; i++) {

read = titsc_readl(ts_dev, REG_FIFO0);

 channel = (read & 0xf) >> 16;

read &= 0xfff;

 if (channel < creads) {

diff = abs(read - prev_val_x);

 if (diff < prev_diff_x) {

prev_diff_x = diff;

 *x = read;

}

prev_val_x = read;

} else if (channel < creads * 2) {

diff = abs(read - prev_val_y);

if (diff < prev_diff_y) {

prev_diff_y = diff;

*y = read;

}

 prev_val_y = read;

} else if (channel < creads * 2 + 1) {

 *z1 = read;

} else if (channel < creads * 2 + 2) {

 *z2 = read;

}

}

}



So did you watch this code ? Well, In my case, I understand why there is
this huge bug !

We have to admit, that sometime there is noise during the transfer of the
coordinate between the LCD and the driver.

So, this code is supposed to filter any of noise with this :



diff = abs(read - prev_val_x);

if (diff < prev_diff_x) {

prev_diff_x = diff;

*x = read;

}

prev_val_x = read;


Well, I'm sorry, but if the noise happen, you should not save the noise
value has the last position (correct me if I'm wrong ?) .

So, I changed the code with something like that :

 if (channel < creads) {
printk("raw x=%d\n", read);
diff = abs(read - prev_val_x);
if (diff < prev_diff_x) {
printk("x=%d & diff=%d\n", read, diff);
prev_diff_x = diff;
*x = read;
prev_val_x = read;
}

} else if (channel < creads * 2) {
printk("raw y=%d\n", read);
diff = abs(read - prev_val_y);
if (diff < prev_diff_y) {
printk("y=%d & diff=%d\n", read, diff);
prev_diff_y = diff;
*y = read;
prev_val_y = read;
}

} else if (channel < creads * 2 + 1) {
*z1 = read;

} else if (channel < creads * 2 + 2) {
*z2 = read;
}

Also, it's important to note that this function is called by the
function irqreturn_t titsc_irq:
I put a printk to be noticed when the function is called :

static irqreturn_t titsc_irq(int irq, void *dev)
{
struct titsc *ts_dev = dev;
struct input_dev *inp

Re: [beagleboard] Fedora 20 does not boot and no information could be obtained

2014-01-08 Thread Robert Nelson
On Tue, Jan 7, 2014 at 11:07 PM, Satoki Ogiso  wrote:
> Hi,
>
> I'm now trying to install Fedora 20 on my BBB, with following instructions.
> https://fedoraproject.org/wiki/Architectures/ARM/F20/Installation#For_the_BeagleBone_Black
>
> Now I completed this procedure on Ubuntu 13.10, and installed SD card into
> the board then plugged USB cable with pressing SW2.
> But nothing happened except the PWR LED lits.
>
> I don't have any idea what kind of information I may need to solve this
> problem.

using a usb-serial cable to show what you have so far would help..

> So please give me some advice of what to inspect.

ask #fedora-arm on freenode, it's there image..

> I've done the followings.
> *Booted without SD card and it succeeded.
> *Checked SD card's partition. There are three partitions (UBOOT, _swap, and
> __), it seems reasonable.
> *Created boot SD card on windows, with win32DiskImager and VFAT file. But it
> doesn't work.

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


Re: [beagleboard] SGX drivers on Kernel 3.8.13

2014-01-08 Thread Giuseppe Iellamo

D'oh!

I thought it was "only" Xorg not working!

Thanks for the reply... 


Il giorno mercoledì 8 gennaio 2014 14:45:10 UTC+1, RobertCNelson ha scritto:
>
> On Wed, Jan 8, 2014 at 4:54 AM, Giuseppe Iellamo 
> > 
> wrote: 
> > I built the kernel successfully and installed it and now if I try with 
> the 
> > demo included in GFX sdk I get: 
> > 
> > ubuntu@arm:~/Graphics_SDK_setuplinux_5_00_00_01/gfxsdkdemos/ogles2$ sudo 
> > ./OGLES2ChameleonMan 
> > [sudo] password for ubuntu: 
> > PVRShell: EGL 1.4 initialized 
> > Exit message has been set to: "PVRShell: Unable to create surface 
> > ". 
> > InitAPI failed! 
> > PVRShell: Unable to create surface 
>
> Yeah.. the "5_00_00_01" drivers are useless for anyone not running 
> qt's display manager.. 
>
> 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/groups/opt_out.


[beagleboard] Re: Chipsee 7" cap touchscreen v1 Expansion for BBB dtbo

2014-01-08 Thread Andrea Pola

Me to i'm looking for a distribution that works with the Chipsee capacitive 
touch, someone has solved with the drivers?
I'm wondering if is possibile to use drivers released with the chipsee dvd 
kernel image that use argo project and matrix, and how.
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] FTDI (via usb) doesnt work with external power supply

2014-01-08 Thread Gerald Coley
Make sure all the the power supplies are connected to the same power strip.

Gerald



On Wed, Jan 8, 2014 at 6:07 AM,  wrote:

> Hi,
>
> I am using a usb serial converter to read and write bytes to a device.
> If I power the bbb with an usb cable, i can see /dev/ttyUSB0. But
> if I power it with an external power supply (5V, 5A) it doesnt work.
>
> Is there something special I have to care about?
> I am using Ubuntu 13.10 on the board.
>
> thx.
>
> --
> 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] SGX drivers on Kernel 3.8.13

2014-01-08 Thread Robert Nelson
On Wed, Jan 8, 2014 at 4:54 AM, Giuseppe Iellamo  wrote:
> I built the kernel successfully and installed it and now if I try with the
> demo included in GFX sdk I get:
>
> ubuntu@arm:~/Graphics_SDK_setuplinux_5_00_00_01/gfxsdkdemos/ogles2$ sudo
> ./OGLES2ChameleonMan
> [sudo] password for ubuntu:
> PVRShell: EGL 1.4 initialized
> Exit message has been set to: "PVRShell: Unable to create surface
> ".
> InitAPI failed!
> PVRShell: Unable to create surface

Yeah.. the "5_00_00_01" drivers are useless for anyone not running
qt's display manager..

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


Re: [beagleboard] Re: Boot failure "external abort on non-linefetch" in cpsw_probe with any image after Wi-Fi install

2014-01-08 Thread Gerald Coley
Depends on if we get the board to look at.

Gerald


On Tue, Jan 7, 2014 at 4:57 PM, Vaibhav Bedia wrote:

>
> On Tue, Jan 7, 2014 at 4:21 PM, Gerald Coley wrote:
>
>> We will check out the HW and if it is bad, will will repair it.
>>
>>
> Hi Gerald,
>
> In case it's not a logistics nightmare (which it could very well be),
> could you let the list know if it's really a HW thing? Based on the
> multiple things that Loren has tried out, my hunch is it might be. However,
> there's always the possibility of this being due to some subtle s/w bug
> that someone would need to chase down and make things more reliable.
>
>
>> Gerald
>>
>>
>>
>> On Tue, Jan 7, 2014 at 3:01 PM, Loren Amelang wrote:
>>
>>> RMA initiated. Hope they reveal what went wrong with my board!
>>>
>>> Found one clue, my fears about importbootenv are probably unfounded:
>>> http://lists.busybox.net/pipermail/buildroot/2013-September/078135.html
>>> ---
>>> On Thu, 12 Sep 2013 18:41:43 -0500, Ryan Barnett wrote:
>>> > Some boards in u-boot support the ability to modify the environment
>>> > by placing a plain text file as uEnv.txt in the root of the partition
>>> > of an SD card. For the extact placement of where the uEnv.txt should
>>> > be, consult your u-boot environment. Your board supports this
>>> > overwriting of environment variables if "loadbootenv" and
>>> > "importbootenv" are defined in the board's environment.
>>>
>>> loadbootenv and importbootenv are just U-Boot scripts that are specific
>>> to certain board configurations.
>>>
>>> All what loadbootenv does it load a file into memory, and all what
>>> importbootenv does is call 'env import -t  ' to load the
>>> environment into U-Boot.
>>> ---
>>>
>>> So I have:
>>> loadbootenv=load mmc ${mmcdev} ${loadaddr} ${bootenv}
>>> and
>>> importbootenv=echo Importing environment from mmc ...; env import -t
>>> $loadaddr $filesize
>>> and
>>> loadaddr=0x8020
>>> bootenv=uEnv.txt
>>>
>>> Filesize is not defined, but it doesn't seem to be defined in any
>>> environments I can find:
>>>
>>> http://wiki.beyondlogic.org/index.php/BeagleBoneBlack_Default_uBoot_Environment_Variables
>>>
>>> Several pages say tftp automatically sets $filesize:
>>> http://linino.org/doku.php?id=wiki:flash-from-uboot
>>> but I haven't found any mention of loadbootenv setting it. It must...
>>>
>>> So my fear of importing another environment from a hosed eMMC seems
>>> unfounded. All of this apparently only loads one environment:
>>> ---
>>> bootcmd=gpio set 53; i2c mw 0x24 1 0x3e; run findfdt; mmc dev 0; if mmc
>>> rescan ; then echo micro SD card found;setenv mmcdev 0;else echo No micro
>>> SD card found, setting mmcdev to 1;setenv mmcdev 1;fi;setenv bootpart
>>> ${mmcdev}:2;mmc dev ${mmcdev}; if mmc rescan; then gpio set 54; echo SD/MMC
>>> found on device ${mmcdev};if run loadbootenv; then echo Loaded environment
>>> from ${bootenv};run importbootenv;fi;if test -n $uenvcmd; then echo Running
>>> uenvcmd ...;run uenvcmd;fi;gpio set 55; if run loaduimage; then gpio set
>>> 56; run loadfdt;run mmcboot;fi;fi;
>>> ---
>>> micro SD card found
>>> mmc0 is current device
>>> SD/MMC found on device 0
>>> reading uEnv.txt
>>> 1313 bytes read in 3 ms (426.8 KiB/s)
>>> Loaded environment from uEnv.txt
>>> Importing environment from mmc ...
>>> Running uenvcmd ...
>>> ---
>>>
>>> Off to pack up the board for RMA...
>>>
>>> Loren
>>>
>>>
>>> On Tuesday, January 7, 2014 6:30:23 AM UTC-8, Gerald wrote:

 Send the board in under an RMA and get it looked at.

 Gerald

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

Re: [beagleboard] How to apply patch in Beagleboard -XM

2014-01-08 Thread Robert Nelson
On Wed, Jan 8, 2014 at 2:59 AM, Amit Singh  wrote:
> I2c_2 is not there in sys/device/platform/omap
>
> Patch:
>
> diff --git a/arch/arm/mach-omap2/board-omap3beagle.c
> b/arch/arm/mach-omap2/board-omap3beagle.c index 4a71cb7..2148f35 100644 ---
> a/arch/arm/mach-omap2/board-omap3beagle.c +++
> b/arch/arm/mach-omap2/board-omap3beagle.c @@ -385,6 +385,7 @@ static int
> __init omap3_beagle_i2c_init(void) beagle_twldata.vpll2->constraints.name =
> "VDVI"; omap3_pmic_init("twl4030", &beagle_twldata); +
> omap_register_i2c_bus(2, 400, NULL, 0); /* Bus 3 is attached to the DVI port
> where devices like the pico DLP * projector don't work reliably with 400kHz
> */ omap_register_i2c_bus(3, 100, beagle_i2c_eeprom,
> ARRAY_SIZE(beagle_i2c_eeprom));
>
> I am trying to apply this patch in terminal in txt format by command
> "patch -p1 < path " but terminal does not execute anything.

That's a patch for the kernel source..

Grab the source your kernel, patch, rebuild, install..

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


Re: [beagleboard] Audio(In/Out) Through HDMI

2014-01-08 Thread Gerald Coley
No. HDMI is only digital audio out.

Gerald



On Tue, Jan 7, 2014 at 4:58 PM,  wrote:

> Can HDMI be used to sample and output Audio Signals on 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.
>

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


  1   2   >