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. 阅读全文
posted @ 2023-09-25 11:46 秦舒云 阅读(135) 评论(0) 推荐(0) 编辑
摘要:#include <linux/init.h> #include <linux/printk.h> #include <linux/module.h> #include <linux/miscdevice.h> #include <linux/fs.h> /* 模块信息 */ #define HI_ 阅读全文
posted @ 2023-09-22 17:11 秦舒云 编辑
摘要:tools/pack/chips/sun8iw11p1/boot-resource/boot-resource.ini tools/pack/chips/sun8iw11p1/configs/default/sys_partition_linux.fex 阅读全文
posted @ 2023-09-22 13:37 秦舒云 编辑
摘要:1. 导入交叉编译器路径加入PATH export PATH=$PATH:/opt/ext-toolchain/bin/ 我的交叉编译工具链放在 /opt/ext-toolchain下 ls /opt/ext-toolchain arm-linux-gnueabihf bin gcc-linaro- 阅读全文
posted @ 2023-09-20 10:11 秦舒云 编辑
摘要:sudo apt-get install binfmt-support qemu qemu-user-static debootstrap sudo debootstrap --arch=armhf --foreign lunar ./lunar https://mirrors.huaweiclou 阅读全文
posted @ 2023-09-06 22:41 秦舒云 编辑
摘要:#include <linux/init.h> #include <linux/printk.h> #include <linux/module.h> #include <linux/of.h> #include <linux/platform_device.h> static const stru 阅读全文
posted @ 2023-09-05 17:23 秦舒云 编辑