Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest stable MicroPython (20210902) does not provide REPL at startup #79

Closed
jmdevy opened this issue Sep 25, 2021 · 7 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@jmdevy
Copy link

jmdevy commented Sep 25, 2021

Trying to use the 20210902 MicroPython .uf2 with the newest 0.14.2 rp2040js build does not start/display the friendly REPL

I used the instructions to run the local demo

@jmdevy jmdevy changed the title Latest Stable MicroPython (20210902) does not provide REPL at startup Latest stable MicroPython (20210902) does not provide REPL at startup Sep 25, 2021
@urish
Copy link
Contributor

urish commented Sep 25, 2021

Did older versions work for you?

@jmdevy
Copy link
Author

jmdevy commented Sep 25, 2021

Yes

Using the 20210618 MicroPython .uf2 works fine with 0.14.2

@urish
Copy link
Contributor

urish commented Sep 25, 2021

Can you please try to find the earliest version where it stops working?

@jmdevy
Copy link
Author

jmdevy commented Sep 25, 2021

Stable MicroPython builds for the rp2040 jump from 20210618 to 20210902 (https://micropython.org/download/rp2-pico/) and so the earliest version it stops working is technically 20210902

@urish
Copy link
Contributor

urish commented Sep 25, 2021

Got it, there seem to be a lot of changes between these two versions, so it might take me some time to pinpoint the issue. Thanks for reporting!

What's your use case for the MicroPython simulation?

@urish urish added the bug Something isn't working label Sep 25, 2021
@urish urish self-assigned this Sep 25, 2021
@jmdevy
Copy link
Author

jmdevy commented Sep 25, 2021

Turning mcu.logger to 'Debug' level in 'demo/micropython-run-ts' displays a lot of USB transfer messages with working 20210618 but none in 20210902.

My use case is simply messing around with it. I may try to use it to simulate graphics on a webpage using a MicroPython ssd1306 screen library in the future. Although, I have not seen an example of importing a 'custom' python file/module

@urish urish closed this as completed in c17c452 Sep 28, 2021
@urish
Copy link
Contributor

urish commented Sep 28, 2021

Should be fixed now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants