613
Commento:
|
1198
converted to 1.6 markup
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 1: | Linea 1: |
= OpenWrt su qemu? = | = OpenWrt su qemu = |
Linea 3: | Linea 3: |
[[TableOfContents]] | <<TableOfContents>> |
Linea 7: | Linea 7: |
Vedere http://wiki.openwrt.org/RunningKamikazeOnQEMUHowTo | Riferimento: http://wiki.openwrt.org/RunningKamikazeOnQEMUHowTo === x86 quick start === Dopo aver scaricato [[attachment:openwrt-x86-jffs2-128k.image]], ingranditela con dd: {{{ $ dd if=/dev/null of=openwrt-x86-2.6-jffs2-128k.image seek=42336 0+0 records in 0+0 records out 0 bytes (0 B) copied, 2.2627e-05 s, 0.0 kB/s $ qemu openwrt-x86-jffs2-128k.image -redir tcp:5555::80 }}} Per vedere la webif puntate il browser su http://localhost:5555 |
Linea 11: | Linea 27: |
Vedere http://forum.openwrt.org/viewtopic.php?id=5488 | Vedere: * http://forum.openwrt.org/viewtopic.php?id=5488 |
Linea 22: | Linea 39: |
<<AttachList>> == Altri Link == * http://www.linux-mips.org/wiki/Qemu * http://forum.openwrt.org/viewtopic.php?id=4381 (Testing packages with QEMU MIPS emulator) |
OpenWrt su qemu
x86
Riferimento: http://wiki.openwrt.org/RunningKamikazeOnQEMUHowTo
x86 quick start
Dopo aver scaricato openwrt-x86-jffs2-128k.image, ingranditela con dd:
$ dd if=/dev/null of=openwrt-x86-2.6-jffs2-128k.image seek=42336 0+0 records in 0+0 records out 0 bytes (0 B) copied, 2.2627e-05 s, 0.0 kB/s $ qemu openwrt-x86-jffs2-128k.image -redir tcp:5555::80
Per vedere la webif puntate il browser su http://localhost:5555
mips
Vedere:
L'architettura di riferimento è ar7 (Texas Instruments), ma attualmente sembra non essere supportata in Kamikaze (vedere http://wiki.openwrt.org/AR7Port).
In pratica riesco a compilare l'immagine ma poi non riesco a farla partire con qemu. Ho provato tutte le varianti del comando
$ qemu-system-mips -M malta ar7-root.jffs2-128k -kernel ./ar7-vmlinux -nographic
Allego file binari. --Clauz
- [scarica | mostra] (2007-12-23 18:57:06, 2304.0 KB) [[attachment:ar7-root.jffs2-128k]]
- [scarica | mostra] (2007-12-23 19:00:15, 2481.5 KB) [[attachment:ar7-vmlinux]]
- [scarica | mostra] (2007-12-23 19:06:50, 2490.4 KB) [[attachment:ar7-vmlinux.elf]]
- [scarica | mostra] (2007-12-23 19:02:52, 3328.0 KB) [[attachment:openwrt-ar7-jffs2-128k.bin]]
- [scarica | mostra] (2009-05-22 21:39:47, 8128.0 KB) [[attachment:openwrt-x86-ext2.vmdk]]
- [scarica | mostra] (2009-02-15 17:34:37, 21168.0 KB) [[attachment:openwrt-x86-jffs2-128k-qemu-friendly.image]]
- [scarica | mostra] (2007-12-25 22:05:43, 6743.5 KB) [[attachment:openwrt-x86-jffs2-128k.image]]
Altri Link
http://forum.openwrt.org/viewtopic.php?id=4381 (Testing packages with QEMU MIPS emulator)