Openwrt/target/linux/malta
Gabor Juhos 2ae5581447 kernel: update linux 3.3 to 3.3.7
SVN-Revision: 31848
2012-05-23 21:05:32 +00:00
..
base-files/etc
be linux: move certain disabled symbols to the generic configs 2012-05-15 10:58:52 +00:00
image
le linux: move certain disabled symbols to the generic configs 2012-05-15 10:58:52 +00:00
patches-3.2
patches-3.3
Makefile kernel: update linux 3.3 to 3.3.7 2012-05-23 21:05:32 +00:00
README

This Malta target is intended to be used with the Qemu emulator. It can be used
to prototype an OpenWrt firmware for MIPS processors. One could also use it to
troubleshoot MIPS applications without access to real hardware.

To use the images built by OpenWrt with qemu, use the following commands:

For the little-endian image:
qemu-system-mipsel -kernel bin/malta/openwrt-malta-le-vmlinux.elf -nographic -m 256

For the big-endian image:
qemu-system-mips -kernel bin/malta/openwrt-malta-be-vmlinux.elf -nographic -m 256

and enjoy the system bootin.