Update imx-6ull-evk.sh
This commit is contained in:
@@ -143,21 +143,16 @@ fi
|
||||
case ${architecture} in
|
||||
arm64)
|
||||
qemu_bin="/usr/bin/qemu-aarch64-static"
|
||||
lib_arch="aarch64-linux-gnu"
|
||||
|
||||
;;
|
||||
lib_arch="aarch64-linux-gnu" ;;
|
||||
|
||||
armhf)
|
||||
qemu_bin="/usr/bin/qemu-arm-static"
|
||||
lib_arch="arm-linux-gnueabihf"
|
||||
|
||||
;;
|
||||
lib_arch="arm-linux-gnueabihf" ;;
|
||||
|
||||
armel)
|
||||
qemu_bin="/usr/bin/qemu-arm-static"
|
||||
lib_arch="arm-linux-gnueabi"
|
||||
lib_arch="arm-linux-gnueabi" ;;
|
||||
|
||||
;;
|
||||
esac
|
||||
|
||||
# create the rootfs - not much to modify here, except maybe throw in some more packages if you want.
|
||||
|
||||
Reference in New Issue
Block a user