mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-01-06 00:20:03 +01:00
Summary: Correct README.md
Description: Use GhostWriter to correct README.md, Now it displays properly.
This commit is contained in:
parent
88455a50dd
commit
6781fa5c8b
11
README.md
11
README.md
|
|
@ -263,11 +263,12 @@ Install the necessary software tools:
|
|||
sudo apt-get install gcc-arm-none-eabi gdb-arm-none-eabi libstdc++-arm-none-eabi-newlib libnewlib-arm-none-eabi
|
||||
|
||||
Note: The Pi-Star image contains an executable for stm32flash. The next five steps can be skipped!
|
||||
# cd ~
|
||||
# git clone https://git.code.sf.net/p/stm32flash/code stm32flash
|
||||
# cd stm32flash
|
||||
# make
|
||||
# sudo make install
|
||||
|
||||
cd ~
|
||||
git clone https://git.code.sf.net/p/stm32flash/code stm32flash
|
||||
cd stm32flash
|
||||
make
|
||||
sudo make install
|
||||
|
||||
Download the firmware sources:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue