-
Notifications
You must be signed in to change notification settings - Fork 40
TipsAndTricks
neoxic edited this page Jun 20, 2023
·
7 revisions
- Download ESCape32 Update Utility.
- Connect to the ESC as described in Installation: Step 5.
- Power-off the ESC.
- Run the update utility (it will start probing or counting depending on selected connection type).
- Power-on the ESC immediately.
- Wait until the operation is complete.
Examples:
# Use option "-d" to override path to serial device
# Use option "-f" to force update in case of one-way connection
escape32-update [-d /dev/mySerialDevice] [-f] ...
# Print ESC info
escape32-update
# Flash firmware
escape32-update firmware.bin
# Flash bootloader
escape32-update -B bootloader.bin
# Disable write protection
escape32-update -P0
# Enable bootloader write protection
escape32-update -P1
# Enable full write protection
escape32-update -P2
- See Targets to determine the target names for your ESC and download the latest release here.
- Flash the corresponding bootloader revision 2 installer using the AM32 ESC Config Tool or ESC-Configurator:
- Disconnect the signal line and power cycle the ESC.
- Proceed to Installation: Step 5.
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. NOT FOR MILITARY USE. May all beings be happy.