-
Notifications
You must be signed in to change notification settings - Fork 13
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
Failed to install release firmwares #111
Comments
After building the current main commit (
but even after forcing RTT on:
probe-rs still can't attach RTT:
|
ok... seems like I have to check the release images. For RTT you actually have to do nothing with yapicoprobe except attaching a terminal program to one of the probes VCOM ports. |
Could you please try the latest release images?: https://github.com/rgrr/yapicoprobe/releases/tag/v1.21 |
Hi,
I have a pico clone board (the purple ones) that I can flash with the official picoprobe firmware without any problem. I want to try yapicoprobe (mainly to have RTT).
Using the latest release firmware (yapicoprobe-0120-pico-f726bca.uf2), the probe don't even enumerate. (nothing in
dmesg
output)Using the previous release ( yapicoprobe-0118-pico-a7a8881.uf2 ), it probe-rs finds it but can't apparently communicate:
Output of same commands with the official debugprobe for pico firmware:
Any idea what I am doing wrong? Is the pinout the same as for the original firmware?
(I copied the udev config as said in the readme and rebooted)
thanks,
Fabien.
The text was updated successfully, but these errors were encountered: