From 54242226f034c1245d379df5f98cefcc13553437 Mon Sep 17 00:00:00 2001 From: Guo Ren Date: Thu, 23 Mar 2017 18:46:14 +0800 Subject: [PATCH] board/csky: fixup gdb instructions in readme.txt The gdbinit file assumes the .dtb file is in the current directory, so let's start gdb from output/images. Signed-off-by: Guo Ren [Thomas: improved commit description.] Signed-off-by: Thomas Petazzoni --- board/csky/readme.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/board/csky/readme.txt b/board/csky/readme.txt index a820e3b79..daf718591 100644 --- a/board/csky/readme.txt +++ b/board/csky/readme.txt @@ -83,5 +83,6 @@ Run Setup the Console with the rate 115200/8-N-1. - $ ./output/host/usr/bin/csky-linux-gdb -x board/csky/gx6605s/gdbinit output/images/vmlinux + $ cd output/images + $ ../host/usr/bin/csky-linux-gdb -x ../../board/csky/gx6605s/gdbinit vmlinux -- 2.11.4.GIT