[beagleboard] Long Delay before Mouse can be used.

2020-05-07 Thread jwvandepoll1946
Hi All I have a BBB booting from the uSD into Debian Stretch GUI. The Image is 4.14-108-ti-r119 All updates current. My problem is that the mouse takes 1 minute from when the pointer is first visible to when it responds to mouse movements. By this time the gui is complete on the screen. If I

[beagleboard] Network not working on BeagleBone black

2020-05-07 Thread jennifer Dsilva
Network not working on BeagleBone black getting error on bootup libphy: PHY 4a101000.mdio:01 not found net eth0: phy 4a101000.mdio:01 not found on slave 1 -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are

Re: [beagleboard] BBBW Operating Temperature

2020-05-07 Thread Don Pancoe
If you have a need for extended temperature range, check out the BeagleBone Black Industrial from element14. -40 to +85 C https://beagleboard.org/e14-bbbi Don On Thu, May 7, 2020, 5:20 PM Claude Sammut wrote: > > Hello! > I was trying to find the operating temperatures for the BBBW but I

Re: [beagleboard] Antminer controller repurposing

2020-05-07 Thread Oswaldo Silva
soldered a DC power header to turn it on without the secondary controller board that comes with the miner used the image you recommended without success.. it just refuses to boot flashed the original firmware using hdd raw copy tool and it boots normally original firmware

Re: [beagleboard] How to configure extra USB gadgets on BBB?

2020-05-07 Thread Andrew P. Lentvorski
Well, that documentation seems to be quite old and the shell script itself seems to indicate that I should be using a different path to a composite gadget (via libcomposite?), no? It also doesn't seem like I need to hack the driver for things llike Ethernet anymore. Finally, that link only

Re: [beagleboard] Re: Network setup taken over by something

2020-05-07 Thread maxmike
There is a hangup when trying gpio 5 (p9.17) : config-pin for it works, but /sys/devices/platform/ocp/4804c000.gpio/gpiochip1/gpio/gpio5/ does not exist -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

Re: [beagleboard] BBBW Operating Temperature

2020-05-07 Thread Robert Nelson
On Thu, May 7, 2020 at 4:20 PM Claude Sammut wrote: > > > Hello! > I was trying to find the operating temperatures for the BBBW but I could not > find any official documentation other than that of the octavo processor. can > perhaps someone shed some light or point me to the right direction

[beagleboard] BBBW Operating Temperature

2020-05-07 Thread Claude Sammut
Hello! I was trying to find the operating temperatures for the BBBW but I could not find any official documentation other than that of the octavo processor. can perhaps someone shed some light or point me to the right direction -- For more options, visit http://beagleboard.org/discuss ---

[beagleboard] Re: What is the operating temperature of the BeagleBone Black Wireless?

2020-05-07 Thread Claude Sammut
Did you ever get an official reply on this? On Wednesday, 27 February 2019 17:48:04 UTC+1, Diogo Melo wrote: > > I couldn't find the operating temperature for the Black Wireless > specifically, does anyone know what is the operating temperature? > -- For more options, visit

Re: [beagleboard] Re: Network setup taken over by something

2020-05-07 Thread maxmike
This seems to do the trick: /sys/devices/platform/ocp/4804c000.gpio/gpiochip1/gpio/ but I'm not 100% done. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group

Re: [beagleboard] How to configure extra USB gadgets on BBB?

2020-05-07 Thread William Hermans
https://www.kernel.org/doc/Documentation/usb/gadget_multi.rst On Thu, May 7, 2020 at 1:48 AM Andrew P. Lentvorski wrote: > Is there a way to configure extra USB gadget endpoints in addition to the > BBB default ones or do I just have to go in and edit the am335x_evm.sh > script? > > Thanks. > >

Re: [beagleboard] Re: Network setup taken over by something

2020-05-07 Thread Robert Nelson
On Thu, May 7, 2020 at 12:22 PM maxmike wrote: > > I was hopeful to return here after weaving my system together and thank @rcn > for all his help, > but I'm not out of the woods yet. > All the pins initialize correctly (even 8.13 pwm, which is now in a new file) > but as soon > as I write the

Re: [beagleboard] Re: Network setup taken over by something

2020-05-07 Thread maxmike
I was hopeful to return here after weaving my system together and thank @rcn for all his help, but I'm not out of the woods yet. All the pins initialize correctly (even 8.13 pwm, which is now in a new file) but as soon as I write the value 47 into /sys/class/gpio/export pin 8.15 disappears

[beagleboard] Re: BeagleBone Blue

2020-05-07 Thread Dennis Lee Bieber
On Thu, 7 May 2020 06:43:12 -0700 (PDT), in gmane.comp.hardware.beagleboard.user kenneth fields wrote: >Must be able to move a 5000 pound load. here is where the servo outputs of The load is pretty much irrelevant -- it is dependent solely upon the specifications of the actuator itself

[beagleboard] BeagleBone Blue

2020-05-07 Thread kenneth fields
Hello, I am in the beginning stages of my first robot design and have a question on the beaglebone Blue board. basic specs for my robot: Must be able to lift 5000 a pound load. ( accomplished) Must be able to move a 5000 pound load. here is where the servo outputs of the BBB would come in

[beagleboard] How to configure extra USB gadgets on BBB?

2020-05-07 Thread Andrew P. Lentvorski
Is there a way to configure extra USB gadget endpoints in addition to the BBB default ones or do I just have to go in and edit the am335x_evm.sh script? Thanks. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google

[beagleboard] Re: Garbled image on 16-bit parallel RGB LCD (Sitronix ST7701S)

2020-05-07 Thread raphael
So, I got in contact with the vendor and apparently this is the right command sequence for my display: SPI_WriteComm (0x11); delay(300); SPI_WriteComm (0xFF); SPI_WriteData (0x77); SPI_WriteData (0x01); SPI_WriteData (0x00); SPI_WriteData (0x00); SPI_WriteData (0x10); SPI_WriteComm (0xC0);