esp32s3: use mcuboot for qemu_openeth config

Now, espressif qemu supports MCUboot, so we can switch the app
format.

The build was failing with the legacy app format because
_ext_ram_bss_end and _ext_ram_bss_start are not defined in the
legacy linker file.
This commit is contained in:
Marco Casaroli
2025-02-24 22:56:57 +01:00
committed by Alan C. Assis
parent b89ad74660
commit b4c827cee3
2 changed files with 1 additions and 3 deletions
@@ -324,8 +324,6 @@ Get or build QEMU from `here <https://github.com/espressif/qemu/wiki>`__. The mi
Enable the ``ESP32S3_QEMU_IMAGE`` config found in :menuselection:`Board Selection --> ESP32S3 binary image for QEMU`.
Enable ``ESP32S3_APP_FORMAT_LEGACY``.
Build and generate the QEMU image::
$ make bootloader
@@ -20,7 +20,7 @@ CONFIG_ARCH_STACKDUMP=y
CONFIG_ARCH_XTENSA=y
CONFIG_BOARD_LOOPSPERMSEC=16717
CONFIG_BUILTIN=y
CONFIG_ESP32S3_APP_FORMAT_LEGACY=y
CONFIG_ESP32S3_APP_FORMAT_MCUBOOT=y
CONFIG_ESP32S3_OPENETH=y
CONFIG_ESP32S3_QEMU_IMAGE=y
CONFIG_ESP32S3_UART0=y