mirror of
https://github.com/outbackdingo/meta-lx2k.git
synced 2026-01-27 10:19:43 +00:00
Add support for the SolidRun Honeycomb LX2K board. SolidRun build scripts were used as a starting point. See https://github.com/SolidRun/lx2160a_build.git Signed-off-by: Jon Mason <jdmason@kudzu.us>
16 lines
380 B
Markdown
16 lines
380 B
Markdown
# meta-lx2k
|
|
SolidRun Honeycomb LX2K layer for OpenEmbedded/Yocto
|
|
|
|
## Available Machines
|
|
|
|
* honeycomb_lx2k
|
|
|
|
## Yocto (Poky) Quick Start
|
|
|
|
The current setup verified to work on builds for SD card images at DDR speed of 2666
|
|
|
|
```text
|
|
MACHINE=honeycomb_lx2k bitbake core-image-minimal
|
|
dd if=tmp/deploy/images/honeycomb_lx2k/core-image-minimal-honeycomb_lx2k.wic of=/dev/sda bs=512
|
|
```
|