You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: