Home
last modified time | relevance | path

Searched refs:path_image (Results 1 – 2 of 2) sorted by relevance

/bsp/xuantie/virt64/c906/
A Drun.sh11 path_image=${1}
13 if [ -z $path_image ]; then
14 path_image="./sd.bin"
15 if [ ! -f $path_image ]; then
16 dd if=/dev/zero of=$path_image bs=1024 count=65536
17 mkfs.fat $path_image
21 if [ ! -f $path_image ]; then
22 echo "ERROR: $path_image does not exist!"
28 -drive if=none,file=$path_image,format=raw,id=blk0 -device virtio-blk-device,drive=blk0,bus=virtio-…
/bsp/qemu-virt64-riscv/
A Drun.sh11 path_image=${1}
13 if [ -z $path_image ]; then
14 path_image="./sd.bin"
15 if [ ! -f $path_image ]; then
16 dd if=/dev/zero of=$path_image bs=1024 count=65536
17 mkfs.fat $path_image
21 if [ ! -f $path_image ]; then
22 echo "ERROR: $path_image does not exist!"
28 -drive if=none,file=$path_image,format=raw,id=blk0 -device virtio-blk-device,drive=blk0,bus=virtio-…

Completed in 5 milliseconds