diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-06 13:56:34 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-06 13:56:34 -0500 |
commit | 1d0db7e522d9806cef56af8491ed457f643bf8cc (patch) | |
tree | 003835d513784b31c8bf177b7c3f71ae505ef4c0 /target/h8300/Makefile | |
parent | 12cbfdae816c72ce55ea2f44ba727c411683b73c (diff) |
better help to start simulator
Diffstat (limited to 'target/h8300/Makefile')
-rw-r--r-- | target/h8300/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/target/h8300/Makefile b/target/h8300/Makefile index e0a15cbba..bb63166fb 100644 --- a/target/h8300/Makefile +++ b/target/h8300/Makefile @@ -27,11 +27,12 @@ targethelp: ifeq ($(ADK_TARGET_SIM),y) @echo "Run the simulator via:" @echo '$(TARGET_CROSS)gdb $(FW_DIR)/$(TARGET_KERNEL)' - @echo 'target sim' - @echo 'sim intmode 1' - @echo 'sim sci pty' - @echo 'load' - @echo 'run earlyprintk=h8300-sim console=ttySC0' + @echo 'gdb> target sim' + @echo 'gdb> sim intmode 1' + @echo 'gdb> sim sci net 12345' + @echo 'gdb> load' + @echo 'start telnet localhost 12345 in a second shell' + @echo 'gdb> run earlyprintk=h8300-sim console=ttySC0' endif endif |