Unable to start webrepl_setup #12483
-
Hello, I am just starting playing with the Wiznet w5100s with RP2040.
but when I connect to REPL via serial and try
It seems like it does not see the files needed for webrepl_setup butI am thinking that I should not have to add any files (see here) to use the webrepl_setup because its in my modules list. Do I have things configured correctly? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It looks like webrepl_setup expects there to be a boot.py file already present on the filesystem in the current directory. Can you check if one exists on your board? import os
os.listdir(".") |
Beta Was this translation helpful? Give feedback.
It looks like webrepl_setup expects there to be a boot.py file already present on the filesystem in the current directory. Can you check if one exists on your board?