Raspberry Pi Setup

Turn this into a step by step doc:

https://jamesachambers.com/new-raspberry-pi-4-bootloader-usb-network-boot-guide/

https://raspberrypi.stackexchange.com/questions/90380/turning-off-lxpanel-on-raspberry-pi-says-cant-connect-to-display

Samba instructions

1
2
sudo apt update
sudo apt install samba
1
sudo vim /etc/samba/smb.conf
1
2
3
4
5
[elements]
    comment = pi elements share
    path = /home/pi/elements
    read only = no
    browsable = yes
1
sudo service smbd restart
1
sudo smbpasswd -a pi

Last update: 2022-02-19 15:27:21