[beagleboard] Re: USB client mode / usb HID mouse emulation with Beaglebone Black

2014-05-12 Thread Bart Garcia Nathan
Hi Felix,

Were you able to make it work at the end? If you did, do you mind giving me 
some help? I see you are using gadgetfs but I'm not sure how this works. 
 Do you know of any documentation or tutorial on the subject? 

Thanks for all the help,
Bart

On Wednesday, 18 December 2013 14:24:18 UTC, felix.w...@googlemail.com 
wrote:

 Hello Darrell,

 thank you very much. You've helped me a lot. It did fail as you've said it 
 would. I've received the following lines in the logfile of the host 
 computer:
 [ 6634.154670] usb 2-1.2: new high-speed USB device number 11 using 
 ehci_hcd
 [ 6634.249933] usb 2-1.2: New USB device found, idVendor=0525, 
 idProduct=a4a4
 [ 6634.249937] usb 2-1.2: New USB device strings: Mfr=1, Product=2, 
 SerialNumber=3
 [ 6634.249940] usb 2-1.2: Product: My Source/Sink Product
 [ 6634.249942] usb 2-1.2: Manufacturer: Licensed to Code, LLC
 [ 6634.249945] usb 2-1.2: SerialNumber: 
 emg8c8t4tfu7n9oo0viqrkn5bp97lxgcbwjp4bceyvrbs42nahnth3hjf22olbj

 I tried to fix the file inode.c as [1] suggests but I could not find the 
 file in  /usr/src/kernel/drivers/usb/gadget/ or anywhere else (opkg search 
 *inode.c* turned out empty).
 Reading your other post I think you might be in the same place. I'll wait 
 till they release more information or patch the kernel.


 [1] https://github.com/dominicgs/USBProxy/tree/master/doc


 On Tuesday, December 17, 2013 5:33:43 PM UTC+1, Darrell Bailey wrote:

 I'm not too sure about your HID issue. I'll look into it. The problem 
 with the usb.c file is that in the file its musb_hdrc but that is 
 actually wrong. You need to edit the file and then compile and it would 
 fall through the switch perfectly fine. The actual name is musb-hdrc. I'm 
 not sure how whoever wrote the file messed up the name. 

 Now, once you load gadget fs and compile usb.c, you still need to make 
 one change, which will unfortunately require a kernel recompile. 
 Information it can be found here: 
 http://permalink.gmane.org/gmane.linux.usb.general/99672

 So for a test, i suggest starting over and doing these steps:

 1. make sure you are connected via ssh over the network and not ssh 
 through the usb0 network as we need to unload that module.

 2. using rmmod, unload g_multi and libcomposite, in that order

 3. modprobe gadgetfs

 4. compile usb.c using one of the make commands at the top of the file, 
 the first is for polling io and the second is for async io

 5. run the output executable, if all goes well, the BBB will freeze 
 lol, this is alright though, this means that gadgetfs is working, if you 
 had it hooked up to a windows machine, you should have even heard the 
 bladoonk sound.

 6. Go to the link I provided and follow the instructions on recompiling 
 the kernel to get the appropriate fixes for the freeze problem.

 7. run usb.c again and everything should be gravy. Using usb.c as a 
 template, you should be able to start writing your software.



 I have been considering creating some type of site dedicated to the 
 gadget framework because there is literally one files worth of 
 documentation on it, and while it is an excellent piece of software, its 
 difficult to understand and really needs tutorials and docs. I just don't 
 have the time...


 On Tue, Dec 17, 2013 at 9:50 AM, felix.w...@googlemail.com wrote:

 Well, it loads and leaves the following traces in the logfiles:

 [ 4535.674596] gadgetfs: USB Gadget filesystem, version 24 Aug 2004

 but I did not get it to work. I've tried to use the following example 
 [1], but it does not compile. Even if it would compile, I do not understand 
 the program as my_hid structure that one is supposed to copy into this 
 program is never used anywhere in the associated snippet. And still it 
 relies on /dev/hidX to be present, which on my machine is not there.

 I've also tried the code found on [2] but this does not work because 
 /dev/gadget/ep0 etc. is not present. (The program did not even branch into 
 the else if (stat (DEVNAME = musb_hdrc, statb) == 0) { branch. I had 
 to manually force it there).
 Trying to create the nodes with mknod ep1in c 240 1 resulted mknod: 
 `ep1in`: Operation not permitted.

 Could somebody please provide me with a (concise) example of how to use 
 my beaglebone black as a hid (mouse or keyboard) device? I would be really 
 grateful.

 Thank you


 This is an excerpt from the boot log about loading the musb-hdrc driver:
 Jan 01 01:36:03 beaglebone kernel: usbcore: registered new interface 
 driver cdc_acm
 Jan 01 01:36:03 beaglebone kernel: cdc_acm: USB Abstract Control Model 
 driver for USB modems and ISDN adapters
 Jan 01 01:36:03 beaglebone kernel: Initializing USB Mass Storage 
 driver...
 Jan 01 01:36:03 beaglebone kernel: usbcore: registered new interface 
 driver usb-storage
 Jan 01 01:36:03 beaglebone kernel: USB Mass Storage support registered.
 Jan 01 01:36:03 beaglebone kernel: musb-hdrc: version 6.0, ?dma?, otg 
 (peripheral+host)
 Jan 01 01:36:03 beaglebone 

Re: [beagleboard] libpruio (fast and easy D/A - I/O)

2014-05-12 Thread Jason Kridner
No set deadline. We should be doing new releases multiple times this
summer as issue reports and feature requests start coming in on Rev C
as we get more users.

On Fri, May 9, 2014 at 1:08 PM, TJF jeli.freih...@gmail.com wrote:
 Thanks for the registration tip / link, done.

 And thanks for your positive statement. I hope you find some time to look
 under the hood. Would be nice if you can run some of the pre-compiled
 examples and tell us your thoughts.

 The licences are LGPLv2 / GPLv3, so it could get in to the default image.
 I'd like to get some feedback and fix the major bugs, first. Is there a
 deadline?

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

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


Re: [beagleboard] Creative Common Attribution-ShareAlike

2014-05-12 Thread Gerald Coley
No limitations.
No royalties.
It is free to use.
You do not have to share anything.
If you decide to share your improvements, you need to give credit to
the original designer.

Gerald




On Sat, May 10, 2014 at 5:38 AM, GTagliabue
giacomo.tagliabu...@gmail.comwrote:

 Hi,

 I'm new to OpenHardware and Creative Common Attribution-ShareAlike. I need
 some help to understand better how to manage my development activities.
 I bought a couple of BeagleBone Black and started to develop on it a home
 energy control unit with multiprotocol connectivity. To extend the BBB
 connectivity we think to realize some custom capes.
 The final objective of the work is the realization of a single board for
 commercial purpose, starting from the BBB reference design.
 Is there any kind of limitation/royalties? will my product be under the
 same licencing of the BBB? If so I'll have to share the schematics and the
 whole work?

 thanks in advence for replies


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


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


[beagleboard] Re: Reading GPIO with Java

2014-05-12 Thread fakd23
Hi,

you can find a small Java API for GPIO at https://github.com/koert/gpio
It supports Interrupts, such as recognizing rising and falling edges (or 
both) on pins. Is that what you are looking for?

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


[beagleboard] [BeagleBoard xm] PWM on BeagleBoard XM

2014-05-12 Thread dilock33
Hello,

I'm having a bad time trying to get PWM to work on BeagleBoard XM. I'm 
starting to deal with it and I was able to control some of the outputs 
through sys/class/gpio/ and I've found this article about implementing a 
pwm using it:
http://thoughtshubham.blogspot.com.br/2010/04/pwm-generation-in-beagleboard.html

It isn't what I really want, I want to control a servo motor and this is 
much more like what I need(https://github.com/scottellis/omap3-pwm) but I 
wasn't able to get it to work. Is there a easy way to get pwm to work on a 
beagleboard xm afterall?

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


[beagleboard] Did the Pins of SDRC and GPMC have been used on Beagleboard xM?

2014-05-12 Thread mipoem

Hello,guys
  I am using a Beagleboard xM, I just have read the SCH and found that 
the pins of SDRCs and GPMCs are leaving without connecting. GPMCs have no 
connecting because there is no nandflash,  and SDRCs have no connecting 
because the RAM useing PoP packaging, so I want to know that if I can use 
the SDRCs or GMPCs to connecting to orther devices, such as FPGA?

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


[beagleboard] PRU XCHG instruction problem

2014-05-12 Thread serge . nsk14


Hello group,

I cannot understand of how the XCHG PRU instruction works (or cannot make 
it working as expected).

I expect that XCHG 10, r1, 4 should exchange the contents of r1 with the 
scratch pad bank0.r1, 4 bytes: put r1 contents there, and get S-pad data, 
simultaneously.

However I see the XCHG behaviour  exactly the same as the XIN instruction, 
that is scratchpad is being read OK, but nothing is written to the 
scratchpad.

The code:

 mov r1, 0x01 
 XOUT 10, r1, 4 // init the S-pad to value of 0x01
 mov r1, 0x02
 XCHG 10, r1, 4 // Make S-pad=0x02, r1 = 0x01
 SBCO r1, C24, 0x00, 4 // r1 - RAM0..3,  and I see the RAM0 = 0x01 - OK
 mov r1, 0x03
 XCHG 10, r1, 4 // Make S-pad=0x03, r1 = 0x02
 SBCO r1, C24, 0x04, 4 // r1 - RAM4..7, but I see the RAM4 = 0x01 - BAD! 
Should be 0x02


Could somebody please confirm that XCHG instruction works, or does not 
work, or how to make it exchanging the data reg-scratchpad? 

(no register shifting used: PRUCFG.SPP=0)

Thanks!

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


[beagleboard] Re: How to find DDR physical address for passing data to/from pruss?

2014-05-12 Thread serge . nsk14

Most examples provided in the github are correct enough for me to use them. 
If you niticed any particular bug, please address it exactly.
To access PRU registers, and PRU memory you should use the driver.
The driver calls (like prussdrv_map_prumem) return pointers you can use to 
directly read/write PRU hardware.
Ther resulting code might look like (writing to the local PRU RAM, from the 
client):

static char *pruMem;
...
pruMem[THIS_PRU_NUMBER] = 0;



Another case is if you want to pass the DDR buffer address so that it will 
write there. The simplest case (IMHO) is to use the frame buffer /dev/fb0. 
Open it, find DDR mapping parameters, and pass to the PRU.

On Sunday, May 11, 2014 11:57:31 PM UTC+6, ags wrote:

 What is the correct way to correctly use memory in userspace to access 
 registers and memory used by device drivers (specifically the PRU in this 
 case)?
 Is the example provided correct, both the app_loader helper code and/or 
 the example applications? 


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


[beagleboard] Re: high-end case for the BBB?

2014-05-12 Thread dsmcewen
If you do make a case, please make sure to provide access to the three 
buttons (power, reset, boot-option) on the board.  Virtually all of the 
cases I've seen provide no access to these very helpful buttons.

On Tuesday, May 6, 2014 6:42:09 PM UTC-7, ivo welch wrote:


 dear BBB experts---

 we are working on getting the BBB to do a real job for us.  this is our 
 first time that we are designing something we want to sell!  we will 
 probably want to start with 100-1,000 of these, within a 1-3 months.  by 
 that time, we hope that circuitco will have managed to catch up with supply 
 by then.

 one problem: we need a high-end looking case. I have no idea of the price 
 points of nice cases. to keep it affordable, presumably it would be a 
 vanilla standard BBB case with the right cutouts for the ports and for 
 ventilation in the right places, no customization--well, maybe a logo. 
  maybe rounded corners to prevent injuries.

 now, case vendors cannot even quote anything until they have a CAD file. 
  is there a simple CAD file for a vanilla box to start from in the PD?

 [or does anyone know of a vendor who sells super-nice looking cases for 
 the BBB?  I am thinking $30-$60 a piece, preferably looking like the old 
 Mac Pro or a G-Drive Hero.  Steel or aluminum.  Or very high-end looking 
 plastic.]

 Advice appreciated.

 /iaw



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


[beagleboard] Re: Reading a Quadrature Encoder connected to a Beaglebone [black]

2014-05-12 Thread thachdovan
I have tried to echo eqep file to slots, I have added, 
But in this path '

/sys/devices/ocp.3/48304000.epwmss/48304180.eqep#

 when I use 'ls' command, I only get :

modalias  power  subsystem  uevent

It's not display as tutorial:
driver  enabled  modalias  mode  period  position  power  subsystem  uevent

I hope anyone give me a recommend to complete my project,Please.

Much Appreciated!



On Thursday, July 25, 2013 12:19:13 AM UTC+7, tbh wrote:

 My overall goal is like the title says: I need to read a quad encoder 
 count, and I have a beaglebone black.  Eventually, I'll be using c++.  Any 
 help on how to proceed or links on things I should read are appreciated.

 I've seen 3 ways of reading an encoder on the beaglebone: (1)polling GPIO 
 pinshttp://bwgz57.wordpress.com/2012/04/11/beaglebone-with-a-rotary-encoder/,
  
 (2)using interrupts in a kernel driver, and (3)using the eQEP built in to 
 the hardware of the beaglebone SOC.  I'm interested in (3) because it seems 
 to me that it would be the most efficient. However, it seems like most 
 people are using (2), and I can't find a whole lot on how to do (3). 

 Here's what I have found so far in case it's useful to anyone else.
 - the TRM for the bealgebone 
 SOChttp://www.ti.com/lit/ug/spruh73h/spruh73h.pdf. 
 Section 15.4 is where the eQEP is documented.
 - A thread 
 herehttps://groups.google.com/forum/embed/?place=forum/beagleboardshowsearch=trueshowpopout=trueshowtabs=truehideforumtitle=trueparenturl=http%3A%2F%2Fbeagleboard.org%2FCommunity%2FForums#!searchin/beagleboard/quadrature/beagleboard/GzRSJYjs60M/Vs67S0SRon4Japparently
  about enhancing an already working eQEP driver.
 - A thread from the TI Community asking about linux drivers for 
 eQEPhttp://e2e.ti.com/support/arm/sitara_arm/f/791/t/276433.aspx
 .
 - A wiki page from a TI presentation about using eQEP with one of their 
 dev boardshttp://processors.wiki.ti.com/index.php/Omapl137_linux_eqep_driver
 .
 - Two threads with the same original post, and slightly different 
 responses. They are a bit over my head. 
 thread1http://comments.gmane.org/gmane.linux.kernel.input/21481 
 thread2 http://en.it-usenet.org/thread/18798/20687/
 - A reference in some comments on a blog 
 posthttp://bwgz57.wordpress.com/2012/04/11/beaglebone-with-a-rotary-encoder/that
  they got an eQEP driver working to read a quad encoder (but without 
 any explanation).

 I know people are working on the problem of making (3) easy to use. Is 
 there some other link on how to do it that is eluding me?  

 If there's not, in the meantime, I'm interested in device drivers, and I 
 think it's practical information, so I'd like to learn as much about them 
 as I can. Perhaps I'll even get to the point where I can help the ongoing 
 eQEP effort.  I'm rather inexperienced in driver writing, though. I've been 
 wading through the linux device drivers book http://lwn.net/Kernel/LDD3/, 
 so I guess that's a start. However, I've never recompiled my own kernel, 
 which it looks like I'll probably have to do, and I've never even 
 cross-compiled. Could somebody help me out with a place to start?

 In the meantime, I'll be looking at method (2). Thanks 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/d/optout.


[beagleboard] how to use BeagleBone Uart

2014-05-12 Thread 41004058
I need BeagleBone Uart dirver and the attached file to use Beaglebone 
uart!!!
 Who can help me!! thanks!

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


[beagleboard] Re: Linux (Debian) on BeagleBone Black

2014-05-12 Thread guy . dillen
Many thanks for the clarifications.
Guy

On Monday, May 5, 2014 8:39:49 PM UTC+2, mike rankin wrote:

 Just got my BBB last week and was wondering the same thing. Just so I'm 
 clear.
 I'd like to keep Angstrom the way it is now, but try out Ubuntu without 
 installing anything. Can I install Ubuntu on the microSD, power up with 
 without hitting or holding the reset button to boot off the SD card and try 
 out Ubuntu without anything done permanently?


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


[beagleboard] Re: Reading a Quadrature Encoder connected to a Beaglebone [black]

2014-05-12 Thread thachdovan
Hi everyone, 
I can not echo dtbo file to slots, plz guide me to implement it.
Much appreciated !

On Thursday, July 25, 2013 12:19:13 AM UTC+7, tbh wrote:

 My overall goal is like the title says: I need to read a quad encoder 
 count, and I have a beaglebone black.  Eventually, I'll be using c++.  Any 
 help on how to proceed or links on things I should read are appreciated.

 I've seen 3 ways of reading an encoder on the beaglebone: (1)polling GPIO 
 pinshttp://bwgz57.wordpress.com/2012/04/11/beaglebone-with-a-rotary-encoder/,
  
 (2)using interrupts in a kernel driver, and (3)using the eQEP built in to 
 the hardware of the beaglebone SOC.  I'm interested in (3) because it seems 
 to me that it would be the most efficient. However, it seems like most 
 people are using (2), and I can't find a whole lot on how to do (3). 

 Here's what I have found so far in case it's useful to anyone else.
 - the TRM for the bealgebone 
 SOChttp://www.ti.com/lit/ug/spruh73h/spruh73h.pdf. 
 Section 15.4 is where the eQEP is documented.
 - A thread 
 herehttps://groups.google.com/forum/embed/?place=forum/beagleboardshowsearch=trueshowpopout=trueshowtabs=truehideforumtitle=trueparenturl=http%3A%2F%2Fbeagleboard.org%2FCommunity%2FForums#!searchin/beagleboard/quadrature/beagleboard/GzRSJYjs60M/Vs67S0SRon4Japparently
  about enhancing an already working eQEP driver.
 - A thread from the TI Community asking about linux drivers for 
 eQEPhttp://e2e.ti.com/support/arm/sitara_arm/f/791/t/276433.aspx
 .
 - A wiki page from a TI presentation about using eQEP with one of their 
 dev boardshttp://processors.wiki.ti.com/index.php/Omapl137_linux_eqep_driver
 .
 - Two threads with the same original post, and slightly different 
 responses. They are a bit over my head. 
 thread1http://comments.gmane.org/gmane.linux.kernel.input/21481 
 thread2 http://en.it-usenet.org/thread/18798/20687/
 - A reference in some comments on a blog 
 posthttp://bwgz57.wordpress.com/2012/04/11/beaglebone-with-a-rotary-encoder/that
  they got an eQEP driver working to read a quad encoder (but without 
 any explanation).

 I know people are working on the problem of making (3) easy to use. Is 
 there some other link on how to do it that is eluding me?  

 If there's not, in the meantime, I'm interested in device drivers, and I 
 think it's practical information, so I'd like to learn as much about them 
 as I can. Perhaps I'll even get to the point where I can help the ongoing 
 eQEP effort.  I'm rather inexperienced in driver writing, though. I've been 
 wading through the linux device drivers book http://lwn.net/Kernel/LDD3/, 
 so I guess that's a start. However, I've never recompiled my own kernel, 
 which it looks like I'll probably have to do, and I've never even 
 cross-compiled. Could somebody help me out with a place to start?

 In the meantime, I'll be looking at method (2). Thanks 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/d/optout.


Re: [beagleboard] Re: Automotive Cape

2014-05-12 Thread Me
Hi Micka
Sorry for the silence. Yes the first few boards have been populated and we 
found an issue with the i2c1 channel we are using. There are no pull-up 
resistors so we have had to mod the board. An order has been placed for new 
boards which will be with us soon. I can send you images so you can see what 
the boards looks like if you want ?

Kind Regards
Marc

Sent from my iPhone

 On 10 May 2014, at 14:32, Micka mickamus...@gmail.com wrote:
 
 Any news?
 
 Micka,
 
 On Apr 2, 2014 2:31 PM, marcm...@gmail.com wrote:
 All the options listed above;
  
 CAN
 ODBII via SN1110 OBD to UART Interpreter
 Mini-PCIe for 3G-LTE/GPS card
 6 axis accel and gyro
 RTC
 USB expansion for WiFi dongle
 Bi directional GPIO for vehicle signals (Ignition in GPIO_0 wakeup domain)
 
 We are also in the process of verifying the end panels for the aluminium 
 assembly so it is a complete solution.
 
 On Wednesday, April 2, 2014 6:58:32 AM UTC+1, Eric wrote:
 so what made it into the final production version?  got a schematic or at 
 least a BOM to share?
 
 Eric 
 
 
 On Tue, Apr 1, 2014 at 2:28 AM, marc...@gmail.com wrote:
 Hi, sorry for not responding when I said.
 
 The PCB's have now arrived from the manufacturer and the parts have 
 arrived from Farnell and Mouser.
 The assembly and inspection is starting this weekend.
 
 I have to state that this is an initial low volume (10 off) production to 
 check the viability.
 
 We are testing the circuitry before we produce a full 3558/9 based board 
 with all the options of the cape populated.
 
 If there is enough interest in volume then we could produce for the 
 community.
 
 I am talking to the hardware engineer today so will get updates about 
 expected assembly completion.
 
 Sorry for the delay in updates.
 
 Marc
 
 
 On Tuesday, April 1, 2014 6:34:59 AM UTC+1, Mickae1 wrote:
 Hello, what is the status?
 
 Micka,
 
 On Mar 17, 2014 5:39 PM, marc...@gmail.com wrote:
 Hi, yes we are progressing.  We have just ordered the first batch of 
 boards and will be assembling and testing in the next 14 days.
 We will be putting some more updates on our twitter feed soon... 
 @aSanCloud.
 
 I will contact you via your email address in the next couple of days to 
 give a more definitive date for you.
 
 Thanks
 Marc
 
 On Saturday, March 15, 2014 12:07:38 PM UTC, Mickae1 wrote:
 Any news about it ? I would like to buy one  
 
 Thx,
 
 
 On Sat, Feb 15, 2014 at 5:05 PM, yug...@gmail.com wrote:
 I'm not sure of a pricepoint- we are working on a similar beta product 
 used to track delivery systems and i can get an chinese made tracker 
 with some of the capability you mention (except OBD-II info) for under 
 $40. Their devices have an onboard SIM for SMS alerts, etc. So with 
 that in mind if we were able to use your SanCloud device with the same 
 capability along with OBD functionality for around $80-100 it would be 
 great. Are you considering kits fully assembled? Sorry if thats a 
 silly question we're new to open source hardware etc and am just 
 wondering how the license would affect other companies from using it 
 in their products? Cheers!
 
 
 On Wednesday, February 12, 2014 11:46:36 AM UTC-4, marc...@gmail.com 
 wrote:  
 What do people think the price point is for a cape that offers 
 CAN
 OBDII
 accelerometer+gyro
 mini PCI-e (USB+SIM)
 GPIO
 LED's ?
 
 Thanks
 Marc
 
 On Monday, January 27, 2014 5:37:41 PM UTC, marc...@gmail.com wrote:
 Hello,
 I am part of a startup that has developed a system that is used to 
 analyse vehicles in they way they are driven and also track the 
 journeys.
 
 We are producing a cape to use for development of our next version 
 and thinking  about offering it for sale to the open source 
 community.  The basics of the interface are:
 CAN
 ODBII via SN1110 OBD to UART Interpreter
 Mini-PCIe for 3G-LTE/GPS card
 6 axis accel and gyro
 RTC
 USB expansion for WiFi dongle (possibly supporting 802.11p)
 Bi directional GPIO for vehicle signals (Ignition in GPIO_0 wakeup 
 domain)
 
 And maybe some more.
 
 Are there any requests/requirements that you think might be of 
 benefit to make the cape more usable ?
 
 Any feedback appreciated.
 
 Kind Regards
 Marc
 
 -- 
 For more options, visit http://beagleboard.org/discuss
 --- 
 You received this message because you 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/d/optout.
 
 -- 
 For more options, visit http://beagleboard.org/discuss
 --- 
 You received this message because 

Re: [beagleboard] Re: Question about DSPlink test apps

2014-05-12 Thread tanzeel . bhatti


On Wednesday, January 20, 2010 7:59:01 PM UTC+5, Nils Pipenbrinck wrote:

 saladino wrote:
  Does it compile from C code?

 Aehm.. The compiler (Code generatio tools) is a binary distribution.
 Comes for Win32, Linux and since recently Solaris.

 It can compile C and C++ code.

 Cheers,
 Nils



I want to compile my c code for beagleboard to use dsplink and opencv 
...how can i compil the code on beagleboard or on thr host machine 
any suggestions or ideas ?? 

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


Re: [beagleboard] Running BBB over couple days leads to overheating

2014-05-12 Thread Charles Steinkuehler
On 5/11/2014 4:55 PM, max.kiehnsch...@googlemail.com wrote:
 Hey guys, I'm running debian 7.4 on my BBB, with nothing more than
 noip-update scrip running. I had it running for two days now, and it
 gets very hot and shuts down. It even got hot on startup after inital
 setup (flashing os, etc). Is that a common issue? Is the BBB even
 layed out for running ofer such a long timespan? I woild like to have
 it running 24/7 as a webserver. Is that a possible use-case? I would
 love to hear your input.

I've kept many BeagleBones running for weeks at a time, typically under
a 3D printer cape.  I have not had a problem with over-heating or
shutting down yet.

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

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


[beagleboard] UART issues on BBB

2014-05-12 Thread longbottom
I'm struggling to talk to a modem over the UART. The UARTs in question are 1 
and 2, which I enabled using the Adafruit python library.

They can talk to each other fine so I presume they are set up fine.

The problem is that after going through a level shifter they seem unable to 
communicate to my devices. The GPS module sends data, and it can be received no 
problem, but sending data seems to be a problem. I have two specific questions.

1) should I be using a common ground? At the moment I am using two separate 
power supplies as I can't draw power from the BBB. There is currently no ground 
common to both.

2) is the transmission power from the tx pin high enough to get through the 
level shifter? Does anybody know what the power of these tx pins are?

