-
Notifications
You must be signed in to change notification settings - Fork 28
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
esp-thread-br not building against latest esp-idf (v5.3.1) (TZ-1127) #94
Comments
You can fix this issue by manually configuring it with
Change that to 12. However, after this - the device will just crash/reset.
Also, once the device is in the crashloop you can't exit the |
Seems the rcp is not compatible somehow? |
It seems that the ESP32-H2 has an older You need to connect the ESP32-S3 and run |
Damn, did I half duplicate this issue? My setup is a new board, first time flashing it following the prescribed instructions. Seems like they need updating. |
So, @gytxxsy do mean that because I have once built this example with an earlier version - the firmware in the ESP32-H2 does not get updated at all with steps in the current documentation? The instructions are lacking this information then completely. However, based on @elgerg 's comments something is still not matching. |
Manually flashing the ot_rcp firmware (espressif/esp-idf@4d0db70) to esp32h2 and then the boarder router firmware (2eab508) to esp32s3 indeed fix the problem on my board. The number of IP addresses also requires manual fixing every time I switch targets. |
Yes, I noticed the same. If you change the target you will lose all configuration changes. Not so pleasant or polite to override all configs without a warning. |
@mys721tx @JanneKiiskila If you are using the IDF v5.3.1 or later releases, you can change the default configuration here: https://github.com/espressif/esp-thread-br/blob/main/examples/basic_thread_border_router/sdkconfig.defaults#L63, then the configuration will be persistent. The current IDF version suggested in the Thread BR docs is v5.1.3, with which the default configuration works. We will update both the docs and default configuration to work with IDF v5.3.1 soon. |
Checklist
How often does this bug occurs?
always
Expected behavior
I would expect I should be able to update the ESF-IDF to latest version (to get latest openthread and Wi-Fi SW) against the
master
of this repository.That's however not the case.
esp-idf/examples/openthread/ot_rcp
was built succesfully.esp-idf version:
esp-thread-br version:
Actual behavior (suspected bug)
The build will fail with a complaint that the LwIP IPv6 addresses are not configured right.
Error logs or terminal output
git clone -b v5.3.1 --recursive https://github.com/espressif/esp-idf.git
cd esp-idf
./install.sh
. ./export.sh
cd ..
git clone -b v1.0 --recursive https://github.com/espressif/esp-thread-br.git
The text was updated successfully, but these errors were encountered: