summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2013-07-11 17:30:26 +0300
committerRiku Voipio <riku.voipio@linaro.org>2013-07-11 17:30:26 +0300
commit733de0e65668eff6a6534f85a7515be28d18a1f2 (patch)
treeb17cc8c72180383b57f2486218f15b1f74cf69f2
parentc0b6d516d145a48cfd6480b2e1cce16dee3e849d (diff)
switch to TC1 dtb file instead or rtsm dtb file
-rw-r--r--test-kvm.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/test-kvm.sh b/test-kvm.sh
index 780f76d..3a5251a 100644
--- a/test-kvm.sh
+++ b/test-kvm.sh
@@ -12,11 +12,12 @@ qemu-nbd -c /dev/nbd0 kvm.qcow2
mount /dev/nbd0p2 /mnt/
cp /mnt/boot/vmlinuz-*-linaro-vexpress ./zImage
-cp /mnt/lib/firmware/*-linaro-vexpress/device-tree/rtsm_ve-cortex_a15x1.dtb .
+cp /mnt/lib/firmware/*-linaro-vexpress/device-tree/vexpress-v2p-ca15-tc1.dtb .
cp kvm-lava.conf /mnt/etc/init/kvm-lava.conf
umount /mnt
+qemu-nbd -d /dev/nbd0
-qemu-system-arm -M vexpress-a15 -m 1024 -kernel ./zImage -dtb ./rtsm_ve-cortex_a15x1.dtb -append 'root=/dev/mmcblk0p2 rw rootwait mem=1024M console=ttyAMA0,38400n8' -drive if=sd,cache=writeback,file=kvm.qcow2 -redir tcp:5022::22 -nographic -enable-kvm 2>&1|tee kvm-log.txt
+qemu-system-arm -M vexpress-a15 -m 1024 -kernel ./zImage -dtb ./vexpress-v2p-ca15-tc1.dtb -append 'root=/dev/mmcblk0p2 rw rootwait mem=1024M console=ttyAMA0,38400n8' -drive if=sd,cache=writeback,file=kvm.qcow2 -redir tcp:5022::22 -nographic -enable-kvm 2>&1|tee kvm-log.txt
if ! grep -q "kvm-boot-1:" kvm-log.txt
then