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
18ed533b
Commit
18ed533b
authored
Oct 04, 2013
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
corrected formatting errors
parent
42c6e0e5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+5
-5
No files found.
README.md
View file @
18ed533b
...
@@ -81,7 +81,7 @@ board is configured for SD Boot).
...
@@ -81,7 +81,7 @@ board is configured for SD Boot).
UBOOT_MACHINE = "<new-config-name>_config"
UBOOT_MACHINE = "<new-config-name>_config"
where
*
<new-config-name>
*
is from
*boards.cfg*
in
[
u-boot-xlnx
](
https://github.com/Xilinx/u-boot-xlnx
)
plus
*"_config"*
-ending
where
*
{new-config-name}
*
is from
*boards.cfg*
in
[
u-boot-xlnx
](
https://github.com/Xilinx/u-boot-xlnx
)
plus
*"_config"*
-ending
*
*
...
@@ -89,15 +89,15 @@ board is configured for SD Boot).
...
@@ -89,15 +89,15 @@ board is configured for SD Boot).
The command clones git repositories and add ezynq files to u-boot-xlnx.
The command clones git repositories and add ezynq files to u-boot-xlnx.
**Note:**
Ezynq can be cloned and generate
**boot.bin**
apart from poky - please see
Ezynq's documentation
.
**Note:**
Ezynq can be cloned and generate
**boot.bin**
apart from poky - please see
[
Ezynq's documentation
](
https://sourceforge.net/p/elphel/ezynq
)
.
*
Edit ezynq files located at
*build/tmp/work/.../ezynq-u-boot/${PV}_${PR}/git/u-boot-xlnx/*
:
*
Edit ezynq files located at
*build/tmp/work/.../ezynq-u-boot/${PV}_${PR}/git/u-boot-xlnx/*
:
*
*boards.cfg*
- add
<new-config-name>
if it's not in the list.
*
*boards.cfg*
- add
{new-config-name}
if it's not in the list.
*
create a new
*include/configs/
<new-config-name>
.h*
- use zynq_microzed.h as a reference)
*
create a new
*include/configs/
{new-config-name}
.h*
- use zynq_microzed.h as a reference)
*
*
<new-config-name>
.h*
needs to include the following files:
*
*
{new-config-name}
.h*
needs to include the following files:
#include <configs/ezynq/ezynq_MT41K256M16RE125.h> /* should be before zed_ezynq.h as it overwrites DDR3L with DDR3 */
#include <configs/ezynq/ezynq_MT41K256M16RE125.h> /* should be before zed_ezynq.h as it overwrites DDR3L with DDR3 */
#include <configs/ezynq/ezynq_XC7Z010_1CLG400.h>
#include <configs/ezynq/ezynq_XC7Z010_1CLG400.h>
...
...
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