Versions Compared

Key

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


  • Install Raspbian Lite. We currently use Debian 10 (Buster).
  • Change password by using

    Code Block
    languagebash
    passwd pi


  • Activate SSH

    Code Block
    languagebash
    sudo systemctl enable ssh
    sudo systemctl start ssh


  • Install and configure NTP
  • Install tmux

    Code Block
    languagebash
     sudo apt install tmux


  • "Install" the RTI Connext libraries under /usr/local/lib/ by copying the arm-folder from the Main PC under opt/rti_connext_dds-6.0.0/lib/armv6vfphLinux3.xgcc4.7.2/. This can of course only be done after the ARM libraries have been installed on the Main Computer

...

In order to create identical vehicles it might be useful to clone the SD-cards by using Clonezilla. Afterwards, only the ID-Related Settings have to be adapted at the cloned SD-card.

...