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 <ren_guo@c-sky.com>
[Thomas: improved commit description.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Guo Ren 2017-03-23 18:46:14 +08:00 committed by Thomas Petazzoni
parent 1a602f3c2e
commit 54242226f0

View File

@ -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