随笔分类 -  rk3288

100ask的学习总结
摘要:一、获取源码 u-boot https://dev.tencent.com/u/weidongshan/p/100ask_firefly-rk3288_uboot https://github.com/100askTeam/firefly-rk3288_uboot linux kernel http 阅读全文
posted @ 2020-03-01 21:26 习惯就好233 阅读(717) 评论(0) 推荐(0)
摘要:一、编写一个hello world驱动 懒,不写了 二、编写Kconfig和Makefile 我们在kernel/driver目录下创建一个hello目录 然后创建一个Kconfig文件: config HELLO tristate "Hello world for Firefly" help He 阅读全文
posted @ 2019-06-01 14:05 习惯就好233 阅读(548) 评论(0) 推荐(0)