Zephyr RTOS on ESP32 — First Steps · Espressif Developer Portal #365
Replies: 3 comments 1 reply
-
Hello! My name is Samuel Henrique, I’m from Brazil, and I’m trying to learn about Zephyr RTOS on the ESP-WROOM-32 board with 38 pins. I attempted to run the I (49) soc_init: compile time Dec 16 2024 23:06:26
W (49) soc_init: Unicore bootloader
I (50) spi_flash: detected chip: generic
I (54) spi_flash: flash io: dio
I (57) soc_init: chip revision: v1.0
E (60) soc_init: You are using ESP32 chip revision (1) that is unsupported. While it may work, it could cause unexpected behavior or issues.
E (73) soc_init: Proceeding with this ESP32 chip revision is not recommended unless you fully understand the potential risk and limitations.
E (85) soc_init: If you choose to continue, please enable the 'CONFIG_ESP32_USE_UNSUPPORTED_REVISION' in your project configuration.
E (97) boot: HW init failed, aborting
Fatal exception (0): IllegalInstruction
epc1=0x400d13b2, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
0x400d13b2: abort at /home/samuel/Projetos/zephyr-rtos/zephyr/lib/libc/common/source/stdlib/abort.c:11 I don’t know how to fix this. I installed Zephyr by following the guide: I tried running the example using this guide: Both results were the same as shown above. Could you please help me? I'm using the |
Beta Was this translation helpful? Give feedback.
-
Hi Samuel, thaks for the contact! |
Beta Was this translation helpful? Give feedback.
-
Hello Espressif Community, I am currently working on a project involving the ESP32-S3 and Zephyr RTOS, and I'm trying to configure the ESP32 as an I2C slave Mode. However, I'm running into issues getting the slave mode to function correctly. I've set up the device tree and enabled the necessary Zephyr I2C configs, but it appears that the I2C slave mode is not working as expected. From my investigation, it seems that the current i2c_esp32.c driver may not support slave functionality fully, or may require patching. Any guidance, sample code, or suggestions would be greatly appreciated. Thank you for your support! Best regards, |
Beta Was this translation helpful? Give feedback.
-
Zephyr RTOS on ESP32 — First Steps · Espressif Developer Portal
The developer resources in just one place!
https://developer.espressif.com/blog/zephyr-rtos-on-esp32-first-steps/
Beta Was this translation helpful? Give feedback.
All reactions