You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the 1.10 linux firmware updater ("reflex-linux-x86_64" in https://github.com/misteraddons/Reflex-Adapt/releases/download/v1.10/reflex-v1.10.zip) - while waiting at the "Press the RESET button on your Reflex device." prompt after choosing a firmware, the program does not respond when the reset button is pressed on the device, and the firmware flash is unable to start. I tried different combos, none of which made a difference in this behavior.
However, I was able to use the 1.08 version and the reset button press is detected and the firmware flash completes successfully.
The text was updated successfully, but these errors were encountered:
With the 1.10 linux firmware updater ("reflex-linux-x86_64" in https://github.com/misteraddons/Reflex-Adapt/releases/download/v1.10/reflex-v1.10.zip) - while waiting at the "Press the RESET button on your Reflex device." prompt after choosing a firmware, the program does not respond when the reset button is pressed on the device, and the firmware flash is unable to start. I tried different combos, none of which made a difference in this behavior.
However, I was able to use the 1.08 version and the reset button press is detected and the firmware flash completes successfully.
Yep, I need to figure out what happened with the last release. I've been using 1.09 release myself.
The new output mode firmware is all but done. Need to work on a release for it once my testers give feedback and bugs are fixed :)
Oct 14, 2023 Reflex-Adapt V1.09 - Last working updater
Dec 11, 2023 serialport-rs v4.3.0 - Released with a fix that breaks fallback device lookup: https://github.com/serialport/serialport-rs/pull/122
Several versions of Reflex-Adapt and serialport-rs
2024-10-21 serialport-rs v4.6.0 - Released with built in fallback for device enumeration without udev! https://github.com/serialport/serialport-rs/pull/220
Nov 4, 2024 Reflex-Adapt V2.01 - Still broken but the actual release assets are from like July/September not Nov 4! This threw me off
All builds that are actually since serialport-rs v4.6.0 seem to work fine on Linux I have not tested mister
So going forward Reflex-Adapt should be detected on reset on Linux again. Better support via serialport-rs v4.6.0 crate allows this to happen.
I think now though the fallback code here and here is dead since serialport-rs v4.3.0.
Confirm that reflex_updater built with serialport-rs v4.6.0+. Simply download this and replace the file in v1.10.
Up the version of serialport-rs to v4.6 in Cargo.toml to avoid older version. Possibly pin it to 4.6.X with version = "~4.6"
Remove dead code mentioned above if working on misterfpga or fix it if it's still necessary to keep
With the 1.10 linux firmware updater ("reflex-linux-x86_64" in https://github.com/misteraddons/Reflex-Adapt/releases/download/v1.10/reflex-v1.10.zip) - while waiting at the "Press the RESET button on your Reflex device." prompt after choosing a firmware, the program does not respond when the reset button is pressed on the device, and the firmware flash is unable to start. I tried different combos, none of which made a difference in this behavior.
However, I was able to use the 1.08 version and the reset button press is detected and the firmware flash completes successfully.
The text was updated successfully, but these errors were encountered: