Lines Matching full:echo
4 echo "Usage: $(basename $0) --arch [arm|arm64] [options]"
5 echo -e "Starts QEMU system mode emulation for the architecture.\n"
6 echo -e " --help\t\t\tDisplay this information."
7 echo -e " --arch {arm|arm64}\t\tSelects architecture QEMU system emulation."
8 echo -e " --sve\t\t\t\tEnables AArch64 SVE mode."
9 echo -e " --mte\t\t\t\tEnables AArch64 MTE mode."
10 echo -e " --sme\t\t\t\tEnables AArch64 SME mode."
11 echo -e " --rootfs {path}\t\tPath of root file system image."
12 echo -e " --qemu {path}\t\t\tPath of pre-installed qemu-system-* executable."
13 echo -e " --kernel {path}\t\tPath of Linux kernel prebuilt image.\n"
14 echo -e "By default this utility will use:"
15 echo -e " QEMU image built from source in qemu.git directory"
16 echo -e " Linux kernel image from linux.build/(arm or arm64) directory."
17 echo -e "Custom Linux kernel image or QEMU binary can be provided using commandline."
22 echo "ERROR: Unrecognized argument: $1" >&2
62 echo "Invalid architecture: $ARCH"
67 echo "No root file system image image available for emulation."
75 echo "No Linux kernel image available for emulation."
94 echo "QEMU $ARCH system emulation executable not found."
104 echo "warning: --sve is supported by AArch64 targets only"
107 echo "warning: --mte is supported by AArch64 targets only"
110 echo "warning: --sme is supported by AArch64 targets only"