# Install binary only without build sudo apt-get update sudo apt-get install unzip wget wget -N http://seafile.servator.de/sbc/odroid/next/u-boot-2018.03.001-c2.zip unzip u-boot-2018.03.001-c2.zip sudo bash -e install-u-boot.sh cd /usr/lib/u-boot/odroid-c2/ sudo ./sd_fusing.sh /dev/mmcblk0 cd - wget -N http://seafile.servator.de/sbc/odroid/next/linux-image-4.19.8-20181208-c2-arm64.zip unzip linux-image-4.19.8-20181208-c2-arm64.zip sudo bash -e install-linux.sh # Optional, Mali without UMP wget -N http://seafile.servator.de/sbc/odroid/next/mali450-meson-gx-r7p0-arm64.zip unzip mali450-meson-gx-r7p0-arm64.zip sudo bash -e install-mali-driver.sh wget -N http://seafile.servator.de/sbc/odroid/fbturbo/xserver-xorg-video-fbturbo-c2-stretch-arm64.zip unzip xserver-xorg-video-fbturbo-c2-stretch-arm64.zip sudo bash -e install-fbturbo.sh # Hints - check /etc/fstab and /media/boot/boot.cmd that partitions use correct LABEL=x or UUID=x - reboot - if you get black screen, switch to another HDMI port on TV, then switch back to C2 HDMI port - if you get green screen, reboot again