Octal450 / J-Runner-with-Extras

Source code to the J-Runner with Extras executable. Requires the proper support files, package can be found in README
https://www.realmodscene.com/index.php?/topic/10565-j-runner-with-extras-17559-built-in-timings-bugfixes-and-new-features/
MIT License
248 stars 33 forks source link

Bug - Pi Pico #12

Closed mynameistakenhowcanthatb closed 2 years ago

mynameistakenhowcanthatb commented 2 years ago

jasper works 100% read and write falcon get a error saying PicoFlasher firmware is too old so cant read it .

pico

mynameistakenhowcanthatb commented 2 years ago

if i keep trying get this System.TimeoutException: The operation has timed out. at System.IO.Ports.SerialStream.Read(Byte[] array, Int32 offset, Int32 count, Int32 timeout) at System.IO.Ports.SerialStream.Read(Byte[] array, Int32 offset, Int32 count) at System.IO.Ports.SerialPort.Read(Byte[] buffer, Int32 offset, Int32 count) at JRunner.PicoFlasher.RecvUInt32(SerialPort serial) at JRunner.PicoFlasher.<>c__DisplayClass20_0.b__0() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()

nikdiklic commented 2 years ago

Download the new version of the PicoFlasher firmware (PicoFlasher.uf2), and load it onto the Pico by holding the bootsel button

Octal450 commented 2 years ago

Some of the bugs have been fixed by balika and will be available in the new version. I will try to reproduce this with the latest firmware. J

Octal450 commented 2 years ago

Can't reproduce on the latest version, so assuming its one of the things balika already fixed.

Try building from next and if it still happens, re-open the issue.

Kind Regards, Josh