diff options
author | 2014-04-04 10:05:40 +0300 | |
---|---|---|
committer | 2014-04-04 10:05:40 +0300 | |
commit | 3dc3c553e0f35e0cab15456d971facce094d8ae6 (patch) | |
tree | c84cebf786a0ba7bbf2a188f0c8c40d52ac58d99 /scripts/runqemu-internal | |
parent | a45156ebcb857fc075291066b09ff09ba0d2190f (diff) | |
download | meta-ivi-3dc3c553e0f35e0cab15456d971facce094d8ae6.tar.gz meta-ivi-3dc3c553e0f35e0cab15456d971facce094d8ae6.tar.bz2 meta-ivi-3dc3c553e0f35e0cab15456d971facce094d8ae6.zip |
Change vexpressa9 qemu settings
We now use a .ext3 sd to boot the qemu.
We change the kernel root cmdline arg to /dev/mmcblk0
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
Diffstat (limited to 'scripts/runqemu-internal')
-rwxr-xr-x | scripts/runqemu-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index 97db06c..aaa0df5 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal @@ -424,7 +424,7 @@ if [ "$MACHINE" = "vexpressa9" ]; then export QEMU_AUDIO_DRV="none" #SCRIPT_QEMU_OPT="$SCRIPT_QEMU_OPT -serial stdio " if [ "$FSTYPE" = "tar.bz2" ]; then - KERNCMDLINE="root=/dev/mmcblk0p2 rw mem=1024M raid=noautodetect console=tty0 console=ttyAMA0,38400n8 rootwait vmalloc=256MB devtmpfs.mount=0" + KERNCMDLINE="root=/dev/mmcblk0 rw mem=1024M raid=noautodetect console=tty0 console=ttyAMA0,38400n8 rootwait vmalloc=256MB devtmpfs.mount=0" QEMUOPTIONS="$QEMU_NETWORK_CMD -M $MACHINE_SUBTYPE -cpu cortex-a9 -sd $IMGNAME" # Add # -serial stdio |