英文: How can I stop emmc recovery? 问题 我有一个预构建的Linux内核4.19。我无法构建一个新的内核。我可以挂载一个emmc分区为只读,没有问题。但是我在挂载分区为...
在Linux中创建具有动态内容的文件,除了编写驱动程序之外,是否有可能?
英文: Short of writing a driver, is it possible to create a file in Linux with dynamic contents? 问题 我明...
调用Linux内核模块中的可执行文件。
英文: Call a executable from Linux Kernel Module 问题 I am trying to call a executable from Linux Kernel...
理解Linux DMA buf(dmabuf)中"DMA"的含义。
英文: Understanding the meaning of "DMA" in Linux DMA buf (dmabuf) 问题 我正在寻求关于Linux DMA缓冲区(dm...
在Linux 6.0中注册设备时如何初始化设备类。
英文: How to initialize device's class when register device in linux-6.0 问题 The error you're encou...
如果我移除Linux模块初始化函数的__init前缀,会发生什么?
英文: What if I remove the __init prefix of the linux module init function 问题 我知道__init会将Linux模块的初始化函数...
`misc_register()` 不检查 `/dev/` 中是否存在该名称。
英文: misc_register() does not check if name exists in /dev/ 问题 我是新手,对Linux内核和设备不太熟悉,我尝试了以下实验: 创建一个名为&...
The release system call is called when 释放系统调用被调用时。
英文: When is the release system call called? 问题 我正在编写一个设备驱动程序,其中我希望mmap系统调用引用我的驱动程序的一个函数,该函数已注册为文件操作。...
添加一个特殊的部分到一个 Linux 内核模块
英文: adding a special section to a linux kernel module 问题 以下是您要翻译的部分: 当在内核模块中使用正常的 `attribute section...
Yocto ad7768-1设备驱动程序未创建设备文件。
英文: Yocto ad7768-1 device driver not creating device file 问题 I am trying to create a custom Linux im...