Doc/xtensa/esp32: Fix QEMU documentation to use new config

QEMU needs CONFIG_ESP32_IGNORE_CHIP_REVISION_CHECK enabled to work

Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
Alan Carvalho de Assis
2025-12-21 10:34:04 -03:00
committed by Alan C. Assis
parent cb4b64b6e8
commit a6af0e94f9
@@ -744,7 +744,7 @@ A QEMU-compatible ``nuttx.merged.bin`` binary image will be created. It can be r
QEMU for ESP32 does not correctly define the chip revision as v3.0 so you have two options:
- #define ``ESP32_IGNORE_CHIP_REVISION_CHECK`` in ``arch/xtensa/src/esp32/esp32_start.c``
- Enable the ``CONFIG_ESP32_IGNORE_CHIP_REVISION_CHECK`` or
- Emulate the efuse as described `here <https://github.com/espressif/esp-toolchain-docs/blob/main/qemu/esp32/README.md#emulating-esp32-eco3>`__.
QEMU Networking