Suihkulokki (Talk | contribs) |
Suihkulokki (Talk | contribs) m |
||
| Line 1: | Line 1: | ||
| - | To the people posting below - the meego-codedrop-arm image is not for qemu, it will not work qemu! | + | To the people posting below - the meego-codedrop-arm image is not for qemu, it will not work in qemu! |
- Riku | - Riku | ||
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
I do not have IMEI to download
qemu: hardware error: no boot device found
[...]
Aborted (core dumped)
meego_qemu_nand.img but I do not think it is the reason.
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.