FriendlyElec NanoPi Zero2 Handson
Flashing the image to SD-card
The official images are in friendlyelec wiki (see sources). I choose Debian Bookworm. balenaEther does a good job flashing the image to an SD-card. After flashing the image consumes only 7 GB of the SD-card. With gparted i extend the patition to the maximum size.
Set date and time
! This is only required if public ntp servers are not available !
Set timezone:
pi@NanoPi-Zero2:~$ timedatectl list-timezones | grep Amsterdam
Europe/Amsterdam
sudo timedatectl set-timezone Europe/Amsterdam
Set date and time:
pi@NanoPi-Zero2:~$ sudo date --set 20:29:00
Sat Aug 16 20:29:00 CEST 2025
pi@NanoPi-Zero2:~$ sudo date --set 20:33:00
Sat Aug 16 20:33:00 CEST 2025
Set APT sources to debian.org
Update source file
Delete everything in ‘/etc/apt/sources.list’ and add the debian.org repo:
deb https://ftp.debian.org/debian/ bookworm contrib main non-free non-free-firmware
# deb-src https://ftp.debian.org/debian/ bookworm contrib main non-free non-free-firmware
deb https://ftp.debian.org/debian/ bookworm-updates contrib main non-free non-free-firmware
# deb-src https://ftp.debian.org/debian/ bookworm-updates contrib main non-free non-free-firmware
deb https://ftp.debian.org/debian/ bookworm-proposed-updates contrib main non-free non-free-firmware
# deb-src https://ftp.debian.org/debian/ bookworm-proposed-updates contrib main non-free non-free-firmware
deb https://ftp.debian.org/debian/ bookworm-backports contrib main non-free non-free-firmware
# deb-src https://ftp.debian.org/debian/ bookworm-backports contrib main non-free non-free-firmware
deb https://security.debian.org/debian-security/ bookworm-security contrib main non-free non-free-firmware
# deb-src https://security.debian.org/debian-security/ bookworm-security contrib main non-free non-free-firmware
Then update APT and upgrade the system
apt update && apt upgrade
Testing
The OS comes already with a basic script to measure cpu frequency and temperature. Here on idle:

With Openssls speed function i ran a small test:

During the test cpu frequency and temperature rose up:

Sources
https://wiki.friendlyelec.com/wiki/index.php/NanoPi_Zero2 https://wiki.debian.org/DateTime