Search found 5 matches
- Thu Jan 02, 2020 10:49 pm
- Forum: micro:bit boards
- Topic: [SOLVED] Can't obtain repl over USB using screen on micro:bit
- Replies: 10
- Views: 15037
Re: Can't obtain repl over USB using screen on micro:bit
Hi, Or MicroPython has been overwritten (with a Microsoft MakeCode program or something like that). Plug in the micro:bit, wait until your PC has detected the microbit, you now have a device file. Start the mu-editor. Click New, then click Flash. This will install the MicroPython runtime. Click REP...
- Thu Jan 02, 2020 10:37 pm
- Forum: micro:bit boards
- Topic: [SOLVED] Can't obtain repl over USB using screen on micro:bit
- Replies: 10
- Views: 15037
Re: Can't obtain repl over USB using screen on micro:bit
I've seen this in other devices as well but, unfortunately Ctrl-C results in no output. The other Ctrl shortcuts common in micropython/circuitpython also are not responsive.
- Thu Jan 02, 2020 10:35 pm
- Forum: micro:bit boards
- Topic: [SOLVED] Can't obtain repl over USB using screen on micro:bit
- Replies: 10
- Views: 15037
Re: Can't obtain repl over USB using screen on micro:bit
Hi, Works for me. So, what micro USB cable are you using, power only or power plus data micro USB cable? lujo Thanks for the replies, getting back to everyone. I've ensured that I'm using a fully data capable usb cord by testing with other micropython devices. I've tried many cables at this point a...
- Thu Dec 26, 2019 10:10 pm
- Forum: micro:bit boards
- Topic: [SOLVED] Can't obtain repl over USB using screen on micro:bit
- Replies: 10
- Views: 15037
[SOLVED] Can't obtain repl over USB using screen on micro:bit
Edit: The solution was to re-flash MicroPython onto the boards using mu-editor. This gave me a fresh installation of the firmware with the REPL available. Thanks to user lujo for the solution and to everyone for discussing! Original Post: This may be the wrong place to ask, as it verges on tech-sup...
- Tue Nov 26, 2019 6:50 pm
- Forum: Development of MicroPython
- Topic: Porting Mirocpython to Risc V ?
- Replies: 10
- Views: 22491
Re: Porting Mirocpython to Risc V ?
I'm also trying to figure out how to get started on this for the FE310-G002 on the hifive1-revb board. Learning how to use their metal libraries now, but having some difficulty understanding how to integrate micropython with their build tools in order to get the minimal port running. I would love to...