mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2025-12-06 07:02:00 +01:00
Updating instructions
This commit is contained in:
parent
a0e2b3df2e
commit
0f69ec8dcd
15
BUILD.txt
15
BUILD.txt
|
|
@ -45,7 +45,7 @@ sudo reboot
|
|||
cd ~
|
||||
- Install the necessary software tools:
|
||||
sudo apt-get update
|
||||
sudo apt-get install gcc-arm-none-eabi gdb-arm-none-eabi
|
||||
sudo apt-get install gcc-arm-none-eabi gdb-arm-none-eabi libstdc++-arm-none-eabi-newlib libnewlib-arm-none-eabi
|
||||
git clone https://git.code.sf.net/p/stm32flash/code stm32flash
|
||||
cd stm32flash
|
||||
make
|
||||
|
|
@ -104,6 +104,12 @@ My Documents/Arduino/hardware
|
|||
- Install the USB bootloader to STM32F103. Follow the instructions:
|
||||
https://github.com/rogerclarkmelbourne/Arduino_STM32/wiki/stm32duino-bootloader
|
||||
|
||||
- Download the source (zip file) of MMDVM_HS from https://github.com/juribeparada/MMDVM_HS
|
||||
(Do not download or install the STM32F103 libraries, STM32F10X_Lib, they are not necessary
|
||||
under STM32duino).
|
||||
|
||||
- Unzip MMDVM_HS-master.zip in a local folder.
|
||||
|
||||
- Start the Arduino IDE. Open the MMDVM_HS.ino file in the MMDVM_HS folder.
|
||||
|
||||
- Under the menu "Tools" select "Board" and then select:
|
||||
|
|
@ -125,11 +131,16 @@ Serial port: COMx (Maple Mini)
|
|||
|
||||
- Click the Upload button in the IDE and wait for the transfer.
|
||||
|
||||
- Once the transfer is completed, press the RESET button of the board. In the case of
|
||||
ZUMSpot Libre Kit, you will see the LED (PC13) of the blue pill blinking.
|
||||
|
||||
- Once you connect with MMDVMHost, the LED will blink fast in the ZUMSpot Libre Kit.
|
||||
|
||||
* Linux Raspbian:
|
||||
cd ~
|
||||
- Install the necessary software tools:
|
||||
sudo apt-get update
|
||||
sudo apt-get install gcc-arm-none-eabi gdb-arm-none-eabi
|
||||
sudo apt-get install gcc-arm-none-eabi gdb-arm-none-eabi libstdc++-arm-none-eabi-newlib libnewlib-arm-none-eabi
|
||||
|
||||
- Download the sources:
|
||||
git clone https://github.com/juribeparada/MMDVM_HS
|
||||
|
|
|
|||
Loading…
Reference in a new issue