buildroot/board/gdb/bfin-bf512
Waldemar Brodkorb 9068fe0dea board: add blackfin gdb simulator support
With this config you can bootup a Linux kernel
in GDB simulator and test Blackfin kernel and
userland.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-07-24 22:51:42 +02:00
..
linux-4.6.config board: add blackfin gdb simulator support 2016-07-24 22:51:42 +02:00
readme.txt board: add blackfin gdb simulator support 2016-07-24 22:51:42 +02:00

Run the simulation with GDB for FDPIC:

 ./output/host/usr/bin/bfin-buildroot-linux-uclibc-run --env operating --model bf512 output/images/vmlinux

Run the simulation with GDB for FLAT:

 ./output/host/usr/bin/bfin-buildroot-uclinux-uclibc-run --env operating --model bf512 output/images/vmlinux

The login prompt will appear in the terminal that started GDB.

Tested with GDB 7.9