GPRS module is SIM900, and works fine with my power supply if connected to my 
PC via a USB to TTL adaptor.

Any other pointers gratefully received!

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


[beagleboard] installing tesseract3 ocr-engine

2014-05-12 Thread ahmedroidx
hello. how can i install tesseract3 orc-engine on my beaglebone black ?

using angestorm.

best 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/d/optout.


[beagleboard] project registeration

2014-05-12 Thread ahmedroidx
hello every time i login with myopenid to register a project , its says 
page doesnt exits.
any hint ?

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


[beagleboard] Error when running face recognition app on BB-xM

2014-05-12 Thread thaingoc293
Hi all,
I'm doing project about face recognition by webcam on BB-xM, My code runs 
on computer so well but when I compile and run it on BB-xM, it just runs for 
a while and then it has error: 

[ 3610.829467] gspca_main: ISOC data error: [22] len=0, 
status=-18  
[ 3610.835998] gspca_main: ISOC data error: [23] len=0, 
status=-18  
[ 3610.842498] gspca_main: ISOC data error: [0] len=0, 
status=-18   
[ 3610.848724] gspca_main: ISOC data error: [1] len=0, 
status=-18   
[ 3610.854919] gspca_main: ISOC data error: [2] len=0, 
status=-18   
[ 3610.861114] gspca_main: ISOC data error: [3] len=0, 
status=-18   
[ 3610.867340] gspca_main: ISOC data error: [4] len=0, 
status=-18   
[ 3610.873535] gspca_main: ISOC data error: [5] len=0, 
status=-18   
[ 3610.879730] gspca_main: ISOC data error: [6] len=0, 
status=-18   
[ 3610.885925] gspca_main: ISOC data error: [7] len=0, 
status=-18   
[ 3610.892150] gspca_main: ISOC data error: [8] len=0, 
status=-18   
[ 3610.898345] gspca_main: ISOC data error: [9] len=0, 
status=-18   
[ 3610.904541] gspca_main: ISOC data error: [10] len=0, 
status=-18  
[ 3610.910827] gspca_main: ISOC data error: [11] len=0, status=-18 
..

