Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


Sidebar

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

Edge-2L MCU Firmware Update

Update MCU firmware on Khadas Edge-2L.

Common

Supported boards: Edge-2L

  1. Make sure the device is online.
  2. Do not power off during MCU firmware flashing.
  3. Do not reboot during MCU firmware flashing.

GUI

  • Open Main menu → System → Update MCU.
  • The updater checks stable MCU firmware online.
  • The updater compares current and online firmware version.
  • Press Upgrade.
  • Wait until flashing is finished.

Command line

# Show MCU 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
mcu_flash test
 
# List online MCU firmware
mcu_flash list
 
# Download stable MCU firmware
mcu_flash download stable
 
# Download latest MCU firmware
mcu_flash download latest
 
# Download specific MCU firmware file
mcu_flash download edge-2l-mcu-vXXXX-stable.bin.gz
 
# Read MCU firmware dump
mcu_flash read mcu-firmware.bin

Logs

  • /tmp/mcu_upgrade.log
  • /tmp/mcu_upgrade.rc
  • cat /tmp/mcu_upgrade.log
Last modified: 2026/06/19 00:28 by hyphop