-
-
Notifications
You must be signed in to change notification settings - Fork 345
CLI Commands
Summary of the commands are available in CLI mode
Function | Parameters (if any) | Description |
---|---|---|
beep |
[<frequency>] [<duration>] |
Play a beep sound. |
ls |
<directory> |
List files in a directory. |
read |
<filename> |
Read a file. |
readsd |
<start sector> <sectors count> <read buffer size (sectors)> |
Read sectors from SD card. |
testsd |
Test SD card. | |
play |
<filename> |
Play a file. |
reboot |
[wdt] |
Reboot the device. |
set |
<what> <value> |
Set a configuration parameter. |
help |
[<command>] |
Show help for a command. |
Function | Parameters (if any) | Description |
---|---|---|
serialpassthrough |
<port type> <port number> |
Enable serial passthrough. |
Function | Parameters (if any) | Description |
---|---|---|
print |
<address> [<size>] | <what> |
Print a value. |
p |
<address> [<size>] | <what> |
Print a value. |
stackinfo |
Show stack info. | |
meminfo |
Show memory info. | |
test |
new | graphics | memspd |
Run a test. |
trace |
on | off |
Enable/disable tracing. |
debugvars |
Show debug variables. | |
repeat |
<interval> <command> |
Repeat a command. |
Function | Parameters (if any) | Description |
---|---|---|
jitter |
Measure jitter. |
Function | Parameters (if any) | Description |
---|---|---|
gps |
<baudrate>|$<command>|trace |
Send a command to the GPS. |
Function | Parameters (if any) | Description |
---|---|---|
bt |
<baudrate>|<command> |
Send a command to the Bluetooth module. |
Function | Parameters (if any) | Description |
---|---|---|
crypt |
<string to be encrypted> |
Encrypt a string. |
Getting started with Git
- Workflow for GitHub noobs
Building and debugging EdgeTX
- In a webbrowser with Gitpod
- Windows 10 (MSYS2)
- Docker with Windows 10
- Ubuntu in a WSL2 under Win10
- Ubuntu 20.04
- MacOS 10.15
- MacOS 14.1
Modifications:
- Flysky Hall Sticks Mod
- Flysky FRM303 Mod for TX16S
- Flysky PL18 & PL18EV Hardware Mod for Complete EdgeTX Support
- Flysky NB4+ Hardware Mod for Complete EdgeTX Support
- Flashing EdgeTX to Flysky PL18 or Paladin-EV
How to unbrick your radio with STM32CubeProgrammer
DMA mappings of radios:
- RadioMaster TX16S
- FlySky NV14
Interrupt usage of radios:
- RadioMaster TX16S
Implementation notes:
- YAML Parser/Generator
- Mixer synchronisation
Deprecated:
- Windows 10 (Visual C++)