- mainline based u-boot 2021.07
- Ubuntu 22.04 Jammy LTS based (upcoming release, could have issues, currently in testing phase)
- kernel 5.10.y LTS or 5.15.y LTS (current comes with 5.10.y and can upgrade to 5.15.y in armbian-config)
- ZSH with OhMyZSH addon or classic BASH (select at 1st boot or with armbian-config)
- ZFS 2.1.y support (Tested on image below which comes with preinstalled headers & stable kernel)
- Wireguard (build into kernel, latest tools are present)
- fan and LCD support (instructions)
- boot from SPI / HDD / USB (standard install way)
Ubuntu 22.04 Jammy (CLI image only at this stage)
https://redirect.armbian.com/odroidhc4/Jammy_current
https://redirect.armbian.com/odroidhc4/ ... nt.torrent
Build from source code (also with desktop of your choice)
Preparation - build host must be Ubuntu Hirsute or Jammy. It was tested on x64 but it should be able to build on aarch64 platform.
Code: Select all
apt-get -y install git
git clone https://github.com/armbian/build
cd build
sed "s/^#DOCKER_FLAGS+=(--privileged)/DOCKER_FLAGS+=(--privileged)/" -i config/templates/config-docker.conf
touch .ignore_changes
Code: Select all
./compile.sh \
docker \
EXPERT="yes" \
BOARD="odroidhc4" \
BRANCH="current" \
RELEASE="jammy" \
KERNEL_ONLY="no" \
KERNEL_CONFIGURE="no" \
BUILD_DESKTOP="no" \
BUILD_MINIMAL="no"
More info:
https://www.armbian.com/odroid-hc4/
https://forum.armbian.com/topic/19336-a ... odroid-hc4