diff --git a/scripts/poky-qemu b/scripts/poky-qemu index 9030700ded..96f4f6f9b7 100755 --- a/scripts/poky-qemu +++ b/scripts/poky-qemu @@ -45,6 +45,9 @@ else if [ "$MACHINE" = "spitz" ]; then TYPE="ext3" fi + if [ "$MACHINE" = "nokia800" ]; then + TYPE="jffs2" + fi HDIMAGE=$2 fi