Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 974 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 974 Bytes

mbot_sys_utils

Install scripts and utilities for setting up MBot environment on Ubuntu/Debian

Setting up a fresh image

  1. Install dependencies using scripts in install_scripts directory.
sudo ./install_scripts/install_mbot_dependencies.sh
./install_scripts/install_lcm.sh
  1. Optional installs:
sudo ./install_scripts/install_nomachine.sh   # Recommended for debugging.
sudo ./install_scripts/install_vscode.sh      # Only if you want to develop on the Pi.
  1. Copy mbot_config.txt to the proper loacation in the boot folder. On Ubuntu 22.04 this is /boot/firmware, on Raspberry Pi OS this is just /boot:
sudo cp mbot_config.txt [/boot, /boot/firmware]
  1. Edit the configuration:
sudo nano [/boot/mbot_config.txt, /boot/firmware/mbot_config.txt]
  1. Install udev rules:
cd udev_rules
./install_rules.sh
  1. Install services:
cd services
./install_mbot_services.sh
  1. Reboot.

  2. Test