Meego Wiki
Views

Talk:ARM/Meego on Qemu

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(+"no boot device found" problem)
(./qflasher: invalid sub options for option 'p')
 
(5 intermediate revisions not shown)
Line 1: Line 1:
 +
Parameter 'p' syntax in qflasher-21-1.1.i586.rpm must be [partitionLetter=size] , eq. k=3072
 +
 +
$ ./qflasher -m rx51 -p 3072 -x xloader-qemu.bin -s secondary-qemu.bin -k meego-handset-armv7l-qemu-1.1.90.6.20110308.5-vmlinuz-2.6.37-8.1-adaptation-n900 -o meego-handset-armv7l-qemu-2.6.37-8.1-adaptation-nand.raw
 +
./qflasher: invalid sub options for option 'p'
 +
 +
proper:
 +
$ ./qflasher -m rx51 -p k=3072 -x xloader-qemu.bin -s secondary-qemu.bin -k meego-handset-armv7l-qemu-1.1.90.6.20110308.5-vmlinuz-2.6.37-8.1-adaptation-n900 -o meego-handset-armv7l-qemu-2.6.37-8.1-adaptation-nand.raw
 +
 +
i think.
 +
 +
 +
To the people posting below - the meego-codedrop-arm image is not for qemu, it will not work in qemu!
 +
 +
- Riku
 +
With qemu <code>d18373181f3445f5a028ca18d0cd90a3d9c9ad8f</code> (Wed Mar 31 14:51:05 2010 +0300) getting:<br>
With qemu <code>d18373181f3445f5a028ca18d0cd90a3d9c9ad8f</code> (Wed Mar 31 14:51:05 2010 +0300) getting:<br>
<code>
<code>
Line 7: Line 22:
</code>
</code>
I do not have IMEI to download <code>meego_qemu_nand.img</code> but I do not think it is the reason.
I do not have IMEI to download <code>meego_qemu_nand.img</code> but I do not think it is the reason.
 +
 +
* Comments from sylviaonlyone@gmail.com (27 Apr., 2010):
 +
Yes, I am facing the same problem. No IMEI code and no proper image to start on qemu.<br>
 +
So I tried this: '''meego-codedrop-arm-developer-201003311152.img'''<br>
 +
And here is what I got:<br><br>
 +
 +
<code>
 +
qemu-system-arm -M n900 -mtdblock meego-codedrop-arm-developer-201003311152.img -serial stdio -clock unix<br>
 +
qemu: fatal: Trying to execute code outside RAM or ROM at 0x00018020<br>
 +
<br>
 +
R00=40014044 R01=00018020 R02=00000000 R03=00000000<br>
 +
R04=00000000 R05=00000000 R06=00000000 R07=00000000<br>
 +
R08=00000000 R09=00000000 R10=00000000 R11=00000000<br>
 +
R12=00000000 R13=40205cb0 R14=00000000 R15=00018020<br>
 +
PSR=400001d3 -Z-- A svc32<br>
 +
Aborted (core dumped)<br>
 +
<br>
 +
</code>
 +
 +
I found somebody said it might because the layout of the image is different from N900, so maybe we can try another machine type and see.

Latest revision as of 21:44, 13 March 2011

Parameter 'p' syntax in qflasher-21-1.1.i586.rpm must be [partitionLetter=size] , eq. k=3072

$ ./qflasher -m rx51 -p 3072 -x xloader-qemu.bin -s secondary-qemu.bin -k meego-handset-armv7l-qemu-1.1.90.6.20110308.5-vmlinuz-2.6.37-8.1-adaptation-n900 -o meego-handset-armv7l-qemu-2.6.37-8.1-adaptation-nand.raw ./qflasher: invalid sub options for option 'p'

proper: $ ./qflasher -m rx51 -p k=3072 -x xloader-qemu.bin -s secondary-qemu.bin -k meego-handset-armv7l-qemu-1.1.90.6.20110308.5-vmlinuz-2.6.37-8.1-adaptation-n900 -o meego-handset-armv7l-qemu-2.6.37-8.1-adaptation-nand.raw

i think.


To the people posting below - the meego-codedrop-arm image is not for qemu, it will not work in qemu!

- Riku

With qemu d18373181f3445f5a028ca18d0cd90a3d9c9ad8f (Wed Mar 31 14:51:05 2010 +0300) getting:
$ ./qemu/arm-softmmu/qemu-system-arm -M n900 -mtdblock meego-codedrop-arm-n900-201003311614.ubiimg -serial stdio -clock unix
qemu: hardware error: no boot device found
[...]
Aborted (core dumped)
I do not have IMEI to download meego_qemu_nand.img but I do not think it is the reason.

  • Comments from sylviaonlyone@gmail.com (27 Apr., 2010):

Yes, I am facing the same problem. No IMEI code and no proper image to start on qemu.
So I tried this: meego-codedrop-arm-developer-201003311152.img
And here is what I got:

qemu-system-arm -M n900 -mtdblock meego-codedrop-arm-developer-201003311152.img -serial stdio -clock unix
qemu: fatal: Trying to execute code outside RAM or ROM at 0x00018020

R00=40014044 R01=00018020 R02=00000000 R03=00000000
R04=00000000 R05=00000000 R06=00000000 R07=00000000
R08=00000000 R09=00000000 R10=00000000 R11=00000000
R12=00000000 R13=40205cb0 R14=00000000 R15=00018020
PSR=400001d3 -Z-- A svc32
Aborted (core dumped)

I found somebody said it might because the layout of the image is different from N900, so maybe we can try another machine type and see.

Personal tools