-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
falcon #1
Comments
System.TimeoutException: The operation has timed out. |
There is a bug in JRunner v3.1.1 version check and it will report the picoflasher needs an update if your running v3.0. Downgrade to 2.0 and you'll be good. JRunner will be updated at some point I'm sure, I'v seen mentions that there is a discord somewhere for JRunner, might check there for info on an update.
I am having this exact same issue on two separate jasper boards. I can get it to read a random small number of blocks (~0-30) then the picofreezes and stops servicing the USB endpoint correctly and windows throws the timeout message. I have to powercycle the pico to get it to respond again. I am waiting for delivery of a couple more picos to test if my board is damaged, If I have the same results I will attempt to run picoflasher in a debugger and see whats going on. |
i seen some one with the problem as well from long ago jasper boards v1 am not sure if you need to do something for it to work? been trying on v1 and can not get a read from it .. https://www.se7ensins.com/forums/threads/jasper-jrunner-can-t-read-nand.1597222/ |
Jrunner has been updated now and supports the picoflasher 3.0 FW. I tired some other pico boards and got some different results. Two other boards were able to read and write this Jasper consistently. I am not sure what the difference is but I am going to have to do some more investigation. I also tried it on a Jasper with 512mb and the first pico won't read it either without freezing. The two other picos can read it but during writing they also freeze up. I am starting to suspect signal integrity issues with my setup as the failures are always at random points. The serial data lines may benefit from some termination resistors, I am going to get an oscilloscope setup and check out how those look. Working now to get my pico debugger working and see if I can find out what happens when the pico freeze up. |
I have an issue with a Corona 4gb. I have it hooked up correctly by the
diagrams by weekend modder but jrunner gives and error and crashes when I
click read
Wiring is good as I'm able to use the xflasher 360 to read it, but the pico
doesn't work. I have the latest Jr runner pro from your github and also V3
on the pico itself.
Any ideas?
Thanks,
-Merlin Shaw
…On Mon, Feb 28, 2022, 12:36 PM Tyler Hopaluk ***@***.***> wrote:
Jrunner has been updated now and supports the picoflasher 3.0 FW.
I tired some other pico boards and got some different results. Two other
boards were able to read and write this Jasper consistently. I am not sure
what the difference is but I am going to have to do some more investigation.
I also tried it on a Jasper with 512mb and the first pico won't read it
either without freezing. The two other picos can read it but during writing
they also freeze up. I am starting to suspect signal integrity issues with
my setup as the failures are always at random points. The serial data lines
may benefit from some termination resistors, I am going to get an
oscilloscope setup and check out how those look.
Working now to get my pico debugger working and see if I can find out what
happens when the pico freeze up.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQZJHHWAAOHLFZZ5RTRRHDDU5PFCFANCNFSM5OWMDONQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Yea I can only get about 200 block written before my setup crashes on this Jasper. I know there is something with my setup that is the problem, just not sure exactly what it is. |
I have made some progress getting some data on the problem I am having. I was able to get the picoflasher running on a debugger and I have narrowed down the problem some. The issue seems to be with the USB side of the picoflasher. I have not seen any problems with reading from the xbox side, it is always failing on the USB CDC side. I turned on debugging with tinyUSB and what I see is that the USB transfers stop occurring on the endpoint and the cdc_tx buffer fills up. The code path then enters a bypass of stream() waiting for room in the buffer. I do not know when the USB transfers from endpoint stop happening, it could be something from the host side or the device side. The endpoint must not be responding to the USB host as after some time windows will i/o fault the com port. I'm not all that familiar with the USB process so I have some research to do in order to continue. Edit: All debugging captures have been moved to the TinyUSB github (hathach/tinyusb#1373) Now to find out why. |
Problem may be a fixed issue, will test with latest tinyUSB stack. Edit: |
having problems with falcon JRunner kicks saying picoflasher needs a update
jasper 100% fine with picoflasher
The text was updated successfully, but these errors were encountered: