hamradio:mmdvm:setup

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Next revision
hamradio:mmdvm:setup [2019/08/14 01:15] – created philpem
Line 1: Line 1:
 +====== MMDVM setup on a Pi ======
 +
 +This is intended mostly as an aide-memoir to myself -- your mileage may vary!
 +
 +  * Image the Pi's SD card with Raspbian.
 +  * Mount the ''boot'' partition and edit ''cmdline.txt''
 +    * Remove ''console=serial0,115200''
 +    * Save
 +  * Edit ''config.txt'' and add the following to the end of the file:  <code>enable_uart=1
 +dtoverlay=pi3-disable-bt</code>
 +    * This disables the Bluetooth module and enables the UART for MMDVM use.
 +  * Unmount the partitions and fit the SD card to the Pi -- __do not fit the MMDVM POG board yet!__
 +  * Boot the Pi
 +  * When the Pi boots, log in (username ''pi'', password ''raspberry'')
 +  * Enter the following commands:
 +    * <code>sudo systemctl disable serial-getty@ttyAMA0.service
 +sudo systemctl disable hciuart</code>
 +    * This disables the serial console and Bluetooth
 +  * Shut down the Pi and install the MMDVM POG board.
 +  * Boot the Pi and install the MMDVM software.
  
Find me on Mastodon
  • Last modified: 2019/10/19 21:39
  • by philpem