暴走的阿Sai 发表于 2019-10-24 10:39:27

45. Hello驱动(不涉及硬件操作)

本帖最后由 暴走的阿Sai 于 2019-11-14 15:50 编辑

https://download.t-firefly.com/video/%E9%9F%A6%E4%B8%9C%E5%B1%B1%E8%A7%86%E9%A2%91/04_%E5%BF%AB%E9%80%9F%E5%85%A5%E9%97%A8(%E6%AD%A3%E5%BC%8F%E5%BC%80%E5%A7%8B)/02_%E5%B5%8C%E5%85%A5%E5%BC%8FLinux%E9%A9%B1%E5%8A%A8%E5%BC%80%E5%8F%91%E5%9F%BA%E7%A1%80%E7%9F%A5%E8%AF%86/02.Hello%E9%A9%B1%E5%8A%A8(%E4%B8%8D%E6%B6%89%E5%8F%8A%E7%A1%AC%E4%BB%B6%E6%93%8D%E4%BD%9C).mp4?OSSAccessKeyId=LTAIDdtien9KAesM&Expires=1571888258&Signature=tcdDmmntn%2BLhQbETkqXrtxGv4AI%3D



开发板购买链接:
1、Firefly商城ROC-RK3399-PC开源主板
2、韦东山百问科技淘宝店 ROC-RK3399-PC开源主板+所有模块

第44~57章节教程相关资料下载

**** Hidden Message *****韦东山嵌入式Linux教学视频汇总







———————————————更多信息请关注Firefly公众微信号fireflytee:http://developer.t-firefly.com/data/attachment/forum/201506/05/151535niue9oojrhtcf6ed.png
———————————————Firefly官网:http://www.t-firefly.com
Firefly开源社区:http://developer.t-firefly.com








18899714881 发表于 2019-11-21 15:34:54

学习一下

bg4365507 发表于 2019-11-29 16:46:39

为什么我编译内核出现错误,腾讯云和百度云两份源码都不行
make 100ask_firefly-rk3288_defconfig
***
*** Can't find default configuration "arch/arm64/configs/100ask_firefly-rk3288_defconfig"!
***
scripts/kconfig/Makefile:110: recipe for target '100ask_firefly-rk3288_defconfig' failed
make: *** Error 1
Makefile:570: recipe for target '100ask_firefly-rk3288_defconfig' failed
make: *** Error 2

bg4365507 发表于 2019-11-30 15:28:04

bg4365507 发表于 2019-11-29 16:46
为什么我编译内核出现错误,腾讯云和百度云两份源码都不行
make 100ask_firefly-rk3288_defconfig
***


找到问题了,因为用的RK3288板子,编译器却是用的arch64的

jshunwang 发表于 2019-12-10 22:40:54

收藏

yaoqi404 发表于 2020-1-13 01:42:51

看看

Jandy 发表于 2020-1-27 16:04:06

学习

enter_n 发表于 2020-3-7 15:57:38

学习

hjr0607 发表于 2020-3-8 17:11:02

为什么我的执行./hello_drv_test -w <string>或者./hello_drv_test -r出错呢 打印can not open file /dev/hello。驱动安装好了,可以看到设备号和节点、crw-------    1 root   root      239,   0 Jan1 16:05 /dev/hello。

hjr0607 发表于 2020-3-8 17:23:24

hjr0607 发表于 2020-3-8 17:11
为什么我的执行./hello_drv_test -w 或者./hello_drv_test -r出错呢 打印can not open file /dev/hello。驱 ...

代码是自己照着视频里的写的,应用程序里的open函数里if(fd==-1)写成了if(fd=-1)......
页: [1] 2 3 4
查看完整版本: 45. Hello驱动(不涉及硬件操作)