I have searched this error, many people say it is related to webcam accessand 
kernel butI don’t know how to solve it. My BB-xM runs Ubuntu 
14.04 Trusty. I don't have a monitor which has HDMI or DVI port, so I can't 
test the webcam thoroughly but I think the webcam can work because when I 
try to capture images with webcam, the result is good.
Thank you for helping me.

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


[beagleboard] Cannot Fully Disable HDMI device tree overlay, HDMI Okay/HDMIN to be specific.

2014-05-12 Thread nathan . taylor . smith
I have had some trouble disabling the HDMI dtc on my Rev A6A beaglebone 
black. 

Thus far I have tried the following ( making small variations, such as 
order etc.) 



#This was my first attempt
#optargs=capemgr.enable_partno=BB-SPIDEV1,capemgr.disable_partno=BB-BONELT-HDMI,capemgr.disable_partno=BB-BONELT-HDMIN


##This was nth,
optargs=quiet drm.debug=7 
capemgr.enable_partno=BB-SPIDEV1,capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN

*Here are my results
root@arm:~# cat $SLOTS
 0: 54:PF--- 
 1: 55:PF--- 
 2: 56:PF--- 
 3: 57:PF--- 
 4: ff:P-O-L Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G
 7: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-SPIDEV1
 9: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-BONELT-HDMIN


This issue that I believe I am having is that once I disable 
BB-BONELT-HDMI, BB-BONELT-HDMIN is enabled by a background task. 

Any suggestions? I will be happy to provide more info. 

Thanks in advance to those who can help.

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


[beagleboard] Re: pwm pinmux

2014-05-12 Thread cameronstiffler
I also have similar questions. I have a robot with 24 servos and I am 
wondering if I can control all of them straight from the BBB board. Can all 
of these pins be used for PWM if mapped as such in the device tree?

On Wednesday, October 2, 2013 7:03:53 AM UTC-7, tbh wrote:

 I've just gotten pwm working through sysfs drivers on my beaglebone black. 
 Now I'm looking more in depth into the different things I can do with it, 
 and I can't seem to find any information on a few signals.  I'm using derek 
 molloy's 
 chartshttps://github.com/derekmolloy/boneDeviceTree/tree/master/docsfor the 
 headers (which he compiled from the BBB SRM)

 I see the following signals that I believe relate to PWM:
 ehrpwm2B (P8_13)
 ehrpwm2_tripzone_in  (P8_14)
 ehrpwm0_synco (P8_17)
 ehrpwm2A (P8_19)
 ehrpwm1B (P8_34)
 ehrpwm1A (P8_36)
 ehrpwm1_tripzone_in  (P8_37)
 ehrpwm0_synco (P8_38)
 ehrpwm2_tripzone_in  (P8_43)
 ehrpwm0_synco (P8_44)
 ehrpwm2A (P8_45)
 ehrpwm2B  (P8_46)

 ehrpwm1A_mux1(P9_14)
 ehrpwm1_tripzone_input  (P9_15)
 ehrpwm1B_mux1(P9_16)
 ehrpwm0_synci   (P9_17)
 ehrpwm0_tripzone   (P9_18)
 ehrpwm0B  (P9_21)
 ehrpwm0A  (P9_22)
 ehrpwm0_synco  (P9_23)
 eCAP2_in_PWM2_out and ehrpwm0_synci (P9_28)
 ehrpwm0B  (P9_29)
 ehrpwm0_tripzone   (P9_30)
 ehrpwm0A  (P9_31)
 pr1_ecap0_cap_capin_apwm_o and eCAP0_in_PWM0_out (P9_42)


 I understand what all the signals mean except for a few.  They're probably 
 just due to the fact that notation changed, but I wanted to make sure 
 before I structured projects around the wrong information.

 Is there a difference between ehrpwm1A_mux1 and ehrpwm1A?
 Is there a difference between ehrpwm1_tripzone_in and 
 ehrpwm1_tripzone_input?
 What is pr1_ecap0_cap_capin_apwm_o? 

 Thanks.


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


[beagleboard] JAVA Exception on BeagleBone Black Debian Distributions

2014-05-12 Thread eapperley
I am experiencing a JAVA exception when starting a Java application on 
either the official or unofficial Debian OS versions of the Beaglebone 
platform.  The application is running headful mode and uses Swing for the 
GUI..   I have included the exception details below.

At first I thought that this might have been an Oracle Java issue but I 
have tried various combinations of Oracle Java Embedded 7 and 8 plus 
OpenJDK on a number of OS variants on the Beaglebone Black with exactly the 
same results.  The same problem does *not*, however, occur on the 
unofficially supported Ubuntu OS - the application runs fine under the 
Ubuntu GUI.  It looks to me as though there's some subtle difference in X11 
between the Debian and Ubuntu linux variants.


*Information*
1) The application is the 3.20 version of the jOrgan running with in the 
usual GUI (not headless) mode

