摘要: 972平台终端Boot 启动流程 选择核心架构arm926,调用start.s 初始化ctr0后跳转对应main arch/arm/cpu/arm926ejs/start.S arch/arm/lib/crt0.S 然后跳转到对应的board_init,在board_init自定义添加液晶显示驱动和 阅读全文
posted @ 2021-04-23 19:07 wzr777 阅读(834) 评论(0) 推荐(0)
摘要: 编译生成dapa.ubi文件 [root@localhost Dapa]# ls dapa dapa.img dapa.ubi ubinize.cfg 命令.txt [root@localhost Dapa]# mkfs.ubifs -F -m 2048 -e 126976 -c 128 -o da 阅读全文
posted @ 2021-04-23 18:45 wzr777 阅读(196) 评论(0) 推荐(0)
摘要: rootfs根文件系统编译笔记 复制mkfs.ubifs ubinize到usr/Sbin 目录 编译生成rootfs.img [root@localhost usr]# mkdir /usr/rootfs [root@localhost usr]# ls bin etc games include 阅读全文
posted @ 2021-04-23 18:43 wzr777 阅读(516) 评论(0) 推荐(0)
摘要: Kernel编译笔记 直接NUC970_Linux_Kernel-master目录下make [root@localhost Kernel]# cp -rf /mnt/hgfs/LINUX_JZQ/Linux/Kernel/* /usr/Kernel/ [root@localhost NUC970_ 阅读全文
posted @ 2021-04-23 18:42 wzr777 阅读(217) 评论(0) 推荐(0)
摘要: uboot编译笔记 拷贝NUC970_U-Boot_v2016.11-maste到usr/uboot/目录 [root@localhost uboot]# cp -rf /mnt/hgfs/LINUX_JZQ/Linux/Uboot/* /usr/uboot/ [root@localhost NUC 阅读全文
posted @ 2021-04-23 18:35 wzr777 阅读(233) 评论(0) 推荐(0)