The Following User Says Thank You to toninikkanen For This Useful Post: | ||
|
2010-09-19
, 20:54
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#2
|
|
2010-11-20
, 21:45
|
|
Posts: 83 |
Thanked: 299 times |
Joined on Aug 2009
@ Germany, Oldenburg
|
#3
|
#!/bin/bash SDKROOT="/Users/darkstar/Playground/Development/NokiaQtSDK" MAEMOROOT="$SDKROOT/Maemo/4.6.2" QEMUROOT="$MAEMOROOT/tools/qemu-system-arm-0.13.50-pr13-darwin" cd "$QEMUROOT/lib" "$QEMUROOT/bin/qemu-system-arm" -M n900 \ -mtdblock "$MAEMOROOT/runtimes/qemu-n900-pr13/RX-51_2009SE_20.2010.36-2.nand" \ -sd "$MAEMOROOT/runtimes/qemu-n900-pr13/RX-51_2009SE_20.2010.36-2.emmc" \ -serial stdio -clock unix \ -redir tcp:6666:10.0.2.15:22 \ -redir tcp:13219:10.0.2.15:10000
The Following User Says Thank You to evilJazz For This Useful Post: | ||
|
2010-11-20
, 21:50
|
|
Posts: 83 |
Thanked: 299 times |
Joined on Aug 2009
@ Germany, Oldenburg
|
#4
|
It doesn't boot into the GUI, since there is no SGX emulation. Maybe later...
Last edited by toninikkanen; 2010-04-01 at 22:03. Reason: Added screenshot