2) The target platform is the Beaglebone Black revision A5A with 8GB 
Sandisk Ultra microSD Card

2). I have tried running the application on the above operating systems 
using the following JVMs::
- Open JDK 7- Oracle SE Embedded Java version 7U55 
(ejre-7u55-fcs-b13-linux-arm-vfp-hflt-client_headful-17_mar_2014.tar.gz)
- Oracle SE Embedded Java version 8 full profile 
 (ejdk-8-fcs-b132-linux-arm-vfp-hflt-03_mar_2014.tar.gz)
- Open JDK

3). I have tested using the following BBB operating systems:using the above 
JVMs:
   - bone-debian-7.4-2014-04-23-2gb.img.xz  
Exception
   - BBB-eMMC-flasher-debian-7.4-2014-04-23-2gb.img.xz Exception
   - bone-debian-7.5-2014-05-06-2gb.img.xz  
Exception
   - Ubuntu-precise=12.0.4.3-armhf-3.8.13-bone30.img.xz  Successful
 . 

*The Exception Trace*

java.lang.RuntimeException: cannot load system cursor: CopyDrop.32x32 
at 
sun.awt.X11.XToolkit.lazilyLoadDesktopProperty(XToolkit.java:1512) 
at java.awt.Toolkit.getDesktopProperty(Toolkit.java:1800) 
at java.awt.dnd.DragSource.load(DragSource.java:131) 
at java.awt.dnd.DragSource.clinit(DragSource.java:147) 
at swingx.docking.DockingPane.init(DockingPane.java:112) 
at 
jorgan.gui.dock.BordererDockingPane.init(BordererDockingPane.java:13) 
at jorgan.gui.OrganPanel$1.init(OrganPanel.java:100) 
at jorgan.gui.OrganPanel.init(OrganPanel.java:100) 
at jorgan.gui.OrganFrame.init(OrganFrame.java:83) 
at jorgan.gui.GUI$FrameInit.run(GUI.java:142) 
at 
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:302) 
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733) 
at java.awt.EventQueue.access$200(EventQueue.java:103) 
at java.awt.EventQueue$3.run(EventQueue.java:694) 
at java.awt.EventQueue$3.run(EventQueue.java:692) 
at java.security.AccessController.doPrivileged(Native Method) 
at 
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
 
at java.awt.EventQueue.dispatchEvent(EventQueue.java:703) 
at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
 
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) 
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
 
at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) 
at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) 
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) 
Caused by: java.awt.AWTException: Exception: class 
java.lang.IllegalArgumentException Width (0) and height (0) must be 
non-zero occurred while creating cursor CopyDrop.32x32 
at java.awt.Cursor.getSystemCustomCursor(Cursor.java:362) 
at 
sun.awt.X11.XToolkit.lazilyLoadDesktopProperty(XToolkit.java:1510) 
... 23 more :

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


[beagleboard] Best OS for driver programming

2014-05-12 Thread srikanth . koorma
Can anyone say which is the best OS for programming drivers for 
BeagleBoneBlack device. Also can anyone suggest which toolchain is best 
suitable for programming.

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


[beagleboard] Only Power LED

2014-05-12 Thread matalo
Hi, I just got BBB and after pluging-in usb power only power led is on, no 
matter how log I wait. I tried to download image on sd card from 
beagleboard site and flashing seems to be working. About 20 minutes all 
leds blink and then they just stay on. But after restarting nothing happens 
as before. Is there some way I can bring board to life or it is all broken?

PS: during flasking I pluged in hdmi and I could see for flashing 
information screen but only for a brief moment and then it went off. This 
behavior is repeating.

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


[beagleboard] BeagleBone as LAN webserver for a media-heavy site

2014-05-12 Thread sandervocke
Hi everyone,

I was hoping you could give me some advice on the BeagleBone boards.

For a home project, I'm looking for something that can run a webserver that 
would only ever serve 1 to 3 clients at a time. The website itself is a 
little bit heavy though - basically it will show the client pictures and 
videos that are stored in an SQL database and perform some extra functions.

I was lucky enough to borrow a BeagleBone Black from a friend, and do a 
quick check to serve a MP4 HD video file over LAN (HTML5 video). Seemed to 
work OK.

Unfortunately I do not have time to set up and try out the entire website 
(which also has some php server-side scripting going on, doing queries on 
the SQL database, fetching lots of thumbnails to preview media files, etc). 
On top of all that, the Bone would be running a (very simple) Python server 
application that listens on a socket and forwards HTTP requests to some USB 
device connected to it.

The video result was encouraging, but I have no clue what to expect 
performance-wise from the Bone when it's confronted with all the stuff 
listed above. I understand it's hard to say based on this brief 
explanation, but I was wondering whether you could do an educated guess: is 
this too much for the Beagle boards, or should they be able to handle this 
alright?

Thank you very much!

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


Re: [beagleboard] Did the Pins of SDRC and GPMC have been used on Beagleboard xM?

2014-05-12 Thread Gerald Coley
You can use GPMC. You cannot use DDR.


Gerald



On Mon, May 12, 2014 at 1:01 AM, mip...@gmail.com wrote:


 Hello,guys
   I am using a Beagleboard xM, I just have read the SCH and found that
 the pins of SDRCs and GPMCs are leaving without connecting. GPMCs have no
 connecting because there is no nandflash,  and SDRCs have no connecting
 because the RAM useing PoP packaging, so I want to know that if I can use
 the SDRCs or GMPCs to connecting to orther devices, such as FPGA?

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


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


[beagleboard] Re: Atlantic Canada Timezone

2014-05-12 Thread mike rankin
I'm using Angstrom and Canada is not located anywhere in usr/share/zoneinfo
On another note,
The BBB is new to me and I'm a nube going through the Getting Started with 
the BeagleBone Black book examples. If I were to install Debian onto it, 
can I still follow the book examples? I get the feeling that Debian is 
preferred for some reason over Angstrom.

On Monday, May 12, 2014 2:17:44 AM UTC-3, DLF wrote:

 In Debian, I find it inside 
 usr/share/zoneinfo/Canada/



 On Sunday, 11 May 2014 00:53:46 UTC+2, mike rankin wrote:

 I'm having trouble finding the Atlantic Canada Timezone for setting up 
 the time being pulled over ethernet from the instructions at: 
 http://www.circuidipity.com/getting-started-with-beaglebone-black.html
 Inside usr/share/zoneinfo/ I cannot find the Atlantic timezone.



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


Re: [beagleboard] Running BBB over couple days leads to overheating

2014-05-12 Thread Gerald Coley
If you provide adequate ventilation so that heat does not collect inside a
closed box, it should have no heat issues of any kind. The board was
designed to run over long periods of time.

Gerald


On Mon, May 12, 2014 at 7:50 AM, Charles Steinkuehler 
char...@steinkuehler.net wrote:

 On 5/11/2014 4:55 PM, max.kiehnsch...@googlemail.com wrote:
  Hey guys, I'm running debian 7.4 on my BBB, with nothing more than
  noip-update scrip running. I had it running for two days now, and it
  gets very hot and shuts down. It even got hot on startup after inital
  setup (flashing os, etc). Is that a common issue? Is the BBB even
  layed out for running ofer such a long timespan? I woild like to have
  it running 24/7 as a webserver. Is that a possible use-case? I would
  love to hear your input.

 I've kept many BeagleBones running for weeks at a time, typically under
 a 3D printer cape.  I have not had a problem with over-heating or
 shutting down yet.

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

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


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


Re: [beagleboard] JAVA Exception on BeagleBone Black Debian Distributions

2014-05-12 Thread Robert Nelson
On Sat, May 10, 2014 at 10:12 PM,  eapper...@gmail.com wrote:
 I am experiencing a JAVA exception when starting a Java application on
 either the official or unofficial Debian OS versions of the Beaglebone
 platform.  The application is running headful mode and uses Swing for the
 GUI..   I have included the exception details below.

 At first I thought that this might have been an Oracle Java issue but I have
 tried various combinations of Oracle Java Embedded 7 and 8 plus OpenJDK on a
 number of OS variants on the Beaglebone Black with exactly the same results.
 The same problem does not, however, occur on the unofficially supported
 Ubuntu OS - the application runs fine under the Ubuntu GUI.  It looks to me
 as though there's some subtle difference in X11 between the Debian and
 Ubuntu linux variants.


 Information
 1) The application is the 3.20 version of the jOrgan running with in the
 usual GUI (not headless) mode

 2) The target platform is the Beaglebone Black revision A5A with 8GB Sandisk
 Ultra microSD Card

 2). I have tried running the application on the above operating systems
 using the following JVMs::
 - Open JDK 7- Oracle SE Embedded Java version 7U55
 (ejre-7u55-fcs-b13-linux-arm-vfp-hflt-client_headful-17_mar_2014.tar.gz)
 - Oracle SE Embedded Java version 8 full profile
 (ejdk-8-fcs-b132-linux-arm-vfp-hflt-03_mar_2014.tar.gz)
 - Open JDK

Yuck, well contact:

http://www.oracle.com/us/support/contact/index.html


 3). I have tested using the following BBB operating systems:using the above
 JVMs:
- bone-debian-7.4-2014-04-23-2gb.img.xz 
 Exception
- BBB-eMMC-flasher-debian-7.4-2014-04-23-2gb.img.xz Exception
- bone-debian-7.5-2014-05-06-2gb.img.xz 
 Exception
- Ubuntu-precise=12.0.4.3-armhf-3.8.13-bone30.img.xz  Successful

It'll probably work just fine with Debian Jessie:
http://elinux.org/BeagleBoardDebian#Debian_Testing_.28jessie.29

Which has a newer libc/xorg stack then Debian Wheezy

Regards,

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

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


[beagleboard] Creating my own BBB image for installing it in several BBBs?

2014-05-12 Thread JMFan
Hi everyone!

I have been working with a BBB for a while now, I have created a software 
for a device which I am happy with. Now I have a few more BBBs where I 
would like to install the same configuration, libraries and also my 
software, without going through all the libraries and software installation 
process over and over again, one by one. I wanted to know if there is a way 
to create an image (or even some kind of distro) of my original BBB, and 
install it in the others (from the USB or the SD card, whatever is the best 
way). I'm not a Linux expert, but I have been working with it in the last 
year, so I think I can manage to do some not so noob stuff.

Thank you in advance for the help and I hope this is not a crazy idea :P

JM

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


Re: [beagleboard] Re: Atlantic Canada Timezone

2014-05-12 Thread dumb looks free
yes there is a shift to Debian and I believe the new boards are being
shipped with Debian rather than Angstrom.

I'm not sure what that means in terms of your book, but given that you are
new to BBB, I'd continue to work on the examples with Angstrom and the
book.  Once you get a footing, jump over to Debian.

I'm no expert but maybe a package is missing in Angstrom for the Atlantic
time zone ... maybe try something like (use at your own risk)
sudo opkg update
sudo opkg install tzdata-canada

good luck




