orangepi-xunlong / scripts

The scripts for Orange Pi Linux SDK
11 stars 25 forks source link

error on OrangePi Zero build with 'mount' command #6

Open vvhh2002 opened 4 years ago

vvhh2002 commented 4 years ago

like this:

make: Leaving directory "/opt/OrangePiH2_mainline/kernel"
 Complete kernel module installation ... 
Destination /opt/OrangePiH2_mainline/output/rootfs is not empty.
Clean up space.
Extracting ... OK
chroot: failed to run command "mount": Exec format error
chroot: failed to run command "mount": Exec format error
chroot: failed to run command "/second-phase": Exec format error
orangepi-xunlong commented 4 years ago

Try reinstalling the following software:

sudo apt purge qemu-user-static
sudo apt install qemu-user-static

Also make sure it is tested on Ubuntu 18.04.