记录tiny6410 jlink 命令行调试linux-2.6.38内核

1\首先启动nandflash uboot->linux内核->文件系统,进入文件系统命令行

2\启动JLinkGDBServer -device ARM11

3启动arm-none-eabi-gdb vmlinux

在这个命令行中输入

target remote localhost:2331

monitor halt 

monitor reset

b start_kernel 

list

continue

注意 需要烧写与所调试的内核一致的内核

原文地址:https://www.cnblogs.com/eastgeneral/p/10697759.html