projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[include] cmake.mk: fix passing of LDFLAGS
[openwrt.git]
/
target
/
linux
/
malta
/
README
diff --git
a/target/linux/malta/README
b/target/linux/malta/README
index
2f10395
..
624d570
100644
(file)
--- 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:
To use the images built by OpenWrt with qemu, use the following commands:
-qemu-system-mipsel -kernel bin/mti-malta/openwrt-malta-vmlinux.elf -nographic
+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.
and enjoy the system bootin.
This page took
0.024353 seconds
and
4
git commands to generate.