1

Is there a way for me to put python files (micropython to be specific) on the raspberry pi pico without using software like thonny where it does it for you, Is there a way to do it with bootsel?

Luke
  • 21
  • 8
  • rshell: [link](https://www.mfitzp.com/using-micropython-raspberry-pico/) or mpremote [link] (https://docs.micropython.org/en/latest/reference/mpremote.html) may help. – user1725445 Sep 11 '22 at 03:25

1 Answers1

0

With bootsel button you will not reach the storage for python scripts.

Using rshell will help. Inside rshell you will also reach REPL.

MatthiasL
  • 56
  • 5