Skip to content
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

Open
JakeZw opened this issue May 8, 2024 · 3 comments
Open

BaremetalPI fails on Julia 1.10.1 and above #7

JakeZw opened this issue May 8, 2024 · 3 comments

Comments

@JakeZw
Copy link

JakeZw commented May 8, 2024

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.

@ronisbr
Copy link
Owner

ronisbr commented May 8, 2024

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.

@JakeZw
Copy link
Author

JakeZw commented Aug 30, 2024

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?

@ronisbr
Copy link
Owner

ronisbr commented Aug 30, 2024

Unfortunately there is nothing we can do (except using Julia 1.10.0) until JuliaLang/julia#54203 is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants