cp /boot/bcm2710-rpi-3-b.dtb /boot/bcm2710-rpi-zero-2.dtb /boot/bcm2710-rpi-zero-2-w.dtb
dtoverlay=disable-bt
enable_uart=0
disable_splash=1
boot_delay=0
hdmi_ignore_hotplug=1
initial_turbo=30
#gpu_mem=16
arm_64bit=1
#arm_freq=1200
dtparam=sd_poll_once
console=tty1 root=PARTUUID=d6e12960-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait plymouth.ignore-serial-consoles
brcmfmac
noarp
ipv4only
noipv6
proc /proc proc defaults 0 0
PARTUUID=d6e12960-01 /boot vfat defaults 0 0
PARTUUID=d6e12960-02 / ext4 defaults,noatime 0 1
sudo systemctl disable dphys-swapfile.service
sudo systemctl disable keyboard-setup.service
sudo systemctl disable apt-daily.service
sudo systemctl disable wifi-country.service
sudo systemctl disable hciuart.service
sudo systemctl disable raspi-config.service
sudo systemctl disable avahi-daemon.service
sudo systemctl disable triggerhappy.service
network={
ssid="SSID"
psk="PSK"
key_mgmt=WPA-PSK-SHA256
ieee80211w=2
}
Add ShadowFB
to avoid fbturbo_drv.so: undefined symbol: shadow Update Packed Weak
.
Section "Device"
Identifier "Allwinner A10/A13 FBDEV"
Driver "fbturbo"
Option "fbdev" "/dev/fb0"
Option "SwapbuffersWait" "true"
Option "ShadowFB" "false"
EndSection
cd /usr/src
git clone https://github.com/FYSETC/FYSETC-CTP40
cd FYSETC-CTP40/Pi3
./install.sh