openwrt/target/linux/malta
nbd fe64250423 BB: remove all kernel versions except for 3.10
Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@41877 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-07-29 10:25:43 +00:00
..
base-files/etc create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
be create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
be64 create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
image create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
le create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
le64 create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
Makefile create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
README create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
config-3.10 create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +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-initramfs.elf -nographic -m 256

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

and enjoy the system bootin.