-
Notifications
You must be signed in to change notification settings - Fork 5
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
BaremetalPI fails on Julia 1.10.1 and above #7
Comments
Hi @JakeZw ! Yes, there is something different in the new version of Julia. However, I am trying to have access again to a RaspberryPi to debug the issue. Maybe I will be able to test it next week. |
I tried it again with Julia 1.10.5 and 1.11.0-rc3 and both have the same issue. Then I though I would set the compat for Mmap to "= 1.10.0" but that failed. I guess Mmap is part of the standardlib so cannot be set independently. Finally I tried to see if I could use the Mmap from Julia 1.10.0 and make it a submodule of BareMetalPi, but also failed in that. I am using the PI 4 with 8 GB RAM and Bookworm OS. Any suggestions? |
Unfortunately there is nothing we can do (except using Julia 1.10.0) until JuliaLang/julia#54203 is fixed. |
This issue has now been fixed in Julia and will be backported to 1.10 and 1.11. Thus when 1.10.6 and 1 .11.0 are released, BaremetalPi.jl should work again. See this post. |
Something changed in Julia 1.10.1 that causes BaremetalPI to error. The discussion regarding the details of the problem is on discourse, where there are links for more detail.
The text was updated successfully, but these errors were encountered: