summaryrefslogtreecommitdiffstats
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun4
1 files changed, 2 insertions, 2 deletions
diff --git a/run b/run
index da52d86..1735a5e 100755
--- a/run
+++ b/run
@@ -32,7 +32,7 @@ if [ ! -e "${PTXDIST_PLATFORMDIR}/images/linuximage" ]; then
exit 1
fi
-if [ ! -e "${PTXDIST_PLATFORMDIR}/images/hd.img" ]; then
+if [ ! -e "${PTXDIST_PLATFORMDIR}/images/sd.img" ]; then
echo "error: run 'ptxdist images' first"
exit 1
fi
@@ -81,6 +81,6 @@ ${QEMU_EXEC} ${QEMU_NOGRAPHIC} \
${QEMU_NET} \
-redir tcp:${TELNET_EXTERNAL_PORT}:${PLATFORM_IP}:${TELNET_INTERNAL_PORT} \
-kernel ${PTXDIST_PLATFORMDIR}/images/linuximage \
- -sd ${PTXDIST_PLATFORMDIR}/images/hd.img \
+ -sd ${PTXDIST_PLATFORMDIR}/images/sd.img \
-smp 2 \
-append "root=/dev/mmcblk0p1 rootfs=ext2 rw mem=1024M console=ttyAMA0,38400n8 rootwait"