Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcdevices/meta-bcdevices
Yocto layer for SBCs embedded in a custom PPC, for production programming and testing with a PLT.
https://github.com/bcdevices/meta-bcdevices
ict plt test-automation test-tools yocto-layer
Last synced: 3 days ago
JSON representation
Yocto layer for SBCs embedded in a custom PPC, for production programming and testing with a PLT.
- Host: GitHub
- URL: https://github.com/bcdevices/meta-bcdevices
- Owner: bcdevices
- License: mit
- Created: 2023-03-28T12:44:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T11:43:44.000Z (3 months ago)
- Last Synced: 2024-11-09T03:38:45.327Z (about 2 months ago)
- Topics: ict, plt, test-automation, test-tools, yocto-layer
- Language: BitBake
- Homepage: https://docs.pltcloud.com/acc/ppc/yocto/
- Size: 63.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.MIT
Awesome Lists containing this project
README
# meta-bcdevices
Yocto layer for inclusion in images for a Single-Board
Computer (SBC) embedded in a custom Pogo-Pin Cassette (PPC),
used to interact with the Device-under-Test (DUT) during
production firmware programming and In-Circuit Testing (ICT) with Blue Clover's
[Production Line Tool (PLT)](https://bcdevices.com/pages/production-line-tool).## Dependencies
This layer depends on:
* URI: git://git.yoctoproject.org/poky
## Sample Image Build
### Prerequisites
- Linux build host
- [siemens/kas: Setup tool for bitbake based projects](https://github.com/siemens/kas):
```shell
sudo pip3 install kas
```### Instructions
1. Build
```shell
kas build scripts/kas/kas-rpi4.yml
```
2. copy the generated `.sd-img` file to the SD card
3. Boot your RPi4### References
- [PPC Yocto Layer — PLT Documentation](https://docs.pltcloud.com/acc/ppc/yocto/)