There are 2 zip files with the VM and Pharo IoT already installed.
pharoiot-server (Raspberry Pi)
This file has Pharo7, ARM VM and Pharo IoT server loaded;
Zeroconf:wget -O - get.pharoiot.org/server | bash
Download:wget get.pharoiot.org/server.zip
pharoiot-multi (Raspberry Pi, Linux, Windows, Mac)
This file has Pharo7, all VMs 32bit, Pharo IoT server and client loaded.
Zeroconf:wget -O - get.pharoiot.org/multi | bash
Download:wget get.pharoiot.org/multi.zip
There are 4 files of 1 click start. All of them start with the Pharo image already selected. You can use them according to your necessities:
./pharo --help
or ./pharo --version
./pharo-ui
../pharo-server
or double click in it. You can send the process to the background to release your terminal using &, for example ./pharo-server &
remotePharo := TlpRemoteIDE connectTo: (TCPAddress ip: #[192 168 1 200] port: 40423).
remoteBoard := remotePharo evaluate: [ RpiBoard3B current].
remoteBoard inspect.
You can also call the Remote Playground, Remote System Browser and Remote Process Browser:
remotePharo openPlayground.
remotePharo openBrowser.
remotePharo openProcessBrowser.
You can start playing with LEDs, sensors and learn how to build your Mini-Weather Station to shows the temperature and other parameters in an LCD display, and send the data to a cloud server.
All this content and lessons are written in the PharoThings Booklet, you can access it here: PharoThings Booklet
You can install the Operation System (Raspbian) in your Raspberry Pi and do all configuration without keyboard/mouse/screen. With this method you will automaticaly:
Download the PiBakery: PiBakery Download
Download the conf file: PiBakery Pharo IoT Configuration