-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
Eugene Krashtan edited this page Oct 8, 2020
·
3 revisions
Add to /boot/config:
enable_uart=1
dtoverlay=pl360
#,ldo_pin=17,nrst_pin=19,irq_pin=12 <- uncomment for different pins
sudo passwd pi
In raspi-config:
- WiFi
- SSH
Run apt upgrade and reboot for latest kernel
sudo apt install samba samba-common-bin
sudo mkdir -m 1777 /share
sudo nano /etc/samba/smb.conf
Add:
[global]
security = user
encrypt passwords = true
guest account = nobody
[share]
Comment = Pi shared folder
Path = /share
Browseable = yes
Writeable = yes
only guest = no
create mask = 0777
directory mask = 0777
Public = yes
Run
sudo smbpasswd -a pi
cd /share
git clone [email protected]:Delsian/ethplc.git
cd ethplc
sudo -s
apt install raspberrypi-kernel-headers
make
make install
make dts
modprobe ethplc
reboot
sudo apt install tcpdump