From 294d91d66c0a9be82ad56265111bd3bbaa705569 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 10 Apr 2010 21:02:51 +0000 Subject: [malta] create two endian-specific subtargets, as malta can run both git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20790 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/malta/README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'target/linux/malta/README') diff --git a/target/linux/malta/README b/target/linux/malta/README index c10eb2e47..412996e65 100644 --- a/target/linux/malta/README +++ b/target/linux/malta/README @@ -4,6 +4,10 @@ troubleshoot MIPS applications without access to real hardware. To use the images built by OpenWrt with qemu, use the following commands: -qemu-system-mipsel -kernel bin/malta/openwrt-malta-vmlinux.elf -nographic +For the little-endian image: +qemu-system-mipsel -kernel bin/malta/openwrt-malta-le-vmlinux.elf -nographic + +For the big-endian image: +qemu-system-mips -kernel bin/malta/openwrt-malta-be-vmlinux.elf -nographic and enjoy the system bootin. -- cgit v1.2.3