On 12 May 2014 15:00, mike rankin 0mik...@gmail.com wrote:

 I'm using Angstrom and Canada is not located anywhere in usr/share/zoneinfo
 On another note,
 The BBB is new to me and I'm a nube going through the Getting Started with
 the BeagleBone Black book examples. If I were to install Debian onto it,
 can I still follow the book examples? I get the feeling that Debian is
 preferred for some reason over Angstrom.

 On Monday, May 12, 2014 2:17:44 AM UTC-3, DLF wrote:

 In Debian, I find it inside
 usr/share/zoneinfo/Canada/



 On Sunday, 11 May 2014 00:53:46 UTC+2, mike rankin wrote:

 I'm having trouble finding the Atlantic Canada Timezone for setting up
 the time being pulled over ethernet from the instructions at:
 http://www.circuidipity.com/getting-started-with-beaglebone-black.html
 Inside usr/share/zoneinfo/ I cannot find the Atlantic timezone.

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


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


[beagleboard] BeagleBone Component Store

2014-05-12 Thread Neil Coffman
Don't forget if you are looking to expand your BeagleBone Project, Be sure 
to check out the online BeagleBone Component Store 
at http://beaglebone.mlelectronics.com/

Product ships the same day as your order!


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


Re: [beagleboard] BeagleBone Component Store

2014-05-12 Thread Charles Steinkuehler
On 5/12/2014 10:32 AM, Neil Coffman wrote:
 Don't forget if you are looking to expand your BeagleBone Project, Be sure 
 to check out the online BeagleBone Component Store 
 at http://beaglebone.mlelectronics.com/
 
 Product ships the same day as your order!

I love that you have this available, the prices are great and the
connectors are otherwise very hard to find (particularly the 46-pin
stack-through parts!).

Is there any chance you could add a 6-pin stack-through part for use on
the serial console port?  These are unavailable from Digi-Key or Mouser,
and the only way I've found to easily buy them is from Arduino shops.
 It would easier to buy these from you with the 46-pin headers and save
on shipping.

Or maybe just let us order anything from your line?  You've got a lot of
other great parts!  :)

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

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


[beagleboard] Re: Best OS for driver programming

2014-05-12 Thread lee
They all pretty much have the same GCC toolset. It simplifies the job a bit 
to have the most up-to-date kernel, so I would recommend Robert's Debian, 
which works well with 3.13.


On Sunday, May 11, 2014 11:17:22 PM UTC-7, srikant...@gmail.com wrote:

 Can anyone say which is the best OS for programming drivers for 
 BeagleBoneBlack device. Also can anyone suggest which toolchain is best 
 suitable for programming.


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


Re: [beagleboard] BeagleBone Component Store

2014-05-12 Thread Neil Coffman
I'll send you an e-mail and get a little more in-depth with you.

Thanks
Neil

On Monday, May 12, 2014 11:47:44 AM UTC-4, Charles Steinkuehler wrote:

 On 5/12/2014 10:32 AM, Neil Coffman wrote: 
  Don't forget if you are looking to expand your BeagleBone Project, Be 
 sure 
  to check out the online BeagleBone Component Store 
  at http://beaglebone.mlelectronics.com/ 
  
  Product ships the same day as your order! 

 I love that you have this available, the prices are great and the 
 connectors are otherwise very hard to find (particularly the 46-pin 
 stack-through parts!). 

 Is there any chance you could add a 6-pin stack-through part for use on 
 the serial console port?  These are unavailable from Digi-Key or Mouser, 
 and the only way I've found to easily buy them is from Arduino shops. 
  It would easier to buy these from you with the 46-pin headers and save 
 on shipping. 

 Or maybe just let us order anything from your line?  You've got a lot of 
 other great parts!  :) 

 -- 
 Charles Steinkuehler 



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


Re: [beagleboard] Pros and Cons for the various BBB operating systems.

2014-05-12 Thread David Farning
Thanks for the follow up info... I don't have a particular project in
mind. Just trying to stay one step ahead of the local robotics team :)

On Sat, May 10, 2014 at 9:49 PM, William Hermans yyrk...@gmail.com wrote:
 Debian has probably been around longer than 99% of the other distro's out
 there. Angstrom in fact is based on another distro, that was based off of
 Debian.

 Debian also has loads of documentation out there on the Web. However, some
 of the documentation on the web is outdated, or based on older versions. So
 in this respect, the user must understand this and sometimes sift through
 information.

 Robert Nelson's release *is* Debian( there is also Ubuntu, but any distro
 should be able to use the same kernel ). From what I understand is a stock
 armhf root file system, and a custom kernel. Otherwise it *is* plain ole
 Debian. Which means any documentation you find on the web should work so
 long as there are no ARCH specific issues to contend with. Also as far as I
 know Robert's release *is* the official release where the BBB is concerned.
 Previously Angstrom was the official release Which I am not sure if Robert
 had a hand in creating or not..

 Also, for what it is worth, Robert's bare file system scripts create a
 Debian file system that is as small as ~75MB. Which is to say, is not
 necessarily the smallest, but is pretty darned small. Then of course the
 more you want in applications / tool, the larger the file system grows.


 On Sat, May 10, 2014 at 5:57 PM, Philip Polstra ppols...@gmail.com wrote:

 What are you trying to do?  Definitely affects the answer to your
 question.

 On May 10, 2014 6:31 PM, David Farning dfarn...@gmail.com wrote:

 Hey all,

 I am pretty new to the Beaglebone so I might have my facts a bit off.
 I am trying to determining the most appropriate OS for my use.

 -- Angstrom --
 Pros.
 1. Very lean embedded OS.
 2. Much of the existing documentation and tutorials are based on
 angstrom.

 Cons.
 1. Steeper learning curve because is different than a normal linux
 system.
 2. Smaller user base so less polished than other OS's.

 -- Debian --
 Pros.
 1. Based on a standard linux OS so the knowledge transfer is high.
 2. Large body of well tested packages.

 Cons.
 1. Heavier. Less optimized for low memory systems.
 2. New. Less tested and less documentation.

 Then the second decision is between the official Debian on Beaglebone
 release and Robert's release.

 --Official release--
 1. More complete system.
 2. Will become the default OS.

 --Robert's--
 1. Leaner release.
 2. Is the 'base' for the official release.

 Is my understanding correct? Are there other factors I am missing?

 thanks
 David

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

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


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

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


Re: [beagleboard] [PATCH] beaglebone capes: Added CBB-Relay cape dt overlay

2014-05-12 Thread Robert Nelson
On Fri, May 9, 2014 at 12:04 PM, Alexander Hiam hiamalexan...@gmail.com wrote:
 Added Device Tree overlay for the CBB-Relay cape and fixed a copy and paste
 error in a comment in /firmware/Makefile.

Thanks Alexander!

Just added this to the bone50 patchset.

Regards,

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

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


Re: [beagleboard] Re: Atlantic Canada Timezone

2014-05-12 Thread DLF
Hi, 
Me Again ,

do you see /usr/share/zoneinfo/America/Halifax  ???



On Monday, 12 May 2014 17:29:04 UTC+2, DLF wrote:

 yes there is a shift to Debian and I believe the new boards are being 
 shipped with Debian rather than Angstrom.

 I'm not sure what that means in terms of your book, but given that you are 
 new to BBB, I'd continue to work on the examples with Angstrom and the 
 book.  Once you get a footing, jump over to Debian.

 I'm no expert but maybe a package is missing in Angstrom for the Atlantic 
 time zone ... maybe try something like (use at your own risk)
 sudo opkg update
 sudo opkg install tzdata-canada

 good luck




 On 12 May 2014 15:00, mike rankin 0mik...@gmail.com wrote:

 I'm using Angstrom and Canada is not located anywhere in 
 usr/share/zoneinfo
 On another note,
 The BBB is new to me and I'm a nube going through the Getting Started 
 with the BeagleBone Black book examples. If I were to install Debian onto 
 it, can I still follow the book examples? I get the feeling that Debian is 
 preferred for some reason over Angstrom.

 On Monday, May 12, 2014 2:17:44 AM UTC-3, DLF wrote:

 In Debian, I find it inside 
 usr/share/zoneinfo/Canada/



 On Sunday, 11 May 2014 00:53:46 UTC+2, mike rankin wrote:

 I'm having trouble finding the Atlantic Canada Timezone for setting up 
 the time being pulled over ethernet from the instructions at: 
 http://www.circuidipity.com/getting-started-with-beaglebone-black.html
 Inside usr/share/zoneinfo/ I cannot find the Atlantic timezone.

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




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


Re: [beagleboard] Cannot Fully Disable HDMI device tree overlay, HDMI Okay/HDMIN to be specific.

2014-05-12 Thread John Syn

From:  nathan.taylor.sm...@gmail.com
Reply-To:  beagleboard@googlegroups.com
Date:  Friday, May 9, 2014 at 2:33 PM
To:  beagleboard@googlegroups.com
Subject:  [beagleboard] Cannot Fully Disable HDMI device tree overlay, HDMI
Okay/HDMIN to be specific.

 I have had some trouble disabling the HDMI dtc on my Rev A6A beaglebone black.
 
 Thus far I have tried the following ( making small variations, such as order
 etc.) 
 
 
 
 #This was my first attempt
 #optargs=capemgr.enable_partno=BB-SPIDEV1,capemgr.disable_partno=BB-BONELT-HDM
 I,capemgr.disable_partno=BB-BONELT-HDMIN
 
 
 ##This was nth,
 optargs=quiet drm.debug=7
 capemgr.enable_partno=BB-SPIDEV1,capemgr.disable_partno=BB-BONELT-HDMI,BB-BONE
 LT-HDMIN
Remove the ³,² between BB-SPIDEV1 and capemgr.disable_partno

I¹m not sure if this make a difference, but I would place the disable before
the enable. 

Regards,
John
 
 *Here are my results
 root@arm:~# cat $SLOTS
  0: 54:PF--- 
  1: 55:PF--- 
  2: 56:PF--- 
  3: 57:PF--- 
  4: ff:P-O-L Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G
  7: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-SPIDEV1
  9: ff:P-O-L Override Board Name,00A0,Override Manuf,BB-BONELT-HDMIN
 
 
 This issue that I believe I am having is that once I disable BB-BONELT-HDMI,
 BB-BONELT-HDMIN is enabled by a background task.
 
 Any suggestions? I will be happy to provide more info.
 
 Thanks in advance to those who can help.
 -- 
 For more options, visit http://beagleboard.org/discuss
 --- 
 You received this message because you are subscribed to the Google Groups
 BeagleBoard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to beagleboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


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


[beagleboard] BBB kernel not starting

2014-05-12 Thread karsci2004
Hi Guyz,
  I followed 
http://wiki.beyondlogic.org/index.php/BeagleBoneBlack_Building_Kernel site 
and compiled my kernel and uboot and tried tftp boot,

but the kernel is not starting...it is hung and not showing anything...I 
dont have any clue to proceed

Please help me in solving this issue


U-Boot 2013.04-dirty (Jun 19 2013 - 09:57:14)

I2C:   ready
DRAM:  512 MiB
WARNING: Caches not enabled
NAND:  No NAND device found!!!
0 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - readenv() failed, using default environment

musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, 
SoftConn)
musb-hdrc: MHDRC RTL version 2.0 
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, 
SoftConn)
musb-hdrc: MHDRC RTL version 2.0 
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
Net:   ethaddr not set. Validating first E-fuse MAC
cpsw, usb_ether
Hit any key to stop autoboot:  0 
gpio: pin 53 (gpio 53) value is 1
mmc0 is current device
micro SD card found
mmc0 is current device
gpio: pin 54 (gpio 54) value is 1
SD/MMC found on device 0
reading uEnv.txt
1449 bytes read in 4 ms (353.5 KiB/s)
Loaded environment from uEnv.txt
Importing environment from mmc ...
gpio: pin 55 (gpio 55) value is 1
reading /boot/uImage
** Unable to read file /boot/uImage **
U-Boot# bootm 0x8100
Wrong Image Format for bootm command
ERROR: can't get kernel image!
U-Boot# setenv serverip 192.168.0.1;setenv ipaddr 192.168.0.100;tftp 
0x8100 uImage
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.0.1; our IP address is 192.168.0.100
Filename 'uImage'.
Load address: 0x8100
Loading: #
 #
 #
 #
 ###
 1.2 MiB/s
done
Bytes transferred = 4143543 (3f39b7 hex)
U-Boot# setenv serverip 192.168.0.1;setenv ipaddr 192.168.0.100;tftp 
0x80007fc0 uImage
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.0.1; our IP address is 192.168.0.100
Filename 'uImage'.
Load address: 0x80007fc0
Loading: #
 #
 #
 #
 ###
 1.2 MiB/s
done
Bytes transferred = 4143543 (3f39b7 hex)
U-Boot# bootm 0x80007fc0
## Booting kernel from Legacy Image at 80007fc0 ...
   Image Name:   myLinux-Image
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:4143479 Bytes = 4 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   XIP Kernel Image ... OK
OK

Starting kernel ...


it is not working...and no output than this...!!!


Thanks in Advance,

Cheers,
E.K

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


[beagleboard] BBB kernel not booting

2014-05-12 Thread karsci2004
H Guyz,
 I followed this link 
http://wiki.beyondlogic.org/index.php/BeagleBoneBlack_Building_Kernel but 
my kernel is not booting in BBB,Please help m ein proceedign further.I 
built the kernel and booted through tftp but my kernel is hung!





U-Boot SPL 2013.04-dirty (Jun 19 2013 - 09:57:14)
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, 
SoftConn)
musb-hdrc: MHDRC RTL version 2.0 
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, 
SoftConn)
musb-hdrc: MHDRC RTL version 2.0 
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
OMAP SD/MMC: 0
mmc_send_cmd : timeout: No status update
reading u-boot.img
reading u-boot.img


U-Boot 2013.04-dirty (Jun 19 2013 - 09:57:14)

I2C:   ready
DRAM:  512 MiB
WARNING: Caches not enabled
NAND:  No NAND device found!!!
0 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - readenv() failed, using default environment

musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, 
SoftConn)
musb-hdrc: MHDRC RTL version 2.0 
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, 
SoftConn)
musb-hdrc: MHDRC RTL version 2.0 
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
Net:   ethaddr not set. Validating first E-fuse MAC
cpsw, usb_ether
Hit any key to stop autoboot:  0 
gpio: pin 53 (gpio 53) value is 1
mmc0 is current device
micro SD card found
mmc0 is current device
gpio: pin 54 (gpio 54) value is 1
SD/MMC found on device 0
reading uEnv.txt
1449 bytes read in 4 ms (353.5 KiB/s)
Loaded environment from uEnv.txt
Importing environment from mmc ...
gpio: pin 55 (gpio 55) value is 1
reading /boot/uImage
** Unable to read file /boot/uImage **
U-Boot# 
U-Boot# 
U-Boot# 
U-Boot# 
U-Boot# setenv serverip 192.168.0.1;setenv ipaddr 192.168.0.100;tftp 
0x80007fc0 uImage;tftp 0x80f8 am335x-bone.dtb
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.0.1; our IP address is 192.168.0.100
Filename 'uImage'.
Load address: 0x80007fc0
Loading: #
 #
 #
 #
 ###
 1.2 MiB/s
done
Bytes transferred = 4143543 (3f39b7 hex)
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.0.1; our IP address is 192.168.0.100
Filename 'am335x-bone.dtb'.
Load address: 0x80f8
Loading: #
 864.3 KiB/s
done
Bytes transferred = 7967 (1f1f hex)
U-Boot# bootm 0x80007fc0 - 0x80f8
## Booting kernel from Legacy Image at 80007fc0 ...
   Image Name:   myLinux-Image
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:4143479 Bytes = 4 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
## Flattened Device Tree blob at 80f8
   Booting using the fdt blob at 0x80f8
   XIP Kernel Image ... OK
OK
   Using Device Tree in place at 80f8, end 80f84f1e

Starting kernel ...



I have no clue in resolving this!!!


Thanks in Advance,


Cheers,
E.K

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


Re: [beagleboard] Re: Question about DSPlink test apps

2014-05-12 Thread Tanzeel Ur Rahman
can you give me some more detailed help on it please ???


On Sun, May 11, 2014 at 12:29 AM, tanzeel.bha...@gmail.com wrote:



 On Wednesday, January 20, 2010 7:59:01 PM UTC+5, Nils Pipenbrinck wrote:

 saladino wrote:
  Does it compile from C code?
 
 Aehm.. The compiler (Code generatio tools) is a binary distribution.
 Comes for Win32, Linux and since recently Solaris.

 It can compile C and C++ code.

 Cheers,
 Nils



 I want to compile my c code for beagleboard to use dsplink and opencv
 ...how can i compil the code on beagleboard or on thr host machine
 any suggestions or ideas ??

 --
 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/wwG2mvA0Qqg/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/d/optout.


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


[beagleboard] Small blink of BBB Power LED and then nothing during GPIO

2014-05-12 Thread jcrystal
Hello BeagleBoard community,

I'm afraid I bricked my Beaglebone Black.

The current symptom: Upon being connected to power (either from the DC jack 
or USB), the power LED blinks briefly, and then goes out.  And... that's 
it.  No other LED's or other indicators, and no boot sequence.  It's the 
same whether there's an SD card present or not; the system never even gets 
that far.

Help?  Here's what I was doing at the time:

- I was attempting to read the GPIO state of one of the pins (P9.11, 
gpio0[30]).
- I connected this pin to +3.3V (P9.3).
- I executed cat /sys/class/gpio/gpio30/value (GPIO 30 is the system name 
for this pin) a number of times.

I had previously used this pin as a GPIO out (reading its value) without 
a problem.  I figured that means it was safe to use as a GPIO in.  What 
else might this have done?

Thanks to all.

-Jason

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


Re: [beagleboard] Small blink of BBB Power LED and then nothing during GPIO

2014-05-12 Thread Gerald Coley
Technically speaking, if the board is still in working order, you cannot
brick the board. You may have blown a pin by connecting it to 3.3V direct
instead of through a large pull up resistor  especially if the pin was
acting as an output on power up The flashing LED indicates that you popped
the processor..

You will need to request an RMA to get it fixed.
http://www.elinux.org/Beagleboard:BeagleBoneBlack#RMA_Support


Gerald.


On Mon, May 12, 2014 at 12:02 PM, jcrys...@gmail.com wrote:

 Hello BeagleBoard community,

 I'm afraid I bricked my Beaglebone Black.

 The current symptom: Upon being connected to power (either from the DC
 jack or USB), the power LED blinks briefly, and then goes out.  And...
 that's it.  No other LED's or other indicators, and no boot sequence.  It's
 the same whether there's an SD card present or not; the system never even
 gets that far.

 Help?  Here's what I was doing at the time:

 - I was attempting to read the GPIO state of one of the pins (P9.11,
 gpio0[30]).
 - I connected this pin to +3.3V (P9.3).
 - I executed cat /sys/class/gpio/gpio30/value (GPIO 30 is the system name
 for this pin) a number of times.

 I had previously used this pin as a GPIO out (reading its value) without
 a problem.  I figured that means it was safe to use as a GPIO in.  What
 else might this have done?

 Thanks to all.

 -Jason

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


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


[beagleboard] qt Creator installation and SGX workaround for GUI app dev.!

2014-05-12 Thread Nishant Sood
Hey folks,

I'm really disappointed with all that incompatibility of the SGX and 
dependability therefore on the kernel 3.2.30 for having GUI qt apps! ,is 
there anyone now getting going with all that working all fine?

or any suggestions  where I should turn to if I want qt kinda IDE to 
develop GUI apps for BBBlack on kernel 3.8.13 if kernel 3.2.30 is 
problematic?

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


Re: [beagleboard] LCD 3.5 Cape Blocks all Analog Input Pins on Beaglebone Black

2014-05-12 Thread rar76
Yeah, do we need to rebuild the kernel to remove the touch functionality?

On Tuesday, April 8, 2014 12:20:23 PM UTC-3, mustan...@gmail.com wrote:

 Hello,

 I am trying to also use the BeagleBone ADC along with an LCD screen that 
 has touch functionality. I've decided that the touch functionality isn't 
 important and would rather disable it to give me full access to the 
 internal ADC. The screen is the 4DCape-43T. I would like a little bit of 
 guidance trying to alter the device tree for the LCD to disable the touch 
 functionality. Where is the device tree located for the display? If anyone 
 knows the exact code to change, that would be welcomed advice, also. I am a 
 little inexperienced with the BeagleBone Black, so I'm a little confused 
 about how to do this. It would be a life saver if anyone could help!

 Thanks,
 Steven

 On Monday, July 15, 2013 5:58:53 AM UTC-5, Charles Steinkuehler wrote:

 -BEGIN PGP SIGNED MESSAGE- 
 Hash: SHA1 

 On 7/15/2013 5:42 AM, Will Kostelecky wrote: 
  Revisiting this topic...is there any way to disable the touch 
  screen drivers for the LCD display thus rendering the AIN pins 
  accessable (though reducing the user input to buttons)?   Getting 
  an external ADC to work is looking to be non trivial. 

 You can play with the device tree for the LCD panel and remove the ADC 
 bits.  You should also be able to make a custom device tree that 
 supports the touch screen *AND* reading the other three inputs, but 
 this might involve tweaking some driver code. 

 ...reviewing the device tree files for the lcd3 and the iio analog 
 helper, it looks like you should be able to pretty easily remove the 
 touchscreen parts from the LCD overlay and roll them into a separate 
 analog overlay (or add your required analog bits to a custom LCD 
 overlay), but you'll probably want to review the actual driver code 
 and make sure it's not doing something stupid. 

 - -- 
 Charles Steinkuehler 
 cha...@steinkuehler.net 
 -BEGIN PGP SIGNATURE- 
 Version: GnuPG v1.4.11 (MingW32) 
 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ 

 iEYEARECAAYFAlHj1e0ACgkQLywbqEHdNFy5ZwCgqFmzFyVrS0VXbZys3bh7orip 
 hu4AoOHd5eVaFeSm2vzE4Y7uMdKxDSaZ 
 =oQST 
 -END PGP SIGNATURE- 



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


Re: [beagleboard] Running BBB over couple days leads to overheating

