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

VM 10.0.5 runs OK on Raspberry Pi 5 but gives error on other models #852

Open
robvanlopik opened this issue Sep 3, 2024 · 2 comments
Open

Comments

@robvanlopik
Copy link

robvanlopik commented Sep 3, 2024

On a Raspberry Pi 5 and 4 (both 8 Gb RAM, latest OS Bookworm) zero config Pharo11.
On Pi5 Pharo runs OK, on Pi4 (but also on Pi3b and Pi Zero 2) it gives the error:
sqAllocateMemory (src/memoryUnix.c:160):I cannot find a good memory address starting from: 0x10000000000
With logLevel=5 there is a slight difference:
Pi5: sqAllocateMemory (src/memoryUnix.c:130):Requested Size 76005376
Pi4: sqAllocateMemory (src/memoryUnix.c:130):Requested Size 75997184
or 16r487C000 and 16r487A000 respectively

Since 2023-05-09 no more aarch64-VM's have been built

@PalumboN
Copy link
Collaborator

PalumboN commented Sep 6, 2024

Hello @robvanlopik , thank for the report!

How do you download the VM? From zeroConf ? We have problems updating the new versions of some VMs there.

You can try here maybe: https://software.opensuse.org//download.html?project=devel:languages:pharo:stable&package=pharo-ui

@robvanlopik
Copy link
Author

robvanlopik commented Sep 6, 2024

That page contains no package for Raspbian 12 (the default since a year). Actually that page is outdated, because under https://download.opensuse.org/repositories/devel:/languages:/pharo:/stable/ I do find raspbian_12. but only the 32 bits version armhf, which is useless as no 32-bits image has been built for some years.
BTW, I did use zero config, but more recent VM's are nowhere to be found on files.pharo.org.

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