blob: 0ff287355487657bf378686d60bfc147e5999ebd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Yocto layer to support the Terasic DE10-Nano Board
A fork of Intel's [meta-de10-nano layer][meta-de10-nano], this layer aims to
support more minimal development _without_ the demo tools for the board. In
addition, I aim to keep it using upstream kernel and U-Boot rather than vendor
forks.
## State
The layer is currently still a work in progress, but a minimal Linux image can
be booted into.
## To do:
* strip out demo tools
* list more "to do" tasks
* write a proper readme
[meta-de10-nano]: https://github.com/intel/meta-de10-nano
|