From f4d71f5e8167a72e086dee9ab5f872240bdf2a17 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 10 Apr 2010 21:02:51 +0000 Subject: create two endian-specific subtargets, as malta can run both SVN-Revision: 20790 --- 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 c10eb2e474..412996e65d 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