|
|
@ -254,6 +254,20 @@ qt5相关的文件被安装到根文件系统的/usr目录: |
|
|
|
`./support/kconfig/merge_config.sh configs/phytium_d2000_ubuntu_defconfig configs/phytium_d2000_jailhouse.config` |
|
|
|
其余步骤与为e2000编译jailhouse的步骤相同。 |
|
|
|
|
|
|
|
## 为phytiumpi编译SD卡镜像 |
|
|
|
(1)加载defconfig |
|
|
|
`$ make phytiumpi_xxx_defconfig` |
|
|
|
其中`phytiumpi_xxx_defconfig`为以下文件系统之一: |
|
|
|
``` |
|
|
|
phytiumpi_defconfig |
|
|
|
phytiumpi_ubuntu_desktop_defconfig |
|
|
|
``` |
|
|
|
(2)编译 |
|
|
|
`$ make` |
|
|
|
(3)镜像的输出位置 |
|
|
|
生成的根文件系统、内核位于 output/images 目录。 sdcard.img 就是 SD 的镜像文件。 |
|
|
|
后续部署及使用方法,请参考`https://gitee.com/phytium_embedded/phytium-embedded-docs/tree/master/phytiumpi/linux` |
|
|
|
|
|
|
|
# 在开发板上启动文件系统 |
|
|
|
## 在e2000开发板上启动文件系统 |
|
|
|
### 使用U-Boot启动文件系统(手动分区) |
|
|
|