摘要: 1\启动ok6410 进入uboot命令行 2\启动JLinkGDBServer -device ARM11 3\arm-none-eabi-gdb u-boot 初始化脚本 # Connect to the J-Link GDBServertarget remote localhost:2331# 阅读全文
posted @ 2019-04-16 20:15 eastgeneral 阅读(476) 评论(0) 推荐(0) 编辑
摘要: 要调试裸板,有两种初始化方法,一个是用烧好的uboot初始化,再有就是直接用JLink+GDBServer初始化。代码参考了网上的资料,根据手头的OK6410开发板做了修改。整体代码如下: # Connect to the J-Link GDBServertarget remote localhos 阅读全文
posted @ 2019-04-16 17:00 eastgeneral 阅读(410) 评论(0) 推荐(0) 编辑
摘要: 1\在调试ok6410 nandflash启动uboot时,需要添加调试信息,导致uboot大于256k 2\需要修改下面几个地方 参考资料 在uboot中可以添加文字菜单,但是不够美观。 利用photoshop制作一张jpg菜单图片,在ubuntu中使用jpeg2bmp.sh将jpg图片转换成bm 阅读全文
posted @ 2019-04-16 10:21 eastgeneral 阅读(227) 评论(0) 推荐(0) 编辑