Home
last modified time | relevance | path

Searched refs:elf_file (Results 1 – 12 of 12) sorted by relevance

/vendor/ohemu/qemu_arm64_linux_min/
Dqemu_run.sh23 elf_file="out/qemu-arm-linux/packages/phone/images"
25 elf_file="${PWD}"
39 …o image_path specified, it will find OHOS image in current working directory; then try ${elf_file}.
110 cp ${img_copy_option} $elf_file/userdata.img $elf_file/userdata${qemu_instance_id}.img
111 cp ${img_copy_option} $elf_file/vendor.img $elf_file/vendor${qemu_instance_id}.img
112 cp ${img_copy_option} $elf_file/system.img $elf_file/system${qemu_instance_id}.img
113 cp ${img_copy_option} $elf_file/updater.img $elf_file/updater${qemu_instance_id}.img
122 elf_file="$1"
148 if [ ! -f $elf_file/ramdisk.img ]; then
160 qemu_option_add "-drive if=none,file=$elf_file/userdata${qemu_instance_id}.img,format=raw,id=userda…
[all …]
/vendor/ohemu/qemu_arm_linux_headless/
Dqemu_run.sh23 elf_file="out/qemu-arm-linux/packages/phone/images"
25 elf_file="${PWD}"
39 …o image_path specified, it will find OHOS image in current working directory; then try ${elf_file}.
110 cp ${img_copy_option} $elf_file/userdata.img $elf_file/userdata${qemu_instance_id}.img
111 cp ${img_copy_option} $elf_file/vendor.img $elf_file/vendor${qemu_instance_id}.img
112 cp ${img_copy_option} $elf_file/system.img $elf_file/system${qemu_instance_id}.img
113 cp ${img_copy_option} $elf_file/updater.img $elf_file/updater${qemu_instance_id}.img
122 elf_file="$1"
148 if [ ! -f $elf_file/ramdisk.img ]; then
160 qemu_option_add "-drive if=none,file=$elf_file/userdata${qemu_instance_id}.img,format=raw,id=userda…
[all …]
/vendor/ohemu/qemu_arm_linux_min/
Dqemu_run.sh23 elf_file="out/qemu-arm-linux/packages/phone/images"
25 elf_file="${PWD}"
39 …o image_path specified, it will find OHOS image in current working directory; then try ${elf_file}.
110 cp ${img_copy_option} $elf_file/userdata.img $elf_file/userdata${qemu_instance_id}.img
111 cp ${img_copy_option} $elf_file/vendor.img $elf_file/vendor${qemu_instance_id}.img
112 cp ${img_copy_option} $elf_file/system.img $elf_file/system${qemu_instance_id}.img
113 cp ${img_copy_option} $elf_file/updater.img $elf_file/updater${qemu_instance_id}.img
122 elf_file="$1"
148 if [ ! -f $elf_file/ramdisk.img ]; then
160 qemu_option_add "-drive if=none,file=$elf_file/userdata${qemu_instance_id}.img,format=raw,id=userda…
[all …]
/vendor/ohemu/qemu_x86_64_linux_min/
Dqemu_run.sh23 elf_file="out/qemu-x86_64-linux/packages/phone/images"
25 elf_file="${PWD}"
39 …o image_path specified, it will find OHOS image in current working directory; then try ${elf_file}.
110 cp ${img_copy_option} $elf_file/userdata.img $elf_file/userdata${qemu_instance_id}.img
111 cp ${img_copy_option} $elf_file/vendor.img $elf_file/vendor${qemu_instance_id}.img
112 cp ${img_copy_option} $elf_file/system.img $elf_file/system${qemu_instance_id}.img
113 cp ${img_copy_option} $elf_file/updater.img $elf_file/updater${qemu_instance_id}.img
122 elf_file="$1"
148 if [ ! -f $elf_file/ramdisk.img ]; then
160 qemu_option_add "-kernel $elf_file/bzImage -initrd $elf_file/ramdisk.img"
[all …]
/vendor/ohemu/qemu_csky_mini_system_demo/
Dqemu_run.sh18 elf_file=$1
31 if [ "$elf_file" = "Invalid" ]; then
32 elf_file=out/SmartL_E802/qemu_csky_mini_system_demo/OHOS_Image
45 By default, the kernel exec file is: ${elf_file}.
91 qemu-system-cskyv2 -machine smartl -nographic -kernel $elf_file $qemu_option
/vendor/ohemu/qemu_cm55_mini_system_demo/
Dqemu_run.sh18 elf_file=$1
36 if [ "$elf_file" = "Invalid" ]; then
37 elf_file=out/arm_mps3_an547/qemu_cm55_mini_system_demo/OHOS_Image
51 By default, the kernel exec file is: ${elf_file}.
91 qemu-system-arm -M mps3-an547 -m 2G -kernel $elf_file $qemu_option \
/vendor/ohemu/qemu_mini_system_demo/
Dqemu_run.sh18 elf_file=$1
36 if [ "$elf_file" = "Invalid" ]; then
37 elf_file=out/arm_mps2_an386/qemu_mini_system_demo/OHOS_Image
52 By default, the kernel exec file is: ${elf_file}.
99 sudo `which qemu-system-arm` -M mps2-an386 -m 16M -kernel $elf_file $qemu_option \
103 qemu-system-arm -M mps2-an386 -m 16M -kernel $elf_file $qemu_option \
/vendor/ohemu/qemu_riscv32_mini_system_demo/
Dqemu_run.sh17 elf_file=$1
37 if [ "$elf_file" = "Invalid" ]; then
38 elf_file=out/riscv32_virt/qemu_riscv_mini_system_demo/OHOS_Image
54 By default, the kernel exec file is: ${elf_file}.
99 sudo `which qemu-system-riscv32` -M virt -m 128M -bios none -kernel $elf_file \
108 qemu-system-riscv32 -M virt -m 128M -bios none -kernel $elf_file \
/vendor/ohemu/qemu_xtensa_mini_system_demo/
Dqemu_run.sh18 elf_file=$1
30 if [ "$elf_file" = "Invalid" ]; then
31 elf_file=out/esp32/qemu_xtensa_mini_system_demo/OHOS_Image
44 By default, the kernel exec file is: ${elf_file}.
92 --flash_size 4MB -o $out_dir/liteos.bin $elf_file
/vendor/ohemu/common/
Dqemu-run43 elf_file="Invalid"
75 elf_file="${2}"
185 $elf_file \
/vendor/ohemu/qemu_ca7_mini_system_demo/
Dqemu_run.sh25 elf_file=$1
/vendor/ohemu/qemu_small_system_demo/
Dqemu_run.sh25 elf_file=$1