diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2016-12-08 23:21:31 +0800 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-12-16 07:56:35 +0100 |
commit | a2798cff0f67349d7c1fe26f339439431188ec15 (patch) | |
tree | 1b5a00c0ecc33f6ec115a956fd9778061ed63930 /target/linux/realview/README | |
parent | 44ecfc26eb22ca23668a5fd0c706d75f274e410a (diff) | |
download | upstream-a2798cff0f67349d7c1fe26f339439431188ec15.tar.gz upstream-a2798cff0f67349d7c1fe26f339439431188ec15.tar.bz2 upstream-a2798cff0f67349d7c1fe26f339439431188ec15.zip |
realview: drop the target
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'target/linux/realview/README')
-rw-r--r-- | target/linux/realview/README | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/realview/README b/target/linux/realview/README deleted file mode 100644 index db620f4a57..0000000000 --- a/target/linux/realview/README +++ /dev/null @@ -1,12 +0,0 @@ -This ARM Ltd. Realview target is intended to be used with the Qemu emulator. -It can be used to prototype an OpenWrt firmware targetting ARM-based hardware. -One could also use it to troubleshoot ARM applications without access to real -hardware. - -To use the images built by OpenWrt with qemu, use the following commands: - -qemu-system-arm -M realview-eb-mpcore \ --kernel bin/realview/openwrt-realview-vmlinux.elf \ --nographic -m 128 - -and enjoy the system booting. |