https://github.com/geontech/meta-opencpi
OpenCPI Yocto Layer
https://github.com/geontech/meta-opencpi
Last synced: 3 months ago
JSON representation
OpenCPI Yocto Layer
- Host: GitHub
- URL: https://github.com/geontech/meta-opencpi
- Owner: Geontech
- Created: 2019-01-29T15:11:26.000Z (about 7 years ago)
- Default Branch: zcu1xx
- Last Pushed: 2020-08-19T20:50:01.000Z (over 5 years ago)
- Last Synced: 2025-01-21T12:48:43.969Z (over 1 year ago)
- Language: BitBake
- Size: 8.79 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenCPI Layer
This layer provides the following images:
| Name | Purpose |
| ------ | ------ |
| `opencpi-runtime-image` | Base OpenCPI Runtime |
The `opencpi-runtime-image` installs `opencpi-runtime` which is only compatible with the following machines:
* `zcu102-zynqmp`
* `zcu111-zynqmp`
In order to ensure OpenCPI's SD card contents are placed on the SD card (in /home/root/opencpi/), copy the
SD card contents from OpenCPI CDK. Assuming the OCPI_CDK_DIR is set and OpenCPI's SD card contents are present for the ZCU102/ZCU111:
* For the ZCU102:
```
cp -rf $OCPI_CDK_DIR/zcu102/sdcard-xilinx18_2/opencpi recipes-core/opencpi/opencpi-runtime/zcu102-zynqmp/;
```
* For the ZCU111:
```
cp -rf $OCPI_CDK_DIR/zcu111/sdcard-xilinx18_2/opencpi recipes-core/opencpi/opencpi-runtime/zcu111-zynqmp/;
```