Images for orange pi zero 2W

Hi all,

I’ve made a img for my orange pi zero 2W (4G of ram).
I’ve made it from a debian image and thanks to dietpi-imager it works like a charm.
Where can I post it? I’ve made a Bookworm and a Bullseye version.

Thanks for all your work dietpi team!

I want a copy…which version of Debian did you use…the Chinese built one?
The one that uses https://repo.huaweicloud.com/debian as the apt repository?

Yes the official ones on their sites with desktop because usb otg is not enable on server versions:
this one: Orangepizero2w_1.0.0_debian_bullseye_desktop_xfce_linux5.4.125.7z - Google Drive
I will try with kernel 6.1 later.

And this is the steps I use before making the .img with dietpi-imager:

need a usb ethernet and connect to SSH

disable desktop

sudo systemctl disable lightdm.service

remove boot screen

apt remove plymouth

prepare

apt update && apt install -y curl ca-certificates systemd-sysv && bash -c
reboot

install dietpi

apt update && apt install -y curl ca-certificates systemd-sysv && bash -c "$(curl -sSfL 'https://raw.githubusercontent.com/MichaIng/DietPi/master/.build/images/dietpi-installer')"

and choose Generic Allwinner H6 when it’s prompted

And on the final image there’s the sources.list:

deb https://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware
deb https://deb.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
deb https://deb.debian.org/debian-security/ bookworm-security main contrib non-free non-free-firmware
deb https://deb.debian.org/debian/ bookworm-backports main contrib non-free non-free-firmware

It should be possible to use the OrangePi Zero 3 image on a Zero 2W

Ah thanks! I will test this!

Yeah…that is the huaweicloud one…

And there’s a problem with it?

is the image good for 4G RAM version? (except 1.5G obviously)

which image you mean?

this one DietPi_OrangePiZero3-ARMv8-Bookworm.img.xz

Just give it a try. Might be it will boot on the 2w

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.