Tools to init and boot robocar stack on raspberrypi boards
Go to file
2022-06-07 18:52:36 +02:00
ansible freeze arduino image 2022-06-07 18:52:36 +02:00
bootstrap feat(wifi): configure 2 wifi 2022-01-28 18:03:14 +01:00
.gitignore update .gitignore 2022-01-28 18:00:05 +01:00
LICENSE First implementation 2020-02-07 13:42:39 +01:00
README.md First implementation 2020-02-07 13:42:39 +01:00

robocar-setup

Tools to init and boot robocar stack on raspberrypi boards.

Bootstrap sdcard

  • add your ssh public key in authorized_keys file
  • to configure wifi, add .secret file with content:
WIFI_SSID="ssid"
WIFI_PASSWORD="password"
  • uncomment and fix SD_CARD_* variables in build_sdcard.sh
  • insert sdcard and run build_sdcard.sh

Configure raspberry and install stack

Install ansible on local host and run:

cd ansible
ansible-playbook -i hosts site.yml