[beagleboard] RE: Trying to Update and Upgrade and 503/Seth

2017-10-07 Thread Mala Dies
Hello, I recently tried to update and upgrade. I was denied with an error 503. I think something went wrong on your servers or Debian's servers. Who knows? Seth P.S. I was just updating for security purposes and for other stuff that may be introduced into our LXQT distros. Please get back at

[beagleboard] Re: ENC28J60 Click on PocketBeagle

2017-10-07 Thread Steven Keller
Additional notes: When I got this first working I was using: Kernel Version 4.4.88 If you check: https://github.com/beagleboard/pocketbeagle/wiki/mikroBus%E2%84%A2-Click-Boards it will tell you which Kernel and Overlay versions you need for a given Click board. You might need to upgrade your

Re: [beagleboard] Re: ENC28J60 Click on PocketBeagle

2017-10-07 Thread Steven Keller
I wonder if there is away to measure the processor overhead between the ENC28 and the WIZ chip. Network thruput is not drastically different but curios which is most efficent use of processor. The ENC28 has Max SPI clock of 20Mhz so if I understand Graham's explanation we could go up to 16Mhz

Re: [beagleboard] Re: ENC28J60 Click on PocketBeagle

2017-10-07 Thread Graham
I recompiled the '.dtbo' for 48 MHz SPI clock, which is the maximum for the Sitara. Seems to work fine for a quick check. Ran speedtest-cli, which moves a fair amount of data through it... Download: 4.76 Mbit/s Upload: 5.96 Mbit/s Upload speed is probably constrained by my network, not the

Re: [beagleboard] PRU

2017-10-07 Thread William Hermans
On Fri, Oct 6, 2017 at 11:38 PM, wrote: > Hi, > > Hi, I am new to beaglebone black PRU can anybody help me to use PRU in > c-language. > > Thank you > Ashok > http://lmgtfy.com/?q=beaglebone+PRU+in+C -- For more options, visit http://beagleboard.org/discuss ---

Re: [beagleboard] Re: ENC28J60 Click on PocketBeagle

2017-10-07 Thread William Hermans
On Sat, Oct 7, 2017 at 4:02 PM, Robert Nelson wrote: > > How fast can you push the spi bus? I've just used the 12 mhz, as it was > the default for one of the device tree in the docs.. > > Regards, > > -- > For more options, visit http://beagleboard.org/discuss > --- >

Re: [beagleboard] Re: ENC28J60 Click on PocketBeagle

2017-10-07 Thread Graham Haddock
The possible bus frequencies are integer divisors of 48 MHz, so only option above 24 MHz is 48 MHz. Spec on the W5500 chip says it will run up to 80 MHz. So, I will recompile the ".dtbo' for 48 and report. --- Graham == On Sat, Oct 7, 2017 at 6:02 PM, Robert Nelson

Re: [beagleboard] Re: ENC28J60 Click on PocketBeagle

2017-10-07 Thread Robert Nelson
On Oct 7, 2017 5:30 PM, "Graham" wrote: Steven: Thanks for pointing out speedtest-cli. I followed your tutorial and got my ETH-WIZ 10/100 Mbps Click running, since Robert released the overlay for that yesterday. The one addition to your tutorial is that it also required

[beagleboard] usb connection with android tablet

2017-10-07 Thread nik600
Dear all i'd like to connect a BeagleBone Black REV.C to an Android tablet using a USB cable between the USB Client port and the micro USB port on the tablet. Anyone of you has experience on it? I've been able to communicate on ip 192.168.7.2 connecting the BBB with a po with linux, but if i

[beagleboard] Re: Writing text files to a predetermined directory (Python) (Cloud9 IDE)?

2017-10-07 Thread evangrcarter
I'm sorry to see it looks like there was no response to your question! I'm actually trying to do the very same thing (but not with cloud9, I'm ssh-ing into the beaglebone black through a putty terminal window). But I am trying to create and manipulate a text document *in my PC *with beaglebone,

[beagleboard] Re: SDL2 with opengles 2.0 sgx530 on BBB

2017-10-07 Thread piroxgst
Hi Pier, I am very interested in your work on SLD2 with opengl es on BBB, I am trying to use kivy on bbb and it requires SDL2. Let me know is you still want to share your code.. Thanks, Pierre -- For more options, visit http://beagleboard.org/discuss --- You received this message because you

[beagleboard] Re: Using BB to measure power

2017-10-07 Thread jerry395
Lo solucionaste?, si es asi, como lo hiciste, gracias El miércoles, 30 de octubre de 2013, 13:57:53 (UTC-5), jred...@gmail.com escribió: > > I'd like to use my BeagleBone Black to build a small power efficiency > station for my school. For that I plan to measure power consumption using a >

[beagleboard] PRU

2017-10-07 Thread ashokkumar1232014
Hi, Hi, I am new to beaglebone black PRU can anybody help me to use PRU in c-language. Thank you Ashok -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group

[beagleboard] Re: PocketBeagle headers

2017-10-07 Thread johnpwilson3
I installed male headers on the top by filing some of the plastic from the area where they would have hit the Octavo chip. Was simple and the headers now sit flat.

[beagleboard] Re: ENC28J60 Click on PocketBeagle

2017-10-07 Thread Graham
Steven: Thanks for pointing out speedtest-cli. I followed your tutorial and got my ETH-WIZ 10/100 Mbps Click running, since Robert released the overlay for that yesterday. The one addition to your tutorial is that it also required upgrading the kernel to 4.9 as part of the install, per

[beagleboard] Re: Adding a USB Port to PocketBeagle

2017-10-07 Thread Andy Bushnell
Which pins are to +5 and gnd? Thanks! Andy On Tuesday, October 3, 2017 at 12:46:00 PM UTC-7, Dan Brown wrote: > > Issue was solved via help from the IRC channel. Issue was the Extra pins > needing to be shorted to GND and 5V. > > I have now created a Expansion board that adds a Host port

Re: [beagleboard] Trying to compile adxl345 as a module in bbb but get error

2017-10-07 Thread Robert Nelson
On Sat, Oct 7, 2017 at 3:33 AM, Mrigendra Chaubey wrote: > Hi all, > > I have downloaded a debian image > > Debian 8.7 2017-03-19 4GB SD LXQT > > I have attached a adxl345 accelerometer, and with user space tools its > working fine. > Now I am trying to attach a

[beagleboard] Trying to compile adxl345 as a module in bbb but get error

2017-10-07 Thread Mrigendra Chaubey
Hi all, I have downloaded a debian image *Debian 8.7 2017-03-19 4GB SD LXQT * I have attached a adxl345 accelerometer, and with user space tools its working fine. Now I am trying to attach a kernel

[beagleboard] Re: ENC28J60 Click on PocketBeagle

2017-10-07 Thread Steven Keller
I installed speedtest-cli with this: sudo apt install speedtest-cli And ran it with this: speedtest-cli On Friday, October 6, 2017 at 7:48:03 PM UTC-5, Graham wrote: > On Friday, October 6, 2017 at 1:36:14 AM UTC-5, Steven Keller wrote: > > > > > > > My Download and Upload speeds from