-
Notifications
You must be signed in to change notification settings - Fork 62
Support firmware 3.24 #119
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
Conversation
|
@cloudsftp Thank you very much for this! |
|
This works - also tested only with latest firmware - and the failing test here is not related to the code you changed. |
|
This also achieves #47 - at least on the latest version. |
|
I already looked into the pipeline when I did my last PR in this repository. Unfortunately my knowledge of nix and motivation to learn nix prevented me of fixing the underlying issue. |
|
The nix setup currently uses remarkable-toolchain which is defined here and installs: https://storage.googleapis.com/remarkable-codex-toolchain/codex-x86_64-cortexa9hf-neon-rm10x-toolchain-3.1.2.sh. Is that correct or should we be using remarkable2-toolchain which installs https://storage.googleapis.com/remarkable-codex-toolchain/codex-x86_64-cortexa7hf-neon-rm11x-toolchain-3.1.2.sh ? Both seem to be broken nixpkgs because their install creates dangling symlinks and nix doesn't like that (anymore). The source hashes seem unchanged since 2022-06-06. Given that https://remarkable.engineering/ is gone - what is the status of those toolchains? Should they still be used? |
|
@chaoflow I was so free and cherry-picked your commit to fix the pipeline. |
|
Thank you all for these wonderful contributions. Looking splendid 👌 |
Thanks to work done in cloudsftp/reSnap#27
Fixes #118
This PR contains changes from #116