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
fefb2c8e
Commit
fefb2c8e
authored
Mar 08, 2014
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
69dc07b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
README.md
README.md
+6
-3
No files found.
README.md
View file @
fefb2c8e
...
...
@@ -3,7 +3,7 @@
This layer provides an unofficial support for Xilinx Zynq architecture
as well as evaluation boards.
*ezynq-u-boot*
creates
bootable image
without any extra proprietary tools required.
*ezynq-u-boot*
creates
u-boot image (SPL + u-boot)
without any extra proprietary tools required.
It does not support secure boot functionality and loading the FPGA (PL) part
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.
...
...
@@ -13,6 +13,9 @@ if needed this feature can be implemented using u-boot.
Boards supported by this layer:
*
**Avnet MicroZed (Zynq)**
*
**Zedboard (?)**
*
**ZC706 **
*
**Elphel393 (?)**
## Dependencies
This layer depends on:
...
...
@@ -48,7 +51,7 @@ directory *tmp/deploy/images*.
Images generated:
*
**boot.bin**
(fsbl is not required to boot)
*
**boot.bin**
+
**u-boot.img**
(fsbl is not required to boot)
Extra output at
*build/tmp/work/.../ezynq-u-boot/${PV}\_${PR}/git/u-boot-xlnx/*
:
...
...
@@ -61,7 +64,7 @@ Extra output at *build/tmp/work/.../ezynq-u-boot/${PV}\_${PR}/git/u-boot-xlnx/*:
### SD Card Boot
**Note:**
This boot flow generates a bootable
**boot.bin**
.
1.
Copy
**boot.bin**
onto the SD Card.
1.
Copy
**boot.bin**
and
**u-boot.img**
(if generated)
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
...
...
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