Skip to content

Developing with Raspberry Pi

Jani Tammi edited this page Dec 24, 2019 · 2 revisions

Installation (Raspberry Pi)

Raspberry Pi is entirely suitable platform to develop this site. This page outlines how to set one up.

TIERS Equipement to borrow for Tuisku

  • Raspberry Pi 3 B+
  • SanDisk Ultra 16GB A1 class uSD
  • 220V PSU / 5 V, 3A wallwart
  • USB Type-A to microUSB power cable 40 cm
  • RJ45 Ether cable 1m

System Creation

  • Use pminstall and the included vminstall.py to create a development machine from a Raspberry Pi.
  • Either modify your machine's hosts file or your home network dnsmasquerade to direct all vm.utu.fi traffic to your development Raspberry Pi.
  • Login to the Raspberry Pi and execute sudo /boot/vminstall.py (the auto-run-once feature isn't working for now).

Tools for workstation

  • Visual Studio Code with Remote - SSH extension
  • WinSCP (VSC drag'n-drop works only towards remote!)

Useful Resources