summaryrefslogtreecommitdiff
path: root/tests/qemu/README.md
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2016-04-10 13:22:17 +0000
committerKarl Palsson <karlp@tweak.net.au>2016-09-09 22:16:45 +0000
commit02064576e8dc31509dc91a0681ba80f2c9615d2f (patch)
tree9cfc720d4e2138443cba2bf9ae7930c29dcf9672 /tests/qemu/README.md
parentc5c33a46003ba66008774e1ddf9557906df76462 (diff)
downloadolsndot-02064576e8dc31509dc91a0681ba80f2c9615d2f.tar.gz
olsndot-02064576e8dc31509dc91a0681ba80f2c9615d2f.tar.bz2
olsndot-02064576e8dc31509dc91a0681ba80f2c9615d2f.zip
qemu test sample from daniellinux:
soruced originally from: https://github.com/libopencm3/libopencm3/pull/613 edited to drop the use of bin files, and switch to devices.data
Diffstat (limited to 'tests/qemu/README.md')
-rw-r--r--tests/qemu/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/qemu/README.md b/tests/qemu/README.md
new file mode 100644
index 0000000..4f02adb
--- /dev/null
+++ b/tests/qemu/README.md
@@ -0,0 +1,20 @@
+This project is used as a demonstrator on how to run a small baremetal application
+on a LM3S6965 board, which can be emulated on qemu as well (using qemu-system-arm
+with -M lm3s6965evb).
+
+For this reason, this application is not portable to other platforms at the moment.
+
+To execute in qemu run:
+
+`make qemu`
+
+To debug using gcc run:
+
+`make qemu-dbg`
+
+and then attach a gdb to localhost tcp port 3333.
+
+Requirements:
+qemu-system-arm
+openocd
+