电子说
这个比较简单,首先,启动 qemu的时候,加上 -S -s 参数:
qemu-system-arm -S -s -M vexpress-a9 -kernel 。/linux-3.2/arch/arm/boot/zImage -sd rootfs.img --append “root=/dev/mmcblk0 rw rootfs=ext3 rootdelay=3 physmap.enabled=0 console=tty0”
这两个参数的含义:
-S freeze CPU at startup (use ‘c’ to start execution)
-s shorthand for -gdb tcp::1234
然后,重新开一个终端窗口,启动 gdb, 连接到 tcp:1234的端口:
全部0条评论
快来发表一下你的评论吧 !