Re: [beagleboard] Tips on using a BBGW in a consumer product

2017-02-21 Thread woody.lois via BeagleBoard
On Tue, 2/21/17, Gerald Coley wrote: Subject: Re: [beagleboard] Tips on using a BBGW in a consumer product To: "beagleboard@googlegroups.com" Cc: "Jason Kridner"

[beagleboard] Re: bb-wl18xx-firmware depends on connman!?

2017-02-21 Thread Juliusz Chroboczek
> This is the change i implemented.. > https://github.com/rcn-ee/repos/commit/cc43ffb0374efb0e219863621927f5bc29b12212 Perfect, thanks. -- Juliusz -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

Re: [beagleboard] Tips on using a BBGW in a consumer product

2017-02-21 Thread Gerald Coley
It arrived in the group posting. Gerald On Tue, Feb 21, 2017 at 2:32 PM, Steve Groen wrote: > Jason Kridner, > > > > Generally: > > How do you incorporate a BBGW into a consumer product? > > Does anybody do this, or do they design their own board > > using

[beagleboard] Tips on using a BBGW in a consumer product

2017-02-21 Thread Steve Groen
Jason Kridner, Generally: How do you incorporate a BBGW into a consumer product? Does anybody do this, or do they design their own board using BBGW as a base? Reset/Upgrade: How does a customer 'factory reset' a bricked BBGW? Swap out the SD card? Provide an

[beagleboard] BBBW testing

2017-02-21 Thread Kevin Gordon
Progress: The error I struck using grow_partition.sh was: Re-reading the partition table ... sfdisk: BLKRRPART: Device or resource busy sfdisk: The command to re-read the partition table failed. Run partprobe(8), kpartx(8) or reboot your system now, before using mkfs sfdisk: If you created

[beagleboard] Tips for incorporating a BBGW into a consumer product?

2017-02-21 Thread Steve Groen
Generally: How do you incorporate a BBGW into a consumer product? Does anybody do this, or do they design their own board using BBGW as a base? Reset/Upgrade: How does a customer 'factory reset' a bricked BBGW? Swap out the SD card? Provide an externally

[beagleboard] Re: RT Linux boot crash

2017-02-21 Thread acheesehead
More info, from disassembled image, abort occurs in enter_kernel at 9e4: 09e0 <__enter_kernel>: 9e0: e3a0 mov r0, #0 ; 0x0 9e4: e1a0f004 mov pc, r4 On Tuesday, February 21, 2017 at 12:14:10 PM UTC-7, acheesehead wrote: > > Using JTAG to trace the problem, I found that the code

[beagleboard] RT Linux boot crash

2017-02-21 Thread acheesehead
Using JTAG to trace the problem, I found that the code aborts at 0x820009e4, after eventually running a bunch of code in the 0xc000 area of memory. The DM3730 TRM shows this region as reserved, so I am a bit confused as to what could be there. Any suggestions on how to debug this?

Re: [beagleboard] Re: bb-wl18xx-firmware depends on connman!?

2017-02-21 Thread Robert Nelson
On Mon, Feb 20, 2017 at 11:34 PM, Robert Nelson wrote: > On Mon, Feb 20, 2017 at 6:05 PM, Juliusz Chroboczek wrote: > bb-wl18xx-firmware > Depends: bc > Depends: bsdmainutils > Depends: connman > Depends: coreutils > Depends: dnsmasq

[beagleboard] Re: BBB android

2017-02-21 Thread Andrew Henderson
The limiting factor in supporting Android on the BBB with newer kernels is support for SGX OpenGL ES. Newer Androids rely heavily on GLES for rendering. You can always fall back to PixelFlinger for software rendering, but a variety of apps will not work (or will work very slowly) when you use

[beagleboard] Beagleboard OpenCV-SVM-Tesseract-OCR (Support) IIoT

2017-02-21 Thread amandalmia14
HI All, I want to develop an application similar to https://www.youtube.com/watch?v=vtSGSXKggEo (an industrial IoT solution ). Will BeagleBoard will support, if yes which version ? (I think x15 should work). If yes can you please explain how? Thanks, Aman Dalmia -- For more options,

[beagleboard] Re: UAV Drone out of a BBBW

2017-02-21 Thread 'woody stanford' via BeagleBoard
OK better code example with complete force-moment-mass model coded, minimal guidance, simulation support. https://www.raspberrypi.org/forums/viewtopic.php?p=1117477#p1117477 On Monday, January 30, 2017 at 6:19:30 PM UTC-7, woody stanford wrote: > > I posted the remote control for this in

[beagleboard] Re: Unable to import tkinter

2017-02-21 Thread Chris Green
anishece...@gmail.com wrote: > [-- text/plain, encoding 7bit, charset: UTF-8, 10 lines --] > > When I am trying to import tkinter, I am getting error message. > If you told us what you are doing to try and import tkinter and also (more important) what the error message is we might be able to