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).