Ver Fonte

Mise à jour de 'README.md'

Pierre Bourdin há 1 ano atrás
pai
commit
94ddb564b0
1 ficheiros alterados com 7 adições e 14 exclusões
  1. 7 14
      README.md

+ 7 - 14
README.md

@@ -29,20 +29,7 @@ pip install pysstv
 Should have a Serial interface on **GPIO14**(UART0_TXD) and **GPIO15**(UART0_RXD).
 I'm using a cheap FTDI232, from anywhere.
 
-### Enable secondary UART port
-
-/!\ This step don't works, should not use it ! /!\
-
-Should add this config parameters to `/boot/config.txt` :
-```
-dtoverlay=disable-bt
-dtoverlay=uart1,txd1_pin=32,rxd1_pin=33
-force_turbo=1
-enable_uart=1
-```
-Now we ~~can~~ use **GPIO12** and **GPIO13** for a secondary serial port
-
-### Switch the output soundcard to GPIOs
+### Switch the output jack of the soundcard to GPIOs
 
 We have to play WAV files from the PySSTV converter, and put it directly in the microphone +/- input of the SA828 radio module.
 
@@ -58,3 +45,9 @@ dtoverlay=audremap,pins_12_13 # for pins 12 and 13
 
 ### chroot-to-pi.sh script
 Use this script to chroot your system on another system.
+
+### Launch the full process
+
+```
+run-parts ./process/
+```