首页 > 其他分享 >zynq7000 传统方式制作系统镜像 以及yocto

zynq7000 传统方式制作系统镜像 以及yocto

时间:2023-10-24 23:45:38浏览次数:31  
标签:yocto zynq7000 subdir2 dev includedir maindir subdir install 镜像

转载:https://blog.csdn.net/qq_33232152/article/details/121122599

1 zynq7000 传统方式制作系统镜像

传统方式制作系统镜像,主要是以下几个步骤:

配置zynq芯片
uboot
kernel
device-tree
rootfs
打包制作BOOT.BIN和image.ub

环境配置

安装xilinx的vivado、SDK软件

安装gcc make g++等基本编译环境

从xilinx的github上下载交叉编译工具gcc-arm-linux-gnueabi

配置交叉编译工具,建立compile.sh脚本

#!/bin/sh
current_path=$(pwd)
export ARCH=arm
export CROSS_COMPILE=$current_path/gcc-arm-linux-gnueabi/bin/arm-linux-gnueabihf-
export PATH=$current_path/gcc-arm-linux-gnueabi/bin:$PATH

配置zynq

bd文件

uboot制作

转载:https://www.saoniuhuo.com/question/detail-2659897.html
在rootfs中安装一个包含头源文件子目录的目录,路径为/usr/include/。
这些文件不包含在映像中。
bb文件:

do_install () {
  install -d ${D}/${includedir}/maindir
  install -d ${D}/${includedir}/maindir/subdir
  install -d ${D}/${includedir}/maindir/subdir2
  install -m 0644 ${S}/maindir/subdir/*.h ${D}/${includedir}/maindir/subdir/
  install -m 0644 ${S}/maindir/subdir2/*.h ${D}/${includedir}/maindir/subdir2/
}
FILES_${PN}-dev += "\
  ${includedir}/maindir/subdir/*.h \
  ${includedir}/maindir/subdir2/*.h \
"do_install () {
  install -d ${D}/${includedir}/maindir
  install -d ${D}/${includedir}/maindir/subdir
  install -d ${D}/${includedir}/maindir/subdir2
  install -m 0644 ${S}/maindir/subdir/*.h ${D}/${includedir}/maindir/subdir/
  install -m 0644 ${S}/maindir/subdir2/*.h ${D}/${includedir}/maindir/subdir2/
}
FILES_${PN}-dev += "\
  ${includedir}/maindir/subdir/*.h \
  ${includedir}/maindir/subdir2/*.h \
"

注意,使用-dev和 -dev 打包头文件是一个很好的实践,很好的捕获!
然后,要安装刚刚制作的recipe-dev包,您需要:

IMAGE_INSTALL_append = " recipe-dev"

yocto系列讲解[实战篇]62 - 文件系统中配置文件修改和systemd挂载分区的方法

https://blog.csdn.net/fulinus/article/details/118580248
image

build]$ devtool modify base-files
build]$ cd workspace/sources/base-files/
base-files]$ ls
fstab hosts issue.net motd oe-local-files rotation shells
host.conf issue licenses nsswitch.conf profile share source-date-epoch
base-files]$ vim fstab

进行修改

标签:yocto,zynq7000,subdir2,dev,includedir,maindir,subdir,install,镜像
From: https://www.cnblogs.com/ycjstudy/p/17786041.html

相关文章

  • 全志V3S嵌入式驱动开发(基于usb otg的spi-nor镜像烧入)
    全志V3S嵌入式驱动开发(基于usbotg的spi-nor镜像烧入)2023/10/2418:27:22【声明:版权所有,欢迎转载,请勿用于商业用途。联系信箱:[email protected]】     说到了用usbotg来实现spinandflash的烧入,这中间主要用到了PhoenixSuit软件。那么怎么用usbotg来实现......
  • docker push image harbor http 镜像
    前言搭建的harbor仓库为http协议,在本地登录后,推送镜像发生如下报错:dockerpush192.168.xx.xx/test/grafana:v10.1.1Thepushreferstorepository[192.168.xx.xx/test/grafana]Get"https://192.168.xx.xx/v2/":dialing192.168.xx.xx:443matchesstaticsystemexclude......
  • 镜像制作&Dockfile
    导入基镜像dockerload<adoptopenjdk-8u222-b10-jdk-hotspot-bionic-x86.tar编制DockfileFROMadoptopenjdk-8u222-b10-jdk-hotspot-bionic:x86WORKDIR/appCOPYserverrootpath/bin/app/binCOPYserverrootpath/components/app/componentsCOPYserverrootpath/m......
  • jenkins安装部署、主从架构、slave镜像、K8S对接
    介绍CI/CD工具,自动化持续集成和持续部署,用于构建各种自动化任务。官方提供了docker镜像https://hub.docker.com/r/jenkins/jenkins使用Deployments部署镜像,然后通过暴露jenkins的8080端口(web端口)和50000端口(slave通信端口),另外容器启动后所有数据都是存储在容器内的/var/jenkin......
  • Docker镜像管理
    Usage:dockerimageCOMMANDManageimagesCommands:build从Dockerfile中构建镜像history显示镜像历史信息,如元数据等。。。importImportthecontentsfromatarballtocreateafilesystemimage。inspect详细镜像的详细信息load......
  • Harbor安装和镜像推送
    安装前提:yum-yinstalldocker-compose-plugin安装:tar-zxvfharbor-offline-installer-v2.6.1.tgzcdharborcpharbor.yml.tmplharbor.ymlvimharbor.yml修改hostname为主机IP地址注解掉https的配置。除非你打算用,那就把证书和私钥准备好。运行./installharbo......
  • openstack开放镜像权限
    一、 将镜像文件cirros-0.4.0-x86_64-disk.img 上传到/root目录下获取环境变量:. /etc/keystone/admin-openrc.sh二、 将cirros-0.4.0-x86_64-disk.img上传到云平台中创建一个镜像cirros4:openstackimagecreate--disk-formatqcow2--container-formatbare--filecirros......
  • glance镜像格式转换
    将/opt/iaas/images下的amphora-x64-haproxy.qcow2镜像移动到/root目录下qemu-imginfoamphora-x64-haproxy.qcow2 qemu-imgconvert-p-fqcow2-Orawamphora-x64-haproxy.qcow2aaa.raw info命令:展示镜像文件的信息convert命令:转换镜像格式-p转换时查看进度-f的参......
  • npm切换淘宝镜像
     步骤首先我们需要下载npm,因为我已经提前安装了node.js,安装包里面集成了npm,然后我们就可以利用npm命令从获取淘宝镜像的cnpm了。1.打开命令行窗口,输入npminstall-gcnpm--registry=https://registry.npm.taobao.org获取到cnpm以后,我们需要升级一下,输入下面的命令cnpminstal......
  • React DockerFile 镜像部署
    1.配置Node.js运行环境(可以不用配置)   1>wget https://nodejs.org/dist/v12.18.1/node-v12.18.1-linux-x64.tar.gz   2>sudotar-zxvfnode-v12.18.1-linux-x64.tar.gz   3>cp-a/root/node-v12.18.1-linux-x64/bin/node/usr/local/bin/node  4......