Recently compiling Orange Pi i96
Report this error as below:
chroot: failed to run command ‘mount’: Exec format error
The solution is as follows:
sudo apt purge qemu-user-static
sudo apt install qemu-user-static
Reference:chroot problem · Issue #5 · orangepi-xunlong/OrangePi_Build · GitHub