-
Notifications
You must be signed in to change notification settings - Fork 57
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
Framework update broke disk swap detection ? #165
Comments
I have no problem with this demo on latest release. |
Yep but it was working without dolphindos and now it's not. |
The test i did was with standard kernel and removing / inserting the new disk. |
Basically all the demos I have tested were tested with standard kernel, and indeed i was surprised with this issue. Unless the framework influences in some way the mount/unmount phase ? I should have kept a backup of my SD card before updating the framework. I will re-test on my side, but definitely can't have this demo working with 20240110 commit. |
Disk swap works for me as well, with stock kernal selected, for both disk swaps |
You already mentioned before that unrelated change affected disk swap for you.. This is strange as it cannot be so sensitive. |
damned... found the root cause but just can't figure out why this was not impacting with previous commits : "Enable Drive #8:" was set to "ALWAYS". Switching it back to "If Mounted" solved the issue. And this was neither impacting other demos having disk swap involved .... There must be something i do not get with "Always" value for "Enable Drive #8:". |
@sorgelig something went wrong in between 20240110 and 20240106 commits
With 20240106 commit, the following demo (https://csdb.dk/release/?id=48039) was still working fine (it's part of the bench of demos i have run)
With 20240110 commit, swapping from disk 0 to disk 1 does not work anymore. Possibly other demos got impacted.
The text was updated successfully, but these errors were encountered: