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

rpi pico: hello_world example not working #79

Open Raunak-Singh-Inventor opened 2 years ago

Raunak-Singh-Inventor commented 2 years ago

I followed the instructions, https://github.com/mocleiri/tensorflow-micropython-examples/tree/main/examples/hello-world#rp2-port, to run the hello_world example on my raspberry pico. When I copy:

The pico doesn't register the main.py and nothing happens (while as usual the pico would eject itself and run the program). image I think this could have something to do with microlite-rp2-pico-firmware not behaving the same as the normal micropython firmware.

LAMSTREAM commented 2 years ago

hey bro,I found a way to solve this! https://github.com/mocleiri/tensorflow-micropython-examples/issues/77