jpelletier

Results 12 comments of jpelletier

I tried babourn's fix (copied the python files from the upm library, cloned from github). files to copy: upm/build/src/lcd/python3.9/pyupm_lcd.py upm/build/src/jhd1313m1/python3.9/pyupm_jhd1313m1.py upm/build/interfaces/python3.9/pyupm_interfaces.py It worked for the LCD. There is a test...

The file version.c is generated automatically and is conflicting with the existing definition in mraa.c. Anybody knows how to fix this? When the code is cloned on a raspberrypi, it...

> did u find any fix @jpelletier? See Propanu's comments. When disabling the tests, it works.

Compiler that I used: cc version 9.4.0 [config.log](https://github.com/EUA/wxHexEditor/files/13263578/config.log)

I installed the Heltec ESP32 Dev-boards library and examples appeared in the Arduino examples. Selected OLED and it worked!

> If you are using Bullseye, please read the Readme's [Raspberry section](https://github.com/soyersoyer/fmp4streamer#raspberry) After enabling legacy support, I got this: python fmp4streamer.py Waiting for the first h264 frame...Exception in thread Thread-1:...

I use 'linaro' for user name. I added a group 'gpiod' in /etc/group and added user 'linaro' to it. In fact there was many changes to the GPIO systems, but...

Here's what I get: linaro@linaro:/usr/local$ sudo gpiodetect gpiochip0 [1000000.pinctrl] (122 lines) gpiochip1 [200f000.spmi:pm8916@0:gpios@c00] (4 lines) gpiochip2 [200f000.spmi:pm8916@0:mpps@a000] (4 lines) linaro@linaro:/usr/local$ sudo gpioinfo -c gpiochip0 gpioinfo: unable to read info for...

Here's the strace for gpioinfo: [gpioinfo.log](https://github.com/user-attachments/files/21975473/gpioinfo.log)

I have not modified libgpiod in any way. For adding logs to the kernel driver, I don't know how to do that. I will need help for that. However, there's...