Gérard Vidal

Results 14 issues of Gérard Vidal

I have successfully created Pi4-Buster Pi4-64 Buster and Pi4-64 Bullseye. Images are available from this [web page](http://mediaserv.tremplin.ens-lyon.fr/isoImages/RaspBerry/), comments are in french, (sorry about that I have had not enough time...

I cannot compile drivers for : ```shell Bus 001 Device 004: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter Bus 001 Device 005: ID 0bda:b812 Realtek Semiconductor Corp....

Hi all, I am compiling a Pi3 under bullseye using kernels from [paspberrypilinux](https://github.com/raspberrypi/linux) and I get the folowing message : ``` + /data/RpiGenImage/Images/bullseye/build/chroot/usr/src/linux/scripts/mkknlimg /data/RpiGenImage/Images/bullseye/build/chroot/usr/src/linux/arch/arm/boot/zImage /data/RpiGenImage/Images/bullseye/build/chroot/boot/firmware/kernel7.img ./rpi23-gen-image.sh: 517: bootstrap.d/13-kernel.sh: /data/RpiGenImage/Images/bullseye/build/chroot/usr/src/linux/scripts/mkknlimg: not...

I compile successfully mraa on rpi3 rpi3P+ rpi4 under buster (and bullseye) mra-XXX commands work properly but when I try to use mraa with python3 it fails at import :...

This is a followup to #969 and remarks from @Propanu and @nxhack , it is **not a solution but just a trick** to reach a _successfull compilation_. If anybody with...

gcc10 introduces stronger regulations and the linker fails with duplicate `gVERSION` and `gVERSION_SHORT` definition error. The trick I have found is to make those variables extern in mraahome/include/version.h, here is...

I am successfully compiling mraa on a rasppberryPi4-64 with debian buster image kernel v5.4. Unfortunately mrra is not operational because legacy GPIO is not constructed any more and a bunch...

I have compiled mraa on raspberryPi3 buster with swig4 and cmake version 3.13.4 Compilation is OK and installation goes well but even if the modules exist they cannot be imported...

triaging

I am using mraa upm on a raspberryPi debian buster. `mraa` and `upm` are compiled with swig4.00 and cmake 3.13.4. With the master some problems occur due to the absence...

Hi, Thanks for the job done and reactivation of this powerfull tool. We are using draculagraphs and there is a small drawback that makes them less friendly that it could...