-
I'm planning to use an ST7735 with a Pico in a project, and I saw here that functionality for that chip had been added to this project. I seem to be having a problem getting the Pico to take the firmware, though. Normally I just use vanilla Micropython loaded through Thonny, but unfortunately Thonny doesn't let you select a local file to use (or if it does I have missed how.) What I am seeing online says I should be able to just drag and drop the UF2 file onto the Pico when it is mounted. I've confirmed that I can do that with the official Micropython UF2, but not with the firmware for RP2 from here. I admit, I am probably missing some major point or some obvious detail, but I am stumped. Any help or guidance would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Please clarify whether you mean the flashing process does not work when you
drag and drop (what is the error message?), or that the flashing seems OK
but the program does not run as expected (what exactly happens?).
Have you tried copy & paste rather than drag and drop?
…On Tue, 6 Feb 2024, 02:17 Aarkain, ***@***.***> wrote:
I'm planning to use an ST7735 with a Pico in a project, and I saw here
<https://forum.micropython.org/viewtopic.php?t=11087> that functionality
for that chip had been added to this project. I seem to be having a problem
getting the Pico to take the firmware, though. Normally I just use vanilla
Micropython loaded through Thonny, but unfortunately Thonny doesn't let you
select a local file to use (or if it does I have missed how.) What I am
seeing online says I should be able to just drag and drop the UF2 file onto
the Pico when it is mounted. I've confirmed that I *can* do that with the
official Micropython UF2, but not with the firmware for RP2 from here. I
admit, I am probably missing some major point or some obvious detail, but I
am stumped. Any help or guidance would be greatly appreciated.
—
Reply to this email directly, view it on GitHub
<#155>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB7TCRNNIL7P4D4PIAS7AM3YSGHBTAVCNFSM6AAAAABC3FSQK2VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWGE4DINRXG4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
Just thought I'd pop over and let you know how this turned out. I finally got back to it and realized that the problem wasn't with your file or with my Pico, it was with me being "github illiterate". I "downloaded" the file the wrong way, and ended up with an unusable file that LOOKED like the right thing. Once I grokked what I had done, I downloaded it the right way and it flashed first time. So thanks again for the time you spent looking into it, and sorry for the wild goose chase.