Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 451 Bytes

raspberrypi.md

File metadata and controls

24 lines (18 loc) · 451 Bytes

Raspberry Pi Cheatsheet

Small and dangerous.

Table of Contents

Display Rotation

# /boot/config.txt

display_rotate=0
display_rotate=1 # 90 degress
display_rotate=2 # 180 degrees
display_rotate=3 # 270 degrees

Headless Setup

Enable SSH by placing a file named ssh onto the boot partition of the SD card.

touch /path/to/sd/card/volume/ssh