rpi pico: hello_world example not working
Raunak-Singh-Inventor opened this issue · 1 comments
Raunak-Singh-Inventor commented
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:
hello_world.py
model.tflite
- and
main.py
which just containsimport hello_world
The pico doesn't register the main.py
and nothing happens (while as usual the pico would eject itself and run the program).
I think this could have something to do with microlite-rp2-pico-firmware
not behaving the same as the normal micropython firmware.