-
Notifications
You must be signed in to change notification settings - Fork 61
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
Issues with Auto port selection #33
Comments
Mhh when you set |
If it fails in picotool, then you don't hve the right drivers installed with Zadig. Please checkout platformio#2 (comment) and use either libusb or WinUSB drivers. |
Ok that worked beautifly! For those that didnt understand the comment posted up there! Plug in the pico with the BOOT SEL button pressed and use the Zadig tool to install the lib 32 driver on the RPI PICO Interface 1. After that you should be good! On another note, whats the diference between using picotool and mbed @maxgerhardt ? |
I tried it once and it worked, and while trying to run some examples of adafruit dual host usb it broke again.
I tried transfer the .elf file once to see if it was gonna work after that automatically but it didn't and also tried to create the project fresh new and it didnt work either.
platform.ini
[env:pico]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = pico
framework = arduino
board_build.core = earlephilhower
board_build.filesystem_size = 0.5m
upload_protocol = mbed
Any guidance?
The text was updated successfully, but these errors were encountered: