From c44cd2348339c5f2ba45a64678cd15a0adf24407 Mon Sep 17 00:00:00 2001 From: Thorsten Knoll Date: Mon, 18 Jan 2021 08:12:20 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49c6bea..dccfe2d 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,5 @@ Then load the created ELF file into the simulation via GDB: ``` riscv64-unknown-elf-gdb -tui -ex 'set remotetimeout 15' -ex 'target remote :3333' -ex 'load' -ex 'break main' -ex 'continue' main ``` -Set some more breakpoints and step through the code with 'c' (continue). You will see the UART output in console 1 (vexriscv sim). +Set some more breakpoints `b ` and step through the code with `c` (continue). You will see the UART output in console 1 (vexriscv sim).