Italiano English
Edit History Actions

Diff for "OpenWrtOnQemu"

Differences between revisions 6 and 7
Revision 6 as of 2007-12-24 02:05:39
Size: 1189
Editor: ClauzClauz
Comment:
Revision 7 as of 2007-12-25 22:10:17
Size: 1194
Editor: ClauzClauz
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= OpenWrt su qemu? = = OpenWrt su qemu =
Line 7: Line 7:
Vedere http://wiki.openwrt.org/RunningKamikazeOnQEMUHowTo Riferimento: http://wiki.openwrt.org/RunningKamikazeOnQEMUHowTo

OpenWrt su qemu

TableOfContents

x86

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

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

AttachList