Welcome to Firefly
Switch language
Firefly Docsss
Last Updated: 2026-08-27 07:36:09

Yocto Partition Firmware Upgrade

The compiled firmware is located in <path/to/yocto>/build/tmp/deploy/images/<board>/.

$ sudo upgrade_tool di -boot boot.img
$ sudo upgrade_tool di -uboot uboot.img
$ sudo upgrade_tool di -misc misc.img
$ sudo upgrade_tool di -recovery recovery.img
  • Partition burning is suitable for the debugging stage. For firmware verification, use the unified firmware burning procedure.
  • Rootfs does not support separate burning. Pack the complete firmware before burning.

On this page