Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-ezynq
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-ezynq
Commits
f4c45740
Commit
f4c45740
authored
Oct 04, 2013
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed meta-microzed sub-layer
parent
d1ed5417
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
1555 deletions
+2
-1555
README.md
README.md
+2
-14
microzed.conf
conf/machine/microzed.conf
+0
-0
LICENSE
meta-microzed/LICENSE
+0
-1499
README.md
meta-microzed/README.md
+0
-30
layer.conf
meta-microzed/conf/layer.conf
+0
-12
No files found.
README.md
View file @
f4c45740
...
@@ -9,7 +9,7 @@ with a bitstream - it is planned to do under the control of the operating system
...
@@ -9,7 +9,7 @@ with a bitstream - it is planned to do under the control of the operating system
if needed this feature can be implemented using u-boot...
if needed this feature can be implemented using u-boot...
***
***
## Supported boards/machines
## Supported boards/machines
Boards supported by this layer
and sub-layers
:
Boards supported by this layer:
*
**Avnet MicroZed (Zynq)**
*
**Avnet MicroZed (Zynq)**
...
@@ -22,25 +22,13 @@ This layer depends on:
...
@@ -22,25 +22,13 @@ This layer depends on:
*
URI:
*git://github.com/Xilinx/u-boot-xlnx.git*
, branch=master-next
*
URI:
*git://github.com/Xilinx/u-boot-xlnx.git*
, branch=master-next
*
URI:
*git://git.code.sf.net/p/elphel/ezynq*
*
URI:
*git://git.code.sf.net/p/elphel/ezynq*
## Sub-layers
This repository contains the meta-ezynq layer as well as additional board
specific layers. Each of these board specific layers provide additional
configuration for the associated board. Please refer to the associated README
in each sub-layer for more details.
Note: sub-layers have no dependency between each other, all sub-layers can be
used at the same time without conflicts.
***
## Build instructions
## Build instructions
The following instructions require a Poky installation (or equivalent).
The following instructions require a Poky installation (or equivalent).
Initialize a build using the
*oe-init-build-env*
script in Poky. Once
Initialize a build using the
*oe-init-build-env*
script in Poky. Once
initialized configure
*bblayers.conf*
by adding the
*meta-ezynq*
layer as
initialized configure
*bblayers.conf*
by adding the
*meta-ezynq*
layer:
well as any or all of the sub-layers of this repository, e.g.:
meta-ezynq \
meta-ezynq \
meta-ezynq/meta-microzed \
To build a specific target BSP configure the associated machine in
*local.conf*
:
To build a specific target BSP configure the associated machine in
*local.conf*
:
(See associated sub-layers for available machines and additional details)
(See associated sub-layers for available machines and additional details)
...
...
meta-microzed/
conf/machine/microzed.conf
→
conf/machine/microzed.conf
View file @
f4c45740
File moved
meta-microzed/LICENSE
deleted
100644 → 0
View file @
d1ed5417
This diff is collapsed.
Click to expand it.
meta-microzed/README.md
deleted
100644 → 0
View file @
d1ed5417
# meta-microzed
***
This
*README*
file contains information on using the
*meta-microzed*
BSP layer.
The
[
MicroZed board
](
http://www.microzed.org/
)
is an evaluation board by Avnet for the Zynq architecture.
Please refer to the
*meta-ezynq/README*
for details regarding patch submission,
layer dependencies, build process, etc.
***
## Supported Boards/Machines
*
**Avnet MicroZed (Zynq) - "microzed"**
## Reference files and documents
[
http://www.microzed.org
](
http://www.microzed.org
)
## SD Card Boot
**Note:**
This boot flow generates a bootable
**boot.bin**
.
1.
Copy
**boot.bin**
onto the SD Card.
*
(might not work) Copy the following to the SD card (ensure to rename the files where appropriate):
*
**uImage**
- kernel
*
**uramdisk.image.gz**
(core-image-minimal-
<machine
name
>
.ext2.gz.u-boot) - RootFS
*
**devicetree.dtb**
(uImage-
<machine
name
>
.dtb) - Device Tree Blob
*
Insert SD Card, connect UART to Terminal program and boot board (Ensure the
board is configured for SD Boot).
*
Once in u-boot command line - to boot
*uImage*
type:
ezynq> boot
meta-microzed/conf/layer.conf
deleted
100644 → 0
View file @
d1ed5417
# We have a conf and classes directory, add to BBPATH
BBPATH
:=
"${BBPATH}:${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES
:=
"
${
BBFILES
} ${
LAYERDIR
}/
recipes
-*/*/*.
bb
\
${
LAYERDIR
}/
recipes
-*/*/*.
bbappend
"
#leaving as is until better understanding
BBFILE_COLLECTIONS
+=
"microzed"
BBFILE_PATTERN_microzed
:=
"^${LAYERDIR}/"
BBFILE_PRIORITY_microzed
=
"8"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment