-
Notifications
You must be signed in to change notification settings - Fork 8
Upgrade_firmware
Deng.Pan@Linux edited this page Dec 20, 2023
·
3 revisions
The RMP product supports firmware upgrades for multiple internal control units, including but not limited to the central board and motor board. There are currently two supported upgrade methods:
- Firmware upgrade through the executable program provided officially.
- Users can also upgrade the firmware by integrating upgrade interfaces in their programs.
Users can find the executable files under the exec directory and the product firmware under the Firmware directory in the SDK file structure introduction.
You can view the specific function description introduction by executing the help parameter of the file.
Users can upgrade a certain control board of the product by executing
./ctrl_XXX s/c -iap <control board>For example, ./ctrl_arm64-v8a c -iap central or ./ctrl_x86_64 s -iap motor, etc.
Ongoing Improvement...
- Requirements
- Hardware Computation Units
- System Environment
- RMP Platforms
- RMP SDKs
- Getting Started
- Communication