上一页 1 ··· 8 9 10 11 12 13 14 下一页
摘要: host端为tin6410,slave端采用CH340芯片,串口端与stm32f103rc串口0连接.stm32给串口发送数据,tiny6410接收usb数据; 1\编译usb-skeleton驱动,并且加载驱动, 2\打开驱动测试程序 3\运行stm32端串口测试程序.相关的代码已经上传,关于li 阅读全文
posted @ 2019-04-29 13:16 eastgeneral 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 今天做移植的时候,随手记录一下,今天所遇到的问题解决方法。 在linux2.6.34和之前的代码中还可以使用usb_buffer_alloc 和 usb_buffer_free 这两个函数,在2.6.35和之后的内核中usb_buffer_alloc 和 usb_buffer_free这两个函数已不 阅读全文
posted @ 2019-04-28 16:54 eastgeneral 阅读(741) 评论(0) 推荐(0) 编辑
摘要: make 编译时默认的命令是all,不能写成其他的 阅读全文
posted @ 2019-04-23 11:29 eastgeneral 阅读(1944) 评论(0) 推荐(0) 编辑
摘要: 去年,老师让我分析基于HD3系统芯片的WindowsCE USB驱动的可行性。USB驱动非常庞大,多个软件层次相互交错,以及各种协议,USB系统对于一般人很难理解,我对其也只是理解一个大概,下面,我对USB驱动架构的认识做一个总结。 USB系统可以分为两个系统:(1)主机系统HOST;(2)设备系统 阅读全文
posted @ 2019-04-22 13:24 eastgeneral 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 1\问题的解决主要是参考了tiny210相同的问题 2\/home/suxuandong/Documents/computer/linux_kernel/tiny6410/linux-2.6.28.6/arch/arm/mach-s3c6400/include/mach/uncompress.h 修 阅读全文
posted @ 2019-04-20 13:47 eastgeneral 阅读(248) 评论(0) 推荐(0) 编辑
摘要: baudrate=115200 bootargs=noinitrd root=/dev/nfs nfsroot=192.168.1.116:/home/suxuandong/Documents/computer/linux_kernel/tiny6410/rootfs_qtopia_qt4 \\\ 阅读全文
posted @ 2019-04-20 09:40 eastgeneral 阅读(99) 评论(0) 推荐(0) 编辑
摘要: #烧录 参考: 03- Tiny6410刷机指南.pdf 假设拿到的Tiny6410开发板没有提前下载任何程序,包括Bootloader. ##Bootloader - Superboot Superboot是FriendlyARM公司提供的Bootloader(非开源),提供USB下载功能。只要烧 阅读全文
posted @ 2019-04-19 10:00 eastgeneral 阅读(941) 评论(0) 推荐(0) 编辑
摘要: 1\在smdk6410.h中定义宏 阅读全文
posted @ 2019-04-17 18:59 eastgeneral 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 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 ··· 8 9 10 11 12 13 14 下一页