raspberry pi 3 (brouillon)
Enabling UART with maximum core frequency: pi@raspberrypi:~ $ sudo nano /boot/config.txt # Enable UART enable_uart=1 force_turbo=1 To disable the console, edit the following file as follows: pi@raspberrypi:~ $ sudo nano /boot/cmdline.txt #dwc_otg.lpm_enable=0 console=serial0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait dwc_otg.lpm_enable=0… Continuer la lecture