Same guide as before on a fresh installation (only changes <setenv bootargs "root=/dev/mmcblk0p2> for the eMMC and in the mkimage step the changed Kernel version)
Kernel: aarch64 Linux 5.4.0-rc3-1-ARCH did Boot but the network does not work by default
it did work if i changed the network to ipv4 only
/etc/systemd/network/eth.network
$this->bbcode_second_pass_code('', 'Name=eth*
[Network]
DHCP=ipv4
DNSSEC=no
LinkLocalAddresing=ipv4
')
after every boot i need to restart networkd

(Could be that this workaround does work for the 5.3 Kernel too)
$this->bbcode_second_pass_code('', 'systemctl restart systemd-networkd.service')
Wayland/Sway
Copied the drm folder to /usr/lib
https://dn.odroid.com/S922X/ODROID-N2/Wayland/wayland-drm_arm64.tar.gzSway does work but it uses a lot of CPU for every small movement on the screen
Not sure if the onboard Audio/Audio over HDMI is allready usable on mainline but i did not really try to get it to work