2014-05-12 Thread William Hermans
$ uptime
 11:29:08 up 15 days, 15:03,  1 user,  load average: 0.00, 0.01, 0.05


Maybe he has a faulty Beagle ?


On Mon, May 12, 2014 at 6:02 AM, Gerald Coley ger...@beagleboard.orgwrote:

 If you provide adequate ventilation so that heat does not collect inside a
 closed box, it should have no heat issues of any kind. The board was
 designed to run over long periods of time.

 Gerald


 On Mon, May 12, 2014 at 7:50 AM, Charles Steinkuehler 
 char...@steinkuehler.net wrote:

 On 5/11/2014 4:55 PM, max.kiehnsch...@googlemail.com wrote:
  Hey guys, I'm running debian 7.4 on my BBB, with nothing more than
  noip-update scrip running. I had it running for two days now, and it
  gets very hot and shuts down. It even got hot on startup after inital
  setup (flashing os, etc). Is that a common issue? Is the BBB even
  layed out for running ofer such a long timespan? I woild like to have
  it running 24/7 as a webserver. Is that a possible use-case? I would
  love to hear your input.

 I've kept many BeagleBones running for weeks at a time, typically under
 a 3D printer cape.  I have not had a problem with over-heating or
 shutting down yet.

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

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


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


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


[beagleboard] Beagleboneblack booting

2014-05-12 Thread Bayani Custodio
Tried flashing latest angstrom distribution from beagle bone nothing happened. 
Board now only boots with micro SD card inserted. Just wondering if this is 
normal.

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


Re: [beagleboard] Beagleboneblack booting

2014-05-12 Thread Gerald Coley
This is not normal if you do it correctly. What procedures are you
following? How long did you wait for it to complete the flashing process?

Gerald


On Mon, May 12, 2014 at 1:51 PM, Bayani Custodio 
bayani.p.custo...@gmail.com wrote:

 Tried flashing latest angstrom distribution from beagle bone nothing
 happened. Board now only boots with micro SD card inserted. Just wondering
 if this is normal.

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


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


Re: [beagleboard] Running BBB over couple days leads to overheating

2014-05-12 Thread Gerald Coley
Could be. If he has popped a few I/O pins it could cause things to heat up.

Gerald


On Mon, May 12, 2014 at 1:28 PM, William Hermans yyrk...@gmail.com wrote:

 $ uptime
  11:29:08 up 15 days, 15:03,  1 user,  load average: 0.00, 0.01, 0.05


 Maybe he has a faulty Beagle ?


 On Mon, May 12, 2014 at 6:02 AM, Gerald Coley ger...@beagleboard.orgwrote:

 If you provide adequate ventilation so that heat does not
 collect inside a closed box, it should have no heat issues of any kind. The
 board was designed to run over long periods of time.

 Gerald


 On Mon, May 12, 2014 at 7:50 AM, Charles Steinkuehler 
 char...@steinkuehler.net wrote:

 On 5/11/2014 4:55 PM, max.kiehnsch...@googlemail.com wrote:
  Hey guys, I'm running debian 7.4 on my BBB, with nothing more than
  noip-update scrip running. I had it running for two days now, and it
  gets very hot and shuts down. It even got hot on startup after inital
  setup (flashing os, etc). Is that a common issue? Is the BBB even
  layed out for running ofer such a long timespan? I woild like to have
  it running 24/7 as a webserver. Is that a possible use-case? I would
  love to hear your input.

 I've kept many BeagleBones running for weeks at a time, typically under
 a 3D printer cape.  I have not had a problem with over-heating or
 shutting down yet.

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

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


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


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


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


[beagleboard] Re: Running BBB over couple days leads to overheating

2014-05-12 Thread jmelson


On Sunday, May 11, 2014 4:55:50 PM UTC-5, Mäx Rakete wrote:

 Hey guys, 
 I'm running debian 7.4 on my BBB, with nothing more than noip-update scrip 
 running. I had it running for two days now, and it gets very hot and shuts 
 down. It even got hot on startup after inital setup (flashing os, etc). Is 
 that a common issue? Is the BBB even layed out for running ofer such a long 
 timespan? I woild like to have it running 24/7 as a webserver. Is that a 
 possible use-case? I would love to hear your input. 

 Regards, 
 Max

 I just checked one I have.  it has been up 61 days.  It has a little 
Glade-interfaced program, so generally it isn't running anything unless
somebody logs in an starts the program.  But, that shouldn't matter.

It is in a closed box with power supplies and a home-made cape, so if it 
was going to overheat, I'd expect that to do it.

Jon

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


Re: [beagleboard] Re: Running BBB over couple days leads to overheating

2014-05-12 Thread Don deJuan
On 05/12/2014 12:16 PM, jmelson wrote:


 On Sunday, May 11, 2014 4:55:50 PM UTC-5, Mäx Rakete wrote:

 Hey guys,
 I'm running debian 7.4 on my BBB, with nothing more than
 noip-update scrip running. I had it running for two days now, and
 it gets very hot and shuts down. It even got hot on startup after
 inital setup (flashing os, etc). Is that a common issue? Is the
 BBB even layed out for running ofer such a long timespan? I woild
 like to have it running 24/7 as a webserver. Is that a possible
 use-case? I would love to hear your input.

 Regards,
 Max

  I just checked one I have.  it has been up 61 days.  It has a little
 Glade-interfaced program, so generally it isn't running anything unless
 somebody logs in an starts the program.  But, that shouldn't matter.

 It is in a closed box with power supplies and a home-made cape, so if
 it was going to overheat, I'd expect that to do it.

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

uptime
 12:25:49 up 88 days, 10:43,  1 user,  load average: 0.03, 0.04, 0.35

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


Re: [beagleboard] Re: Running BBB over couple days leads to overheating

2014-05-12 Thread Don deJuan
On 05/12/2014 12:16 PM, jmelson wrote:


 On Sunday, May 11, 2014 4:55:50 PM UTC-5, Mäx Rakete wrote:

 Hey guys,
 I'm running debian 7.4 on my BBB, with nothing more than
 noip-update scrip running. I had it running for two days now, and
 it gets very hot and shuts down. It even got hot on startup after
 inital setup (flashing os, etc). Is that a common issue? Is the
 BBB even layed out for running ofer such a long timespan? I woild
 like to have it running 24/7 as a webserver. Is that a possible
 use-case? I would love to hear your input.

 Regards,
 Max

  I just checked one I have.  it has been up 61 days.  It has a little
 Glade-interfaced program, so generally it isn't running anything unless
 somebody logs in an starts the program.  But, that shouldn't matter.

 It is in a closed box with power supplies and a home-made cape, so if
 it was going to overheat, I'd expect that to do it.

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

another one

uptime
 13:43:25 up 57 days, 13:30,  1 user,  load average: 3.00, 3.02, 3.05

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


Re: [beagleboard] libpruio (fast and easy D/A - I/O)

2014-05-12 Thread TJF
For the default image we need the binary libpruio.so (not sure about 
libpruio.a). And we need the headers. Currently there're 4 headers, but I 
think I should create an all-in-one version called pruio.h and drop the 
documentation comments to save some memory.

Where to send the fine-tuned files? (Please be patient, that's my first 
project here.)

Who cares about the dependencies (libprussdrv)?

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


Re: [beagleboard] Running BBB over couple days leads to overheating

2014-05-12 Thread Mäx Rakete
Is there a way to find out if thats the case? And could it be repaired? In 
the worst case, i have to buy one of the BBB from element14 i guess...

Am Montag, 12. Mai 2014 20:47:07 UTC+2 schrieb Gerald:

 Could be. If he has popped a few I/O pins it could cause things to heat up.

 Gerald


 On Mon, May 12, 2014 at 1:28 PM, William Hermans 
 yyr...@gmail.comjavascript:
  wrote:

 $ uptime
  11:29:08 up 15 days, 15:03,  1 user,  load average: 0.00, 0.01, 0.05


 Maybe he has a faulty Beagle ?


 On Mon, May 12, 2014 at 6:02 AM, Gerald Coley 
 ger...@beagleboard.orgjavascript:
  wrote:

 If you provide adequate ventilation so that heat does not 
 collect inside a closed box, it should have no heat issues of any kind. The 
 board was designed to run over long periods of time.

 Gerald


 On Mon, May 12, 2014 at 7:50 AM, Charles Steinkuehler 
 cha...@steinkuehler.net javascript: wrote:

 On 5/11/2014 4:55 PM, max.kie...@googlemail.com javascript: wrote:
  Hey guys, I'm running debian 7.4 on my BBB, with nothing more than
  noip-update scrip running. I had it running for two days now, and it
  gets very hot and shuts down. It even got hot on startup after inital
  setup (flashing os, etc). Is that a common issue? Is the BBB even
  layed out for running ofer such a long timespan? I woild like to have
  it running 24/7 as a webserver. Is that a possible use-case? I would
  love to hear your input.

 I've kept many BeagleBones running for weeks at a time, typically under
 a 3D printer cape.  I have not had a problem with over-heating or
 shutting down yet.

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

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


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


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




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


Re: [beagleboard] Re: Atlantic Canada Timezone

2014-05-12 Thread mike rankin
/usr/share/zoneinfo/America/Halifax is not there at all.
Just- Anchorage  Caracas  Chicago  Denver  Los_Angeles  New_York  Sao_Paulo 
appears.

Unknown package 'tzdata-canada' appears when I try sudo opkg install 
tzdata-canada.


Mike

On Monday, May 12, 2014 2:47:10 PM UTC-3, DLF wrote:

 Hi, 
 Me Again ,

 do you see /usr/share/zoneinfo/America/Halifax  ???



 On Monday, 12 May 2014 17:29:04 UTC+2, DLF wrote:

 yes there is a shift to Debian and I believe the new boards are being 
 shipped with Debian rather than Angstrom.

 I'm not sure what that means in terms of your book, but given that you 
 are new to BBB, I'd continue to work on the examples with Angstrom and the 
 book.  Once you get a footing, jump over to Debian.

 I'm no expert but maybe a package is missing in Angstrom for the Atlantic 
 time zone ... maybe try something like (use at your own risk)
 sudo opkg update
 sudo opkg install tzdata-canada

 good luck




 On 12 May 2014 15:00, mike rankin 0mi...@gmail.com javascript: wrote:

 I'm using Angstrom and Canada is not located anywhere in 
 usr/share/zoneinfo
 On another note,
 The BBB is new to me and I'm a nube going through the Getting Started 
 with the BeagleBone Black book examples. If I were to install Debian onto 
 it, can I still follow the book examples? I get the feeling that Debian is 
 preferred for some reason over Angstrom.

 On Monday, May 12, 2014 2:17:44 AM UTC-3, DLF wrote:

 In Debian, I find it inside 
 usr/share/zoneinfo/Canada/



 On Sunday, 11 May 2014 00:53:46 UTC+2, mike rankin wrote:

 I'm having trouble finding the Atlantic Canada Timezone for setting up 
 the time being pulled over ethernet from the instructions at: 
 http://www.circuidipity.com/getting-started-with-beaglebone-black.html
 Inside usr/share/zoneinfo/ I cannot find the Atlantic timezone.

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




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


