Using WaveShare / SainSmart 3.2 inch RPi LCD whit RPi 3

I brought a WaveShare / SainSmart 3.2 inch RPi LCD I’ve followed this instructions with some modification: Using raspbian 2016/03/18 http://hardware-libre.fr/2015/07/review-guide-waveshare-sainsmart-3-2-inch-rpi-lcd/ fbtft module entered into staging using it vi add fbtft into /et/modules cd /tmp git clone https://github.com/swkim01/waveshare-dtoverlays.git sudo cp waveshare-dtoverlays/*.dtb /boot/overlays/ /etc/udev/rules.d/touchscreen.rules SUBSYSTEM== »input », KERNEL== »event[0-9]* », ATTRS{name}== »ADS7846* », SYMLINK+= »input/touchscreen » SUBSYSTEM== »input », ATTRS{name}== »stmpe-ts », ENV{DEVNAME}== »*event* », SYMLINK+= »input/touchscreen »  

Debian sur raspberry pi (non rasbian)

Configuration debian pour raspberry pi: Création partition: 64M en fat16 pour la partition firmwareLe reste pour le system mount /dev/{device}p2 /mnt debootstrap –arch=armhf –include=sudo,ntp,flash-kernel,openssh-server,bind9-host,resolvconf,network-manager,locales,isc-dhcp-server,init,vim,man-db,wget,u-boot-rpi,u-boot-tools buster /mnt http://ftp.fr.debian.org/debian mkdir /mnt/boot/firmware mount /dev/{device}p1 /mnt mount –bind /dev /mnt/dev && mount –bind /proc /mnt/proc && mount –bind /sys /mnt/sys chroot /mnt Configuration flash-kernel selon rapsberry pi:echo « Raspberry Pi… Continue reading Debian sur raspberry pi (non rasbian)

utilisation disque physique avec virtualbox

Création d’un « faux disque » en direction du vrai disque. VBoxManage internalcommands createrawvmdk -filename /home//VM/win/sdb.vmdk -rawdisk /dev/sdb Ajout a la VM. VBoxManage storageattach « win » –storagectl SATA –port 0 –type hdd –medium /home//VM/win/sdb.vmdk