mocleiri / tensorflow-micropython-examples

A custom micropython firmware integrating tensorflow lite for microcontrollers and ulab to implement the tensorflow micro examples.
MIT License
170 stars 79 forks source link

esp32-s3 images don't work #61

Closed DaniDD closed 2 years ago

DaniDD commented 2 years ago

Hi, Im testing any from the last prebuild images for ESP32-S3, but no one work. E.g.: this: https://github.com/mocleiri/tensorflow-micropython-examples/actions/runs/1699763888 I have a reboot loop after 30sec. In an post I have read I must disable USB in mpconfigboard.cmake After I remove the line with USB, my build image does work.

mocleiri commented 2 years ago

I made the change to both the MICROLITE_S3 and MICROLITE_S3_SPIRAM boards. Can you download from here and confirm they work? https://github.com/mocleiri/tensorflow-micropython-examples/actions/runs/1716379308

DaniDD commented 2 years ago

I try this build for S3: https://github.com/mocleiri/tensorflow-micropython-examples/actions/runs/1716379305 It works now. Thank you, great job!

mocleiri commented 2 years ago

Closing as the changes have fixed the problem.