Dimensione: 1194
Commento:
|
← Versione 9 del 2009-05-22 21:38:46 ⇥
Dimensione: 996
Commento:
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 3: | Linea 3: |
[[TableOfContents]] == x86 == Riferimento: http://wiki.openwrt.org/RunningKamikazeOnQEMUHowTo |
<<TableOfContents>> |
Linea 11: | Linea 7: |
Dopo aver scaricato attachment:openwrt-x86-jffs2-128k.image, ingranditela con dd: | Dopo aver scaricato [[attachment:openwrt-x86-ext2.vmdk]], lanciatela: |
Linea 14: | Linea 10: |
$ 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 |
$ qemu openwrt-x86-ext2.vmdk |
Linea 23: | Linea 13: |
Per vedere la webif puntate il browser su http://localhost:5555 | e dopo il boot premete invio === Compilare con l'openwrt build system === * scegliere x86 * scegliere immagini per virtualbox |
Linea 40: | Linea 35: |
[[AttachList]] | <<AttachList>> |
OpenWrt su qemu
x86 quick start
Dopo aver scaricato openwrt-x86-ext2.vmdk, lanciatela:
$ qemu openwrt-x86-ext2.vmdk
e dopo il boot premete invio
Compilare con l'openwrt build system
- scegliere x86
- scegliere immagini per virtualbox
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)