SBC-sig/documents/rockchip/打包ITX-RK3588J一体化烧写镜像.md

26 lines
818 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- [描述](#描述)
- [打包 ITX-RK3588J 一体化烧写镜像](#打包-ITX-RK3588J-一体化烧写镜像)
- [准备打包环境](#准备打包环境)
- [运行打包脚本](#运行打包脚本)
# 描述
本文档介绍在 x86_64 主机上运行打包一体化烧写镜像。
# 打包 ITX-RK3588J 一体化烧写镜像
## 准备打包环境
1. 在 aarch64 主机上成功完成[顺序构建](顺序构建.md)中的:“构建 boot 镜像”、“构建 rootfs 镜像”这两步。
2. 在以下环境主机中,克隆本项目,将 aarch64 主机完成以上步骤的 `build` 目录下 `boot.img``rootfs.img` 复制到对应目录中。
3. 打包环境系统要求。
- 操作系统openEuler 22.03 LTS
- 架构x86_64
## 运行打包脚本
```
sudo bash gen_image-x86_64.sh
```