Re: [Machinekit] Machinekit XHC-WHB04B-6

2018-02-22 Thread 'schoone...@btinternet.com' via Machinekit
On 23/02/2018 01:12, Aurelien wrote: this message is sended by the driver i have found the output text error in source code xhc.hal = (xhc_hal_t *)hal_malloc(sizeof(xhc_hal_t)); if (xhc.hal == NULL) { fprintf(stderr, "%s: ERROR: unable to allocate HAL shared memory\n", modname); exit(1);

Re: [Machinekit] Machinekit XHC-WHB04B-6

2018-02-22 Thread Bas de Bruijn
Hi Aurelien, > On 23 Feb 2018, at 02:12, Aurelien wrote: > > this message is sended by the driver i have found the output text error in > source code > > xhc.hal = (xhc_hal_t *)hal_malloc(sizeof(xhc_hal_t)); > if (xhc.hal == NULL) { >

Re: [Machinekit] G540 configuration for DE0-Nano

2018-02-22 Thread Richard Thornton
Thanks Charles, Just looking at the commit. The meat of it is lines 113-192. So you have created two DB25's with just GPIO_0? GPIO_1 is unused, or its pure GPIO (this is what disabled the "special function" I/O looks like)? Line 112, 133, 154 shows DB25-P2, three P2? Line 175 shows DB25-P3

Re: [Machinekit] Machinekit XHC-WHB04B-6

2018-02-22 Thread Aurelien
this message is sended by the driver i have found the output text error in source code xhc.hal = (xhc_hal_t *)hal_malloc(sizeof(xhc_hal_t)); if (xhc.hal == NULL) { fprintf(stderr, "%s: ERROR: unable to allocate HAL shared memory\n", modname); exit(1); -- website: http://www.machinekit.io

Re: [Machinekit] Beaglebone Black I2C question

2018-02-22 Thread Robert Nelson
On Thu, Feb 22, 2018 at 1:00 PM, Stefano Schmidt wrote: > I'd like to know if it's possible to use the I2C2 ( P9.19 & P9.20 ) sharing > the bus with the configuration EEPROM and other devices (e.g. a GPIO > expander)? Yes any 3.3v i2c device can be directly

[Machinekit] Beaglebone Black I2C question

2018-02-22 Thread Stefano Schmidt
I'd like to know if it's possible to use the I2C2 ( P9.19 & P9.20 ) sharing the bus with the configuration EEPROM and other devices (e.g. a GPIO expander)? -- website: http://www.machinekit.io blog: http://blog.machinekit.io github: https://github.com/machinekit --- You received this message

Re: [Machinekit] Machinekit XHC-WHB04B-6

2018-02-22 Thread Aurelien
Hello sorry to ask again i have understand that you can't provide support for this external parts but i don't understand if this is a error from bad compiling or from config files or other... I'm really too newbee for understand that myslef and google don't found anything related, and off

Re: [Machinekit] G540 configuration for DE0-Nano

2018-02-22 Thread Charles Steinkuehler
On 2/21/2018 6:37 AM, Charles Steinkuehler wrote: > On 2/20/2018 11:39 PM, Richard Thornton wrote: >> Thanks again Charles. >> >> Could you please create a G540 configuration for a DE0-Nano? > > I'll try to get to this in the next day or two. I'll use the same > DB25 pinout as the other