Chinaunix首页 | 论坛 | 博客
  • 博客访问: 18463
  • 博文数量: 6
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 64
  • 用 户 组: 普通用户
  • 注册时间: 2014-02-21 14:27
文章分类
文章存档

2014年(6)

我的朋友

发布时间:2014-06-18 16:18:11

uboot文件:ti-dvsdk_omapl138-evm_04_03_00_06/psp/prebuilt-imagesubl文件包含在:DaVinci-PSP-SDK-03.22.00.02/host-tools/OMAP-L138_FlashAndBootUtils_2_40.tar.gz1. 将板子设置成uart启动:将S7拨码开关的7,8位ON,其它位OFF2. 解压OMAP-L138_FlashAndBootUtils_2_40.tar.g.........【阅读全文】

阅读(1194) | 评论(0) | 转发(0)

发布时间:2014-05-27 13:51:16

libusb pcsc ccid......【阅读全文】

阅读(2927) | 评论(0) | 转发(0)

发布时间:2014-02-28 11:24:10

1. function declaration isn't a prototypestatic int func(){    return 0;}改为static int func(void){    return 0;}......【阅读全文】

阅读(716) | 评论(0) | 转发(0)

发布时间:2014-02-24 10:59:47

重启服务sudo service portmap restartsudo service nfs-kernel-server restart显示mount项目showmount -e本机mountsudo mount -t nfs localhost:/home/lbl/targetfs /mnt/nfs/......【阅读全文】

阅读(714) | 评论(0) | 转发(0)

发布时间:2014-02-21 14:49:00

void CPUSwitchToPrivilegedMode(void){    asm(" SWI #458752");}void CPUReadCPSR(void){    unsigned int i = 777;    asm(" mrs %0, CPSR\n\t".........【阅读全文】

阅读(916) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册