Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esp32,esp32s3: use mcuboot for qemu_openeth #15902

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Documentation/platforms/xtensa/esp32/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions Documentation/platforms/xtensa/esp32s3/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down