在自己的工作目录下建立helloworld_driver.c#include#include//代码遵守的license:BSDGPLMODULE_LICENSE("DualBSD/GPL");//代码作者声明MODULE_AUTHOR("bruce");//模块初始化staticint__inithello_init(void){printk
1.查看用户手册led1、led2、led3、led4连接的分别是 GPK4、GPK5、GPK6、GPK72、查询6410芯片手册下面还需要3个步骤:1、设置GPIO为OUTPUT。将GPK4、GPK5、GPK6、GPK7设置为输出output=0001 即GPKCON0的19:28都配置为
在工作目录下建立helloworld.c文件#includemain(){printf("helloworld!\\n");}保存关闭后。编译helloworld文件:root@snail:/home/workdir/qt/project/helloworld#arm-linux-gcchelloworld.c-ohelloworld生成可执行文