summaryrefslogtreecommitdiff
path: root/testcase/Readme
diff options
context:
space:
mode:
Diffstat (limited to 'testcase/Readme')
-rw-r--r--testcase/Readme11
1 files changed, 11 insertions, 0 deletions
diff --git a/testcase/Readme b/testcase/Readme
new file mode 100644
index 0000000..1312f60
--- /dev/null
+++ b/testcase/Readme
@@ -0,0 +1,11 @@
+====================
+arm:
+ Simulator:
+ qemu-system-arm -no-reboot -net none -nographic -M realview-pbx-a9 -m 256M -kernel build/arm-rtems4.11-realview_pbx_a9_qemu/rtld
+ add "-S -s" option and you can use gdbserver to debug rtld
+ use "halt" to exit qemu.
+
+ Configuration:
+ waf configure --rtems=/opt/rtems-4.11 --rtems-tools=/opt/rtems-4.11 --rtems-archs=arm --rtems-bsps=arm/realview_pbx_a9_qemu
+
+ In the wscript, you can use different cflags to test.