This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
software:oowow:how-to:mcu-firmware-upgrade [2026/06/19 00:21] hyphop [Command line] |
software:oowow:how-to:mcu-firmware-upgrade [2026/06/19 00:28] (current) hyphop [Command line] |
||
|---|---|---|---|
| Line 28: | Line 28: | ||
| # Show MCU status | # Show MCU status | ||
| mcu_flash status | mcu_flash status | ||
| + | |||
| + | # Upgrade MCU firmware to stable version | ||
| + | mcu_flash upgrade stable | ||
| + | |||
| + | # Or user friendly onliner upgrade stable firmware with logs | ||
| + | mcu_flash_upgrade | ||
| + | |||
| + | # Upgrade MCU firmware to latest version | ||
| + | mcu_flash upgrade latest | ||
| + | |||
| + | # Write local MCU firmware file | ||
| + | mcu_flash write edge-2l-mcu-vXXXX-stable.bin.gz | ||
| # Test MCU ID | # Test MCU ID | ||
| Line 43: | Line 55: | ||
| # Download specific MCU firmware file | # Download specific MCU firmware file | ||
| mcu_flash download edge-2l-mcu-vXXXX-stable.bin.gz | mcu_flash download edge-2l-mcu-vXXXX-stable.bin.gz | ||
| - | |||
| - | # Upgrade MCU firmware to stable version | ||
| - | mcu_flash upgrade stable | ||
| - | |||
| - | # Upgrade MCU firmware to latest version | ||
| - | mcu_flash upgrade latest | ||
| - | |||
| - | # Upgrade MCU firmware to stable version with logs | ||
| - | mcu_flash_upgrade | ||
| # Read MCU firmware dump | # Read MCU firmware dump | ||
| mcu_flash read mcu-firmware.bin | mcu_flash read mcu-firmware.bin | ||
| - | |||
| - | # Write local MCU firmware file | ||
| - | mcu_flash write edge-2l-mcu-vXXXX-stable.bin.gz | ||
| ``` | ``` | ||