http://tvaira.free.fr/projets/activites/activite-qt5-rpi.html
Category: Unix
Oct 23
Compiler Qt sur raspberrypi
Oct 23
RPCS3 Qt Linux Graphical bug resolution
RPCS3 est un émulateur libre de PlayStation 3. Il est écrit en C++ et est disponible sur Windows et GNU/Linux. Son développement a débuté en 2011. Bien que l’émulateur soit devenu globalement stable, il reste cependant des fonctionnalités manquantes, une fluidité parfois insuffisante et quelques problèmes d’affichage. Please go to : https://rpcs3.net/ to test the …
Mar 21
Making a SD card for the Raspberry Pi from an image with ddrescue.
On GNU/Linux : The SD card may be presented on any device like /dev/sdx so use on the Terminal the command lsblk or sudo fdisk -lu to check. sudo apt-get install gddrescue xz-utils unxz myimage-raspberry-pi.img.xz sudo ddrescue -D –force myimage-raspberry-pi.img /dev/sdx On MacOSX : On MacOsx you’ll need a real package handler aka : …