[beagleboard] BBB rev C: in stock at Adafruit

2014-05-12 Thread Drew Fustini
fyi - adafruit right now has in stock (qty 74) the new BBB rev C with 
Debian Linux installed on 4GB eMMC... I just bought one with bitcoin :)
https://www.adafruit.com/blog/2014/05/12/new-product-beaglebone-black-rev-c-4gb-flash-pre-installed-debian/

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


Re: [beagleboard] A simple cape to prevent power-interrupt corruption?

2014-05-12 Thread ags
So perhaps all I'll need is a small battery (recharged when DC power is 
available) attached to the pads on the BBB, and some software. I am looking 
for an orderly shutdown when DC power is removed - the sole purpose of the 
battery is to provide power just until the BBB can be shutdown properly. No 
need to be monitoring for a wakeup event (just power back on when DC power 
is restored). Can you point me to any examples of how to monitor the DC 
status (through I2C as you say below or any other way) and initiate the 
shutdown? Thanks.

On Friday, May 9, 2014 10:12:58 PM UTC-7, Ron B. wrote:

 ...
 So, for the shutdown, the cape itself doesn't do anything since that's a 
 software issue.  But since DC power status is reported through a status 
 register over I2C, I used that in a bash script while toying with a 
 podcast car computer.  I haven't spent much time on it but it definitely 
 turns itself on and off with the car.  I guess the other option would be a 
 kernel module that monitors power good and initiates the shutdown...

 -Ron




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


Re: [beagleboard] Running BBB over couple days leads to overheating

2014-05-12 Thread Gerald Coley
It can be repaired.

Gerald



On Mon, May 12, 2014 at 3:44 PM, Mäx Rakete
max.kiehnsch...@googlemail.comwrote:

 Is there a way to find out if thats the case? And could it be repaired? In
 the worst case, i have to buy one of the BBB from element14 i guess...

 Am Montag, 12. Mai 2014 20:47:07 UTC+2 schrieb Gerald:

 Could be. If he has popped a few I/O pins it could cause things to heat
 up.

 Gerald


 On Mon, May 12, 2014 at 1:28 PM, William Hermans yyr...@gmail.comwrote:

 $ uptime
  11:29:08 up 15 days, 15:03,  1 user,  load average: 0.00, 0.01, 0.05


 Maybe he has a faulty Beagle ?


 On Mon, May 12, 2014 at 6:02 AM, Gerald Coley ger...@beagleboard.orgwrote:

 If you provide adequate ventilation so that heat does not
 collect inside a closed box, it should have no heat issues of any kind. The
 board was designed to run over long periods of time.

 Gerald


 On Mon, May 12, 2014 at 7:50 AM, Charles Steinkuehler 
 cha...@steinkuehler.net wrote:

 On 5/11/2014 4:55 PM, max.kie...@googlemail.com wrote:
  Hey guys, I'm running debian 7.4 on my BBB, with nothing more than
  noip-update scrip running. I had it running for two days now, and it
  gets very hot and shuts down. It even got hot on startup after inital
  setup (flashing os, etc). Is that a common issue? Is the BBB even
  layed out for running ofer such a long timespan? I woild like to have
  it running 24/7 as a webserver. Is that a possible use-case? I would
  love to hear your input.

 I've kept many BeagleBones running for weeks at a time, typically under
 a 3D printer cape.  I have not had a problem with over-heating or
 shutting down yet.

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

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

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


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

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


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

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


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


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


[beagleboard] Beaglebone Quadcopter!

2014-05-12 Thread Mike McDonald
Hey guys,

A group of Rose-Hulman students have been hard at work this past year 
building a Beaglebone Quadcopter with these goals in mind:

1. Low cost ($100-150 w/o Beaglebone)
2. Fully open source (Cape, Frame, and all control software) on our 
Githubhttps://github.com/Rose-Hulman-ROBO4xx/1314-BeagleBone-Quadcopter/tree/master_rev2
.
3. Easy to assembly and repair (we estimate it will take 1-2 hours to 
assemble and get ready to fly)
4. Durable and easy to fly (currently supports USB game controller control, 
though we initially tested using a USB RC controller, though it's also 
possible to eventually use a cell phone as a controller) with a 10 minute 
flight time
5. Sensor packed: 9-Axis (MPU 9150), Altimeter (BMP 180), Ultrasonic 
Rangefinder (HC SR04), Battery Gas Gauge (MAX 17044), and CMOS Camera 
(OV7670).

The Quadcopter is flown via WiFi and Bluetooth (though streaming video 
doesn't yet work over Bluetooth) from a host computer (you need somewhere 
to view the streaming video from). Additionally, we're using a Debian image 
and have added Xenomai for better real time performance. We're also using 
both PRU's: one for real time motor control and one for the camera. With 
the quadcopter software running, we've still got 80+% of the CPU free for 
other processing (OpenCV, etc.).

We're currently using a PID control scheme, but we may be switching to a 
sweet state variable feedback system (or getting a senior design group next 
year to do it).

So, we want some feedback from you guys on the following:

   1. 
*Would you buy one of these Quadcopters? *
   2. 
*Is our price point reasonable? Is this something worth selling ourselves 
   or would this be a good kickstarter project? *
   3. *Are there any other features you think are critical (wouldn't buy 
   without it)?*

If you want to dive deeper into our design:

   1. *How does the software look (particularly the PRU to C interface)? 
   Would you be willing to maintain it, or update it to State Variable?*
   2. *How does the PCB look? Are there any flaws you see? Would you want 
   to add or remove any other sensors?*
   3. *How does the mechanical design (Quadcopter frame) look? Is it 
   aesthetically pleasing? Easy to build (if you have a laser cutter, give it 
   a try and let us know)? Easy to fix when broken?*

Here are some pictures:

https://lh4.googleusercontent.com/-kgxIfN6_fL8/U3Ffs2ZPgsI/AFM/u8omMlHOvHY/s1600/2013-12-18_14-34-02_876.jpg

https://lh4.googleusercontent.com/-TKaZ6oB1_uA/U3Ff9Si5xcI/AFc/nr2p7Wztm-M/s1600/2013-12-18_14-34-24_871.jpg

https://lh4.googleusercontent.com/-fhFlpxYzDIk/U3FgD43LFvI/AFk/Tag00rk5ww4/s1600/2014-03-30_14-06-29_481.jpg

https://lh3.googleusercontent.com/-xhMc-hNYpT8/U3FgKukzMYI/AFs/T-Sd2HiQB9M/s1600/2014-03-30_14-06-37_787.jpg

Videos are available on here 
https://www.dropbox.com/sh/0pfk43b3zq14rjh/xk6Kl6lccb#/(and on the 
githubhttps://github.com/Rose-Hulman-ROBO4xx/1314-BeagleBone-Quadcopter/tree/master_rev2).
 
Our best video is probably 
herehttps://www.dropbox.com/sh/0pfk43b3zq14rjh/xk6Kl6lccb#lh:null-Video%20May%2011%2C%206%2004%2014%20PM.mov,
 
as it shows it both flying as well as the streaming video.

If you guys have any questions, respond here or email me back.

Thanks!






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


Re: [beagleboard] Beaglebone Quadcopter!

2014-05-12 Thread Philip Polstra
I would like a longer flight time and something that can be flown outside
in some wind.  My primary focus is delivering a BBB equipped with 802.15.4
and wifi running my pentesting Linux distro to hard to reach targets.
On May 12, 2014 7:11 PM, Mike McDonald miketheman...@gmail.com wrote:

 Hey guys,

 A group of Rose-Hulman students have been hard at work this past year
 building a Beaglebone Quadcopter with these goals in mind:

 1. Low cost ($100-150 w/o Beaglebone)
 2. Fully open source (Cape, Frame, and all control software) on our 
 Githubhttps://github.com/Rose-Hulman-ROBO4xx/1314-BeagleBone-Quadcopter/tree/master_rev2
 .
 3. Easy to assembly and repair (we estimate it will take 1-2 hours to
 assemble and get ready to fly)
 4. Durable and easy to fly (currently supports USB game controller
 control, though we initially tested using a USB RC controller, though it's
 also possible to eventually use a cell phone as a controller) with a 10
 minute flight time
 5. Sensor packed: 9-Axis (MPU 9150), Altimeter (BMP 180), Ultrasonic
 Rangefinder (HC SR04), Battery Gas Gauge (MAX 17044), and CMOS Camera
 (OV7670).

 The Quadcopter is flown via WiFi and Bluetooth (though streaming video
 doesn't yet work over Bluetooth) from a host computer (you need somewhere
 to view the streaming video from). Additionally, we're using a Debian image
 and have added Xenomai for better real time performance. We're also using
 both PRU's: one for real time motor control and one for the camera. With
 the quadcopter software running, we've still got 80+% of the CPU free for
 other processing (OpenCV, etc.).

 We're currently using a PID control scheme, but we may be switching to a
 sweet state variable feedback system (or getting a senior design group next
 year to do it).

 So, we want some feedback from you guys on the following:

1.
 *Would you buy one of these Quadcopters? *
2.
 *Is our price point reasonable? Is this something worth selling ourselves
or would this be a good kickstarter project? *
3. *Are there any other features you think are critical (wouldn't buy
without it)?*

 If you want to dive deeper into our design:

1. *How does the software look (particularly the PRU to C interface)?
Would you be willing to maintain it, or update it to State Variable?*
2. *How does the PCB look? Are there any flaws you see? Would you want
to add or remove any other sensors?*
3. *How does the mechanical design (Quadcopter frame) look? Is it
aesthetically pleasing? Easy to build (if you have a laser cutter, give it
a try and let us know)? Easy to fix when broken?*

 Here are some pictures:


 https://lh4.googleusercontent.com/-kgxIfN6_fL8/U3Ffs2ZPgsI/AFM/u8omMlHOvHY/s1600/2013-12-18_14-34-02_876.jpg


 https://lh4.googleusercontent.com/-TKaZ6oB1_uA/U3Ff9Si5xcI/AFc/nr2p7Wztm-M/s1600/2013-12-18_14-34-24_871.jpg


 https://lh4.googleusercontent.com/-fhFlpxYzDIk/U3FgD43LFvI/AFk/Tag00rk5ww4/s1600/2014-03-30_14-06-29_481.jpg


 https://lh3.googleusercontent.com/-xhMc-hNYpT8/U3FgKukzMYI/AFs/T-Sd2HiQB9M/s1600/2014-03-30_14-06-37_787.jpg

 Videos are available on here
 https://www.dropbox.com/sh/0pfk43b3zq14rjh/xk6Kl6lccb#/(and on the
 githubhttps://github.com/Rose-Hulman-ROBO4xx/1314-BeagleBone-Quadcopter/tree/master_rev2).
 Our best video is probably 
 herehttps://www.dropbox.com/sh/0pfk43b3zq14rjh/xk6Kl6lccb#lh:null-Video%20May%2011%2C%206%2004%2014%20PM.mov,
 as it shows it both flying as well as the streaming video.

 If you guys have any questions, respond here or email me back.

 Thanks!






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


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