Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a DHCP reservation for the Raspberry on the router. The vehilce ID is derived from the IP. The IP is 192.168.1.1XX where XX are the digits of the vehicle ID.

TODO: Configure the system to be read-only (e.g. https://www.mehr4u.de/raspberry-pi-mit-readonly-filesystem.html) (comment as this is evidently the case but I do not know which method was used here).

Perform changes after setting the system to be read-only

Take a look at the rw alias in https://www.mehr4u.de/raspberry-pi-mit-readonly-filesystem.html (aliasrw='mount -o remount,rw / ; mount -o remount,rw /boot'). This command can be used if you need writing access to the filesystem (using sudo).

Cross Compilation and Software Distribution

...