Skip to content

nickgnd/lamponcino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lamponcino

A proper README will come, for the moment some fragmented information below.

Prepare Raspberry Pi

touch /Volumes/boot/ssh
vim /Volumes/boot/vim wpa_supplicant.conf

And copy the following configuration inside, remember to update the values:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=De

network={
 ssid="<SSID>"
 psk="<PASSWORD>"
 scan_ssid=1
}
  • Boot up your Pi

  • add ssh key

ssh pi@raspberrypi.local
ssh-copy-id pi@raspberrypi.local

Or if you wanna use a custom key:

  1. copy the key in the ~/.ssh/authorized_keys
cat ~/.ssh/id_raspi_rsa.pub | ssh pi@raspberrypi.local 'mkdir -p ~/.ssh && cat >> ~/.ssh/authorized_keys'
  1. Add the new key locally to the agent
ssh-add ~/.ssh/id_raspi_rsa
  • Stop the mechanical voice by following the welcome message

https://raspberrypi.stackexchange.com/questions/118911/how-do-i-stop-the-audio-message-to-install-the-screen-reader-press-control-alt

Autologin

It should be the default, otherwise enable it manually

About

Lamponcino 🫐 Automated setup for my RaspberryPi (+ Waveshare LCD + HifiBerry DAC) w/ Ansible

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published