虚拟开发板-Qemu调试uboot

在本节介绍使用qemu + gdb调试uboot 和 kernel。

1
2
3
4
5
6
7
(  ___  )(  ____ \(       )|\     /|      (  ____ \(  __  \ (  ___ \
| ( ) || ( \/| () () || ) ( | | ( \/| ( \ )| ( ) )
| | | || (__ | || || || | | | | | | | ) || (__/ /
| | | || __) | |(_)| || | | | | | ____ | | | || __ (
| | /\| || ( | | | || | | | | | \_ )| | ) || ( \ \
| (_\ \ || (____/\| ) ( || (___) | | (___) || (__/ )| )___) )
(____\/_)(_______/|/ \|(_______) (_______)(______/ |/ \___/

1.调试命令

我们之前qemu启动uboot的命令为:

1
qemu-system-arm -M vexpress-a9 -m 256M -nographic -kernel u-boot

现在变为:

1
qemu-system-arm -M vexpress-a9 -m 256M -nographic -kernel u-boot -gdb tcp::1234  -S

-S指在启动的时候释放CPU。
qemu会在启动的时候卡住。

2.进行连接

新打开一个终端,依次输入:

1
2
arm-linux-gnueabihf-gdb u-boot
target remote : 1234

出现以下画面说明成功:
debuguboot

版权声明:本文为博主原创文章,转载需声明为转载内容并添加原文地址。

原文地址:https://coderdock.com

  • Copyright: Copyright is owned by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.
  • Copyrights © 2017-2020 Dock
  • Visitors: | Views:

请我喝杯咖啡吧~

支付宝
微信