Skip to content

Connecting to the Cortex

nckswt edited this page Nov 23, 2013 · 7 revisions

To connect, you need to ensure the following things:

  1. The Raspberry Pi is plugged in with an SD card configured so the system acts as a wi-fi hotspot
  2. Connect to the SSID cortex with the password cortex10
  3. (Optional) SSH to the Pi (ssh 192.168.42.1 -l pi with password raspberry)
  4. (Optional) Run tail -f /var/log/syslog to see the system connection logs

Note: The DHCP server may not properly boot due to a race condition with the wifi driver (as explained here). A workaround is to log into the pi directly (not via ssh) and manually start the dhcp server by running sudo service isc-dhcp-server start

Clone this wiki locally