From: Maxim Baryshnikov Date: Wed, 27 Jul 2016 18:58:21 +0000 (+0200) Subject: build: Use serial 1 for linux boot (ttyUSB0). X-Git-Url: https://rtime.felk.cvut.cz/gitweb/jailhouse-test.git/commitdiff_plain/1459d37d5040f8ac395dfc5169e2ad4a8ce3500d build: Use serial 1 for linux boot (ttyUSB0). --- diff --git a/build/boot-linux b/build/boot-linux index afeaff6..a688034 100755 --- a/build/boot-linux +++ b/build/boot-linux @@ -2,6 +2,6 @@ #intel_iommu=off -load buildroot/images/bzImage console=ttyS2,115200 memmap=0x7C00000$0x37600000 nohpet kvm-intel.nested=1 kvm-intel.ept=1 +load buildroot/images/bzImage console=ttyS1,115200 memmap=0x7C00000$0x37600000 nohpet kvm-intel.nested=1 kvm-intel.ept=1 load buildroot/images/rootfs.cpio.gz