mirror of
https://github.com/pascallanger/DIY-Multiprotocol-TX-Module.git
synced 2025-12-14 03:23:15 +00:00
Initial check-in for STM32 board
This commit is contained in:
15
BootLoaders/Boards/stm32/tools/linux/tx_upload
Normal file
15
BootLoaders/Boards/stm32/tools/linux/tx_upload
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Dummy 'upload' file to provide instructions for flashing the multi-module firmware from the Tx
|
||||
echo
|
||||
echo Compiled .bin location:
|
||||
echo $1
|
||||
echo
|
||||
echo The compiled firmware can now be copied to the \firmware folder on the transmitter for flashing using Maintenance Mode.
|
||||
echo
|
||||
echo To enter Maintenance Mode hold down the two outer horizontal trim buttons while powering on the transmitter. Once in
|
||||
echo Maintenance Mode follow the on-screen prompts to flash the Multi module.
|
||||
echo
|
||||
echo Supported transmitters are those running ersky9x r221e2 or newer.
|
||||
echo
|
||||
echo Further instructions are available at [need_url].
|
||||
Reference in New Issue
Block a user