1\首先启动nandflash uboot->linux内核->文件系统,进入文件系统命令行
2\启动JLinkGDBServer -device ARM11
3\启动arm-none-eabi-gdb vmlinux
在这个命令行中输入
target remote localhost:2331
monitor halt
monitor resume
b start_kernel
list
continue
记录tiny6410 jlink 命令行调试linux-2.6.38内核
原文:https://www.cnblogs.com/eastgeneral/p/10697759.html