现在测试一个简单的Linux下的驱动程序
如果不用copy_to_user,copy_from_user,则可以顺利通过
但用copy_to_user或者copy_from_user,就出错
我只是用copy做简单的测试,如下:
static int write_Test(struct inode * inode, struct file * file,
char * buffer, int count)
{
char tmp1[20];
copy_from_user(tmp1,buffer,count);
return 0;}
编译能通过,但是不能加载:
Warning: loading test.o will taint the kernel: forced load
test.o: init_module: Device or resource busy
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
不知有什么错,望各位指点!
打赏帖 | |
---|---|
【Zephyr】使用Zephyr外设初始化过程解析被打赏30分 | |
【S32K146】S32DS watchdog 配置使用被打赏20分 | |
【Zephyr】使用 IAR 调试 Zephyr 镜像被打赏20分 | |
赚取电动螺丝刀+电源电路理论知识分享1被打赏5分 | |
我想要一部加热台+分享常见运算放大器电路的应用被打赏5分 | |
【Zephyr】MCXN947 Zephyr 开发入门适配shell被打赏20分 | |
我想要一部加热台+常见的MOS管驱动电路被打赏5分 | |
【我要开发板】6.联合MATLAB记录数据被打赏50分 | |
【换取手持数字示波器】MicrochipMPLABHarmony框架下串口调试printf输出记录被打赏29分 | |
【瑞萨RA2E1开发板】:使用ADC功能实现位移传感器采集方案被打赏20分 |