Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


software:oowow:how-to:mcu-firmware-upgrade

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
software:oowow:how-to:mcu-firmware-upgrade [2026/06/19 00:20]
hyphop [Logs]
software:oowow:how-to:mcu-firmware-upgrade [2026/06/19 00:28] (current)
hyphop [Command line]
Line 25: Line 25:
 ===== Command line ===== ===== Command line =====
  
-<code bash>+```sh
 # 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
- 
 mcu_flash test mcu_flash test
  
 # List online MCU firmware # List online MCU firmware
- 
 mcu_flash list mcu_flash list
  
 # Download stable MCU firmware # Download stable MCU firmware
- 
 mcu_flash download stable mcu_flash download stable
  
 # Download latest MCU firmware # Download latest MCU firmware
- 
 mcu_flash download latest mcu_flash download latest
  
 # 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 </code>+
  
 ===== Logs ===== ===== Logs =====
Last modified: 2026/06/19 00:20 by hyphop