Skip to content
Timothy Parks edited this page Nov 29, 2017 · 5 revisions

Welcome to the TitanRover2018 wiki!

Required Adds/Changes for systems to get up and running

TX2 -

Raspberry Pi 3B -

Linux - Static IP setup

  • Edit /etc/dhcpcd.conf as follows: interface eth0 static ip_address=192.168.1.4/24 static routers=192.168.1.1 static domain_name_servers=192.168.1.1

Arduino -

  • Requires Ethernet2 files
Clone this wiki locally