target: Make profiling function more readable
[openocd.git] / testing / examples / ledtest-imx27ads / gdbinit-imx27ads
1 echo Script to load ledtest on iMX27ADS.\n
2
3 # Note: you need to startup openocd with "-f board/imx27ads.cfg"
4 # in order to it initialize RAM memory.
5
6 # SETUP GDB :
7 #
8 # Common gdb setup for ARM CPUs
9 set complaints 1
10 set output-radix 10
11 set input-radix 10
12 set prompt (arm-gdb)
13 set endian little
14 dir .
15
16 # CONNECT TO TARGET :
17 target remote 127.0.0.1:3333
18
19 # LOAD IMAGE :
20 #
21
22 # Load the program executable called "u-boot"
23 load test.elf
24
25 # Load the symbols for the program.
26 symbol-file test.elf
27
28 # RUN TO MAIN :
29 #
30 # Set a breakpoint at main().
31 #b reset
32 b main
33
34 # Run to the breakpoint.
35 c
36

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)