Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)