Files
meta-lx2k/README.md
Jon Mason e54846b1f4 LX2K Support
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>
2019-11-14 21:16:43 -05:00

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
```