apple / swift-matter-examples

An Embedded Swift Matter application running on ESP32-C6
https://apple.github.io/swift-matter-examples/tutorials/tutorial-table-of-contents/
Apache License 2.0
212 stars 16 forks source link

Issues with trying to build and flash Smart-Led #11

Closed farhan-syed closed 3 weeks ago

farhan-syed commented 3 weeks ago

I've been trying to get this to run for about 4 days now.

I followed both guides setting up on MacOS and then also the guide for Smart-Led

I have 6.0 Swift Tool Chain installed.

Here is my output for idf.py build: https://gist.github.com/farhan-syed/c501a0eb1bd38e966d139b9193a48618

Here is my output for idf.py flash monitor: https://gist.github.com/farhan-syed/3152a51ff4844b37ea44b86d84a8afe7

Is there something that's not in the Apple guide that I am missing ?

Upon flashing, it seems to be in a infinite loop of rebooting.

Thank you.