espruino pico bootloader mode doesn't work #5945
Replies: 1 comment
-
Posted at 2018-06-04 by @gfwilliams Can you connect to the Pico fine when it's out of bootloader mode? Do you have a USB extension lead you could try using? Also any chance you could try on another computer? All you need to do is verify that the LEDs do the pulsing thing. Posted at 2018-06-04 by BootySnorkeler I've tried a windows PC, same result. I've also tried using an extension cable and no, it doesn't work even when it's out of bootloader mode. The code seems to work well, it just doesn't show up as a serial port on both computers. Posted at 2018-06-04 by @gfwilliams Could you have a go at cleaning the USB connector? Just a normal eraser ought to do it, but Isopropyl alcohol is perfect. The fact that it runs and outputs on Serial makes me think there's unlikely to be much wrong with it - they usually work or they don't. Did you have it plugged into any other hardware, or was it just sitting there working and then it stopped? Posted at 2018-06-04 by BootySnorkeler I tried loading custom firmware onto the pico. The firmware doesn't work. No problem, I can just load Espruino on it, which I successfully do. I load a sample .js file and run it, and no problem, it runs just fine. Posted at 2018-06-05 by @gfwilliams How did you upload the custom firmware? Did you just use the Espruino bootloader to do it, or DFU? I guess it's possible the bootloader has got corrupted somehow. Posted at 2018-06-06 by BootySnorkeler I used the command line with the stm32loader.py script.
is what I used. Also all I changed in the firmware was the Banner to say something else. Posted at 2018-06-06 by @gfwilliams You could give this a try and it'll replace everything - including the bootloader: http://www.espruino.com/Pico#advanced-reflashing Use a proper release (not a cutting edge one), as I don't think the cutting edge ones contain the bootloader. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-06-03 by BootySnorkeler
Hey y'all,
I've plugged in my espruino pico with BTN1 held down, but both LEDs light up and don't play the fading animation. I've tried everything in the troubleshooting section, as well as resetting my Macbook's USB ports. The code I put in last still works, so I think it's a USB problem, but other devices work perfectly on my Macbook.
This all happened after i successfully reflashed my Espruino Pico and save()ed a program on it. Everything worked great until after about an hour or so.
Help!
Beta Was this translation helpful? Give feedback.
All reactions