Replies: 2 comments 2 replies
-
|
As far as I know most Yeelight devices are equipped with single core ESPs. |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Well, I am running very short on spare time at the moment without improvement in sight and I have not managed to dig into this further, but I do not see why the documentation should be wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I wonder why all configurations use
sdkconfig_options: CONFIG_FREERTOS_UNICORE: yalthough the lamps come with ESPWROOM32D, where D stands for dual (core) (cf. e.g. https://github.com/currantlabs/esp-idf-1/blob/master/docs/en/hw-reference/modules-and-boards.rst).
Apparently esphome flashes the unicore bootloader for reasons that I do not grasp, which leads to
Running on single core variant of a chip, but app is built with multi-core support(together with the core dump message quoted below) unless
CONFIG_FREERTOS_UNICORE: yis used.
HomeSpan/HomeSpan#490 points towards a similar issue caused by Arduino IDE (and the discussion drifts away over partly related
Core dump flash config is corrupted!and its mitigation using appropriate flashing methods.
Maybe this has been fixed in Arduino IDE in the meantime and matching bootloaders are flashed, but unfortunately I had conducted my experiments with a very old version.
Anyway, I think multi-core builds could be used on these lamps if the matching bootloader gets flashed, too.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions