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

64bits Pharo loaded on 32 bits Raspberry OS Bookworm #43

Open
robvanlopik opened this issue Jan 19, 2024 · 1 comment
Open

64bits Pharo loaded on 32 bits Raspberry OS Bookworm #43

robvanlopik opened this issue Jan 19, 2024 · 1 comment

Comments

@robvanlopik
Copy link

The scripts use uname -m to determine the architecture. Raspberry OS Bookworm (12) however loada on a Pi4 or Pi5 a 64bits kernel, while the OS is 32bits. It turns out that uname in this case reports the kernel architecture, i.e. aarch64.
Instead the scripts should use either
dpkg --print-architecture >> armhf or
getconf LONG_BIT >> 32

@Ducasse
Copy link
Member

Ducasse commented Jan 20, 2024

Thanks for this feedback!!!

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