esp32: use mcuboot for qemu_openeth config
Now, espressif qemu supports MCUboot, so we can switch the app format.
This commit is contained in:
parent
b4c827cee3
commit
16e2e77bdf
2 changed files with 1 additions and 3 deletions
|
|
@ -631,8 +631,6 @@ Get or build QEMU from `here <https://github.com/espressif/qemu/wiki>`__.
|
|||
|
||||
Enable the ``ESP32_QEMU_IMAGE`` config found in :menuselection:`Board Selection --> ESP32 binary image for QEMU`.
|
||||
|
||||
Enable ``ESP32_APP_FORMAT_LEGACY``.
|
||||
|
||||
Build and generate the QEMU image::
|
||||
|
||||
$ make bootloader
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ CONFIG_ARCH_STACKDUMP=y
|
|||
CONFIG_ARCH_XTENSA=y
|
||||
CONFIG_BOARD_LOOPSPERMSEC=16717
|
||||
CONFIG_BUILTIN=y
|
||||
CONFIG_ESP32_APP_FORMAT_LEGACY=y
|
||||
CONFIG_ESP32_APP_FORMAT_MCUBOOT=y
|
||||
CONFIG_ESP32_OPENETH=y
|
||||
CONFIG_ESP32_QEMU_IMAGE=y
|
||||
CONFIG_ESP32_UART0=y
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue