[Buildroot] [PATCH 1/1] configs: add defconfig for Nationalchip gx6605s dev board.

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Thu Mar 23 09:10:42 UTC 2017


Hello,

On Thu, 23 Mar 2017 17:05:33 +0800, ren_guo wrote:

> > I've removed this entirely, and just changed the readme.txt
> > instructions to tell people to run:
> >
> >    ./output/host/usr/bin/csky-linux-gdb -x board/csky/gx6605s/gdbinit output/images/vmlinux
> >
> > By referencing the gdbinit file using the -x option, we don't have to
> > copy it around in an hidden file.
> >  
> gdbinit need load gx6605s.dtb to a memory address, so we need run it  in output/images like this:
> 
> $ cd output/images
> 
> $ ../host/usr/bin/csky-linux-gdb -x board/csky/gx6605s/gdbinit vmlinux

Or change gdbinit to:

restore output/images/gx6605s.dtb binary 0x92000000

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com


More information about the buildroot mailing list