From 8cdb2e40529da8fb68fe51d7ca7f1a2ec566f583 Mon Sep 17 00:00:00 2001 From: Paul Nehlich Date: Mon, 25 Sep 2023 14:58:42 +0200 Subject: [PATCH] README.md aktualisiert gdb without pagination and with -ex flags added --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3d17604..91b3279 100644 --- a/README.md +++ b/README.md @@ -54,4 +54,11 @@ arm-none-eabi-gdb freeRTOS >cont ``` +Short form, less interactive: +``` +arm-none-eabi-gdb fsbl.elf -ex "target extended-remote localhost:3333" -ex "set pagination off" -ex "load" -ex "continue" +>^C^D^D +arm-none-eabi-gdb freeRTOS -ex "target extended-remote localhost:3333" -ex "set pagination off" -ex "load" -ex "continue" +``` + Uart usb port should output something at 115200baud, (I use moserial to monitor).