💾 Archived View for whither.smol.pub › 1677936630 captured on 2023-04-26 at 12:52:53. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-03-20)

-=-=-=-=-=-=-

Headless RaspberryPi Setup

If you don't want to use a monitor do this to use a serial cable on a pi4:

echo 'raspberry' | openssl passwd -6 -stdin  | awk '{print "pi:"$0}' > /path/to/bootfs/userconf.txt
echo -e "uart_2ndstage=1\nenable_uart=1" >> /path/to/bootfs/config.txt