From: Jagadeesh Krishnanjanappa Date: Tue, 16 Jun 2015 10:48:28 +0000 (+0530) Subject: runqemu-script: define console for qemuarm NFS booting X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~30034 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d2db8f517ea719f097c957559175a07ecee82ad;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git runqemu-script: define console for qemuarm NFS booting Add console=ttyAMA0,115200 as one of the boot parameters for qemuarm, in order to print bootlog messages on the console. Signed-off-by: Jagadeesh Krishnanjanappa Signed-off-by: Ross Burton --- diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index eff5ab4ea59..3df18031a6a 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal @@ -368,7 +368,7 @@ if [ "$MACHINE" = "qemuarm" -o "$MACHINE" = "qemuarmv6" -o "$MACHINE" = "qemuarm cleanup return 1 fi - KERNCMDLINE="root=/dev/nfs nfsroot=$NFS_SERVER:$NFS_DIR,$UNFS_OPTS rw $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY" + KERNCMDLINE="root=/dev/nfs nfsroot=$NFS_SERVER:$NFS_DIR,$UNFS_OPTS rw console=ttyAMA0,115200 $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY" QEMUOPTIONS="$QEMU_NETWORK_CMD -M ${MACHINE_SUBTYPE} --no-reboot $QEMU_UI_OPTIONS" fi if [ "$MACHINE" = "qemuarmv6" ]; then