09 2023 档案
摘要:#include <linux/init.h> #include <linux/printk.h> #include <linux/module.h> #include <linux/miscdevice.h> #include <linux/fs.h> #include <asm/uaccess.
阅读全文
摘要:#include <linux/init.h> #include <linux/printk.h> #include <linux/module.h> #include <linux/miscdevice.h> #include <linux/fs.h> /* 模块信息 */ #define HI_
阅读全文
摘要:tools/pack/chips/sun8iw11p1/boot-resource/boot-resource.ini tools/pack/chips/sun8iw11p1/configs/default/sys_partition_linux.fex
阅读全文
摘要:1. 导入交叉编译器路径加入PATH export PATH=$PATH:/opt/ext-toolchain/bin/ 我的交叉编译工具链放在 /opt/ext-toolchain下 ls /opt/ext-toolchain arm-linux-gnueabihf bin gcc-linaro-
阅读全文
摘要:sudo apt-get install binfmt-support qemu qemu-user-static debootstrap sudo debootstrap --arch=armhf --foreign lunar ./lunar https://mirrors.huaweiclou
阅读全文
摘要:#include <linux/init.h> #include <linux/printk.h> #include <linux/module.h> #include <linux/of.h> #include <linux/platform_device.h> static const stru
阅读全文