上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 54 下一页
摘要: 1、led 2、pinctrl和gpio子系统 3、蜂鸣器 } 4、按键 5、linux中断 1、key{ 6、linux自带led驱动 7、i2c 8、spi 阅读全文
posted @ 2022-12-12 18:34 cnchengv 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 1、spi https://cloud.tencent.com/developer/article/1739446 韦的to thi. https://mbb.eet-china.com/forum/topic/86415_1_1.html 2、要试验为当前系统编写ko cat /proc/vers 阅读全文
posted @ 2022-12-09 16:04 cnchengv 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 1、 a、 retvalue = register_chrdev(LED_MAJOR, LED_NAME, &led_fops); if(retvalue < 0){ printk("register chrdev failed!\r\n"); return -EIO; }//加上手工创建设备文件 阅读全文
posted @ 2022-12-08 19:38 cnchengv 阅读(15) 评论(0) 推荐(0) 编辑
摘要: https://github.com/QQxiaoming/vexpress_v2p_ca9 http://115.28.165.193/down/arm/ve/DUI0448G_v2p_ca9_trm.pdf https://blog.csdn.net/jingshaoyou/article/de 阅读全文
posted @ 2022-12-05 14:53 cnchengv 阅读(21) 评论(0) 推荐(0) 编辑
摘要: root@ATK-IMX6U:~/driver# mv icm20608 icm20608_yuanroot@ATK-IMX6U:~/driver# pwd/home/root/driver 5、后面要看看那个i2c为什么不可以,then 另外的总线 i2c 是在内核里.config去掉的 4、 又 阅读全文
posted @ 2022-12-02 22:29 cnchengv 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 5、 Structure needs cleaning 重新挂载, 还不行的话重新 dd if=/dev/zero of=rootfs.ext3 bs=1M count=32 mkfs.ext3 rootfs.ext3 4、 -/bin/sh: : not found 把依赖的两个动态库都拷贝进去( 阅读全文
posted @ 2022-12-02 11:57 cnchengv 阅读(20) 评论(0) 推荐(0) 编辑
摘要: https://dandelioncloud.cn/article/details/1530514250477092865 先还是用板,to thi 阅读全文
posted @ 2022-12-01 14:12 cnchengv 阅读(1) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/sxw1002/article/details/53011310?spm=1001.2101.3001.6650.1&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIS 阅读全文
posted @ 2022-11-29 18:31 cnchengv 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 5、网卡?? https://blog.csdn.net/baidxi/article/details/126917088 4、 退出qemu killall qemu-system-arm 1、qemu vexpress-a9 https://www.jianshu.com/p/94833e841 阅读全文
posted @ 2022-11-27 21:56 cnchengv 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 1、 编译qemu源码 https://blog.csdn.net/qq_36393978/article/details/118086216 22.04还是装不上 22.10装上了 2、编译内核错误 把gcc-12换成gcc-11,并加软链接 sudo ln -sf gcc-11 gcc 阅读全文
posted @ 2022-11-26 00:40 cnchengv 阅读(17) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 54 下一页