Skip to content

Crankshaft dev mode

Huan Truong edited this page Mar 5, 2018 · 26 revisions

Development mode

As Crankshaft is designed as a "plug-n-play" solution, it mostly doesn't need to be configured. But if you want to save the settings or change the system, you could do so by starting it in dev mode. This feature is offered on image 2018-03-05 or later.

To enable dev mode, put a jumper on GPIO4/Ground (Pin 07-09). Then start the system, then wait for it to restart. Voila! You're in dev mode. You can now plug a keyboard or SSH into the system.

To quit dev mode, remove the jumper, then issue sudo reboot. It will reboot twice, and you'll be out of dev mode.

  • It will not start the head unit app automatically until you ask it to (issue sudo systemctl start autoapp).
  • It will enable network and sshd. Plug a wired connection in, and you can SSH into the system (on Mac & Linux, ssh pi@crankshaft, on Windows, use PuTTY).

There will be more interesting features regarding the dev mode, check back this page later for more tips and tricks.

Clone this wiki locally