Connection diagram for JP1 with a FTDI TTL-232R cable:
- TX – yellow
- RX – orange
- GND – black
NetworkManager:
nmcli con add \
type ethernet
ifname eno1 \
con-name ethernet-static \
ipv4.method manual \
ipv4.addresses 192.168.100.1/24 \
ipv6.method ignore
/etc/dnsmasq.conf
port=0
interface=eno1
dhcp-range=192.168.100.10,192.168.100.100,12h
enable-tftp
tftp-root=/srv/tftp
/etc/nfs.conf
[nfsd]
udp=y
vers2=y
/etc/exports
/srv/nfs/mys_rfs *(rw,no_root_squash,no_subtree_check)
amixer sset 'Output Mixer HiFi' on