[beagleboard] TIDL

2020-04-16 Thread Robert Cachro
Hi, The TIDL examples written for OpenCV GUI output found at (usr/share/ti/examples/tidl) function on the BeagleBone AI with image and video inputs but does not function with camera input. Specifically I am looking at the ssd_multibox demo which tidl-api documentation here states should

[beagleboard] Beaglebone Black new bwbasic-3.2a and relay cape program

2020-04-16 Thread KenUnix
4-16-2020 https://github.com/kenmartin-unix/Bwbasic-3.2a-for-BeagleBone Fully working Bwbasic-3.2a & relays.bas to test and operate and get the status of the relays on the cape. Note this version corrected issues with version 2.2 & 3.2 which is the version you get 2.2 if doing a sudo apt

Re: [beagleboard] connmanctl Wi-Fi automation

2020-04-16 Thread Robert Cachro
Thank you Robert and Jon. Will test those methods tomorrow. Regards, Rob On Thursday, April 16, 2020 at 7:03:31 PM UTC-5, jonnymo wrote: > > The other option is to use connmanctl via command line in your scripts: > > $connmanctl config --ipv4 manual > > https://www.mankier.com/1/connmanctl

Re: [beagleboard] connmanctl Wi-Fi automation

2020-04-16 Thread jonnymo
The other option is to use connmanctl via command line in your scripts: $connmanctl config --ipv4 manual https://www.mankier.com/1/connmanctl http://variwiki.com/index.php?title=Static_IP_Address Cheers, Jon On Thu, Apr 16, 2020 at 4:47 PM Robert Nelson wrote: > On Thu, Apr 16, 2020

Re: [beagleboard] connmanctl Wi-Fi automation

2020-04-16 Thread Robert Nelson
On Thu, Apr 16, 2020 at 6:41 PM Robert Cachro wrote: > > We are upgrading our product from the BeagleBone Black to BeagleBone Black > Wireless and have had a really tough with automating a connection using > connmanctl. In our current product's commissioning process, a customer logs > into

[beagleboard] connmanctl Wi-Fi automation

2020-04-16 Thread Robert Cachro
We are upgrading our product from the BeagleBone Black to BeagleBone Black Wireless and have had a really tough with automating a connection using connmanctl. In our current product's commissioning process, a customer logs into their BB via either USB or AP mode (which is hosting a wifi

[beagleboard] Re: segmentation fault PRU

2020-04-16 Thread TJF
Hi! Am Dienstag, 14. April 2020 21:33:09 UTC+2 schrieb hellob...@gmail.com: > > i have error "Segmentation fault" > This run-time error most likely is coming form the call to function prussdrv_open() in your ARM code. There's no way to open the /dev/uio? device, due to missing write