上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 133 下一页
摘要: 原文:https://blog.csdn.net/KingRing_/article/details/121589073 Linux 嵌入式根文件系统文件调用流程当我们将根文件系统挂载起来后,加载busybox中的init程序,创建init进程,init进程在运行过程中会读取/etc/inittab 阅读全文
posted @ 2023-10-06 11:23 MaxBruce 阅读(47) 评论(0) 推荐(0)
摘要: 原文:https://blog.csdn.net/challenglistic/article/details/131130355 目录 一、什么是链接脚本? 二、链接脚本的基本语法格式 1、常用命令 2、内置变量 三、链接脚本的简单案例 一、什么是链接脚本?一段程序的编译需要经历四个阶段(预处理— 阅读全文
posted @ 2023-10-05 21:30 MaxBruce 阅读(452) 评论(0) 推荐(0)
摘要: 原文:https://blog.csdn.net/memory_exception/article/details/50886337 可能是arm 交叉环境有问题,如果配置好了一般reconfigure下就ok. 如果总是有问题,可以修改qatomic_arm.h,将汇编用c code写可以避过这个 阅读全文
posted @ 2023-10-05 00:29 MaxBruce 阅读(169) 评论(0) 推荐(0)
摘要: 原文:https://blog.csdn.net/zwjzwj108108/article/details/79349985/ 报错具体情境:使用D:\Qt\Qt5.8.0\5.8\mingw53_32> 终端进行编译程序,步骤如下:qmake -project //生成CH01.pro 文件qma 阅读全文
posted @ 2023-10-04 18:46 MaxBruce 阅读(2697) 评论(0) 推荐(0)
摘要: 原文:https://blog.csdn.net/qq_36219010/article/details/100163134 在PC机上编译一段程序: arm-linux-gnueabihf-gcc -o hello hello.c这里产生 hello文件用FTP传输到目标板上(树莓派3B+),运行 阅读全文
posted @ 2023-10-03 20:49 MaxBruce 阅读(225) 评论(0) 推荐(0)
摘要: 原文:https://zhuanlan.zhihu.com/p/589599203?utm_id=0 此外我们还可以将 Node 的端口映射到宿主机,通过配置文件中的 extraPortMappings 属性可以实现该功能,如下所示配置可以将 control-plane 节点 80 端口映射到宿主机 阅读全文
posted @ 2023-09-28 11:27 MaxBruce 阅读(95) 评论(0) 推荐(0)
摘要: 原文:https://blog.csdn.net/jacolin/article/details/124241755 从官网下载rootfs基础包ubuntu官网提供了各个平台的ubuntu文件系统基础包,ubuntu的移植一般都是在官方软件包的基础上做定制,官方网址:Index of /ubunt 阅读全文
posted @ 2023-09-28 00:04 MaxBruce 阅读(200) 评论(0) 推荐(0)
摘要: 原文:https://www.cnblogs.com/wenkuna/p/16985512.html 创建数据存储PV、PVC 这里我们使用nfs作为storageclass,具体yaml文件如下: yaml # 创建PV apiVersion: v1 kind: PersistentVolume 阅读全文
posted @ 2023-09-27 14:16 MaxBruce 阅读(15) 评论(0) 推荐(0)
摘要: 原文:https://blog.csdn.net/dwd22/article/details/130705146 Docker是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可抑制的容器中,然后发布到任何流行的Linux机器上,也可以实现虚拟化。 1. 编写dockerfile_ 阅读全文
posted @ 2023-09-27 14:11 MaxBruce 阅读(1029) 评论(0) 推荐(0)
摘要: 原文: https://www.cnblogs.com/jzcn/p/15201582.html 在开发板中运行QT程序的基本条件是具备QT环境,那么QT的移植尤为重要,接下载我将和小伙伴们一起学习QT的移植。 一、准备材料 tslib源码 qt-everywhere-src-5.12.9.tar. 阅读全文
posted @ 2023-09-27 11:33 MaxBruce 阅读(282) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 133 下一页