How do I flash my custom compiled firmware onto a Pico? #4704
Replies: 1 comment
-
Posted at 2015-05-20 by d0773d I uploaded to my google drive and pasted the link into the textbox and press the button. The firmware uploads successfully. I disconnect the Pico and plug it back in. The RED LED stays lit and the pico seems to be unresponsive. Posted at 2015-05-20 by DrAzzy Was the google drive link a direct link to the file? I'd just run xampp locally, so I could give it a url to get it from... Posted at 2015-05-20 by @gfwilliams Ahh, it also depends how you compiled the binary...
If you can actually connect to the Pico from the computer/vm you're compiling in, I'd recommend: Posted at 2015-05-20 by d0773d @drazzy Simple, yet effective :-) Thanks I also was uploading the wrong .bin file. I was uploading bootloader_espruino_1v80_pico_1r3.bin when I should of uploaded espruino_1v80_pico_1r3.bin What are the differences between the two .bin files? @gfwilliams I will surely give that command a try. Posted at 2015-05-20 by @gfwilliams
One is just the bootloader (which can't get updated by the firmware updater anyway), and the other is a bit tricky - depending on whether you ran Posted at 2015-05-20 by d0773d @gfwilliams thanks for the explanation :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-05-20 by d0773d
I looked in the flasher section of the WEB IDE and noticed Flash Firmware and Advance Flash Firmware, but I don't see a button to choose the firmware from my computer.
Beta Was this translation helpful? Give feedback.
All reactions