Hi Siemen,Running pharo on Pi is on my shirt to do list ^^Did you try :
The Pi vm link is different:Never tried though !Hth,CedrickThe latest vm I can download is from 14 dec 2017 (see http://files.pharo.org/vm/Hi,I'm trying to run a headless Pharo 6.1 server on a Raspberry Pi following the instructions on https://medium.com/concerning-pharo/pharo-pi-9eef257b6a21 .pharoS/raspbian/ ) and only works with Pharo 4.0. Are Pharo 6 and 7 not being built for ARM anymore?Also Pharo does not want to start in headless mode as indicated by the vm's help text:
pi@raspberrypi:~/Pharo6.1-3 $ ./PharoS -headless Pharo.image�� eval "5+5"
setlocale() failed (check values of LC_CTYPE, LANG and LC_ALL)
unknown option: -headless
Usage: ./PharoS [<option>...] [<imageName> [<argument>...]]
������������ ./PharoS [<option>...] -- [<argument>...]
ALSA <option>s:
�� -nomixer�������������������������� disable mixer (volume) adjustment
�� -soundcard <name>�������� open the named sound card (default: default)
�� -playback <name>���������� play to the named sound device (default: default)
�� -capture <name>������������ record from the named sound device (default: default)
X11 <option>s:
�� -browserWindow <wid>�� run in window <wid>
�� -browserPipes <r> <w> run as Browser plugin using descriptors <r> <w>
�� -cmdmod <n>�������������������� map Mod<n> to the Command key
�� -compositioninput�������� enable overlay window for composed characters
�� -display <dpy>�������������� display on <dpy> (default: $DISPLAY)
�� -fullscreen�������������������� occupy the entire screen
�� -glxdebug <n>���������������� set GLX debug verbosity level to <n>
�� -headless������������������������ run in headless (no window) mode<-----snip------>Has anyone had success with a recent Pharo server on Pi?-- Siemen