Skip to content

Instructions on configuring an embedded computer such as a Raspberry Pi or Odroid

License

Notifications You must be signed in to change notification settings

pratman2/usma_embedded_computer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

usma_embedded_computer

Instructions on configuring an embedded computer such as a Raspberry Pi or Odroid

Raspberry Pi 2

Configure embedded computer with Ubuntu and ROS (Raspberry Pi 2)

  1. Install [Ubuntu 14.04 LTS] (https://wiki.ubuntu.com/ARM/RaspberryPi) on a microSD card (32GB is typically large enough).
  1. Connect your RPi2 using wired Ethernet.
  • If a wired connection is unavailable, use a USB-tether on a phone or hotspot. Check with the CSG.
  • Set up your RPi2 interfaces to allow a USB tether:
  • $ sudo nano /etc/network/interfaces
allow-hotplug usb0
iface usb0 inet dhcp
  1. Install linux-firmware drivers to enable wifi and ssh.
  • sudo apt-get install linux-firmware
  • sudo apt-get install wicd
  • sudo apt-get install openssh-server
  1. Setup [wifi] (https://help.ubuntu.com/community/NetworkConfigurationCommandLine/Automatic) on your device.
auto wlan0
allow-hotplug wlan0
iface wlan0 inet dhcp
  wpa-ssid "EECSDS3"
  wpa-psk "accessgranted"
  1. Make sure the wifi dongle is assigned wlan0. If not, you can change it under the udev rules:
  • sudo nano /etc/udev/rules.d/70-persistent-net.rules
  1. Once connected to wifi, ensure you have performed the other [installs] (https://wiki.ubuntu.com/ARM/RaspberryPi):
  • Resize partition
  • Install swapfile
  • The serial console will be configed later.
  • GNOME is optional as well.
  1. Install build essential:
  • sudo apt-get install build-essential -y
  1. If you would like to set up ROS:

About

Instructions on configuring an embedded computer such as a Raspberry Pi or Odroid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published