[OE-core] [PATCH v2][fido 2/4] runqemu-script: define console for qemuarm NFS booting
Jagadeesh Krishnanjanappa
jkrishnanjanappa at mvista.com
Tue Jun 23 10:57:22 UTC 2015
ping.
Regards,
Jagadeesh
On Tue, Jun 16, 2015 at 4:18 PM, Jagadeesh Krishnanjanappa <
jkrishnanjanappa at mvista.com> wrote:
> 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 <jkrishnanjanappa at mvista.com>
> ---
> scripts/runqemu-internal | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal
> index 2db5566..dc0e053 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
> --
> 1.9.1
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150623/8417a351/attachment-0002.html>
More information about the Openembedded-core
mailing list