Benutzer-Werkzeuge

Webseiten-Werkzeuge


mmdvm_rpt_hat:start

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
mmdvm_rpt_hat:start [18.06.2020 15:42] df2etmmdvm_rpt_hat:start [18.06.2020 15:46] (aktuell) df2et
Zeile 1: Zeile 1:
 ====== MMDVM_RPT_Hat ====== ====== MMDVM_RPT_Hat ======
 +
 +You need a self-compiled version of stm32flash v0.5 as all the binaries of the Linux repos do not support STM32F722 MCUs. So compile yourself:
  
   git clone https://git.code.sf.net/p/stm32flash/code stm32flash-code   git clone https://git.code.sf.net/p/stm32flash/code stm32flash-code
Zeile 6: Zeile 8:
   sudo make install   sudo make install
  
 +Then you can compile the MMDVM firmware for this board after installing the compiler:
  
   sudo apt install gcc-arm-none-eabi   sudo apt install gcc-arm-none-eabi
Zeile 30: Zeile 33:
   #endif   #endif
  
 +Build the MMDVM firmware for MMDVM_RPT_Hat:
 +
 +  make rpt_hat
 +
 +And flash the firmware via locally compiled stm32flash:
 +
 +  sudo make deploy-rpt_hat
 +
 +This command executes the self-compiled binary of stm32flash (/usr/local/bin/stm32flash -i 20,-21,21:-20,21 /dev/ttyAMA0). After flashing the board is automatically reset.
  
mmdvm_rpt_hat/start.1592494955.txt.gz · Zuletzt geändert: 18.06.2020 15:42 von df2et