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
d853724a
Commit
d853724a
authored
Oct 04, 2013
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
formatting
parent
1403e763
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
42 additions
and
41 deletions
+42
-41
README.md
README.md
+13
-3
README
meta-microzed/README
+0
-38
README.md
meta-microzed/README.md
+29
-0
No files found.
README.md
View file @
d853724a
...
...
@@ -66,6 +66,16 @@ Extra output at *build/tmp/work/.../ezynq-u-boot/${PV}_${PR}/git/u-boot-xlnx/*:
## Booting
Please see the associated README for the target machine, located in the
associated sub-layer.
***
\ No newline at end of file
### 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/README
deleted
100644 → 0
View file @
1403e763
meta-microzed
==========
This README file contains information on using the meta-microzed BSP layer.
The Microzed board is an evaluation board by Avnet/Digilent for the Zynq architecture:
http://www.microzed.org/
Please refer to the meta-ezynq/README for details regarding patch submission,
layer dependencies, build process, etc.
Supported Boards/Machines
=========================
Avnet/Digilent ZedBoard (Zynq) - 'microzed'
Reference files and documents
=============================
http://www.microzed.org/
SD Card Boot
============
Note: This boot flow generates a working boot.bin.
Copy 'boot.bin' onto the SD Card.
Might not work:
#Copy the following to the SD card (ensure to rename the files where appropriate):
# Kernel: uImage
# RootFS: uramdisk.image.gz (core-image-minimal-<machine name>.ext2.gz.u-boot)
# DTB: devicetree.dtb (uImage-<machine name>.dtb)
Insert SD Card, connect UART to Terminal program and boot board (Ensure the
board is configured for SD Boot).
When in u-boot comand line to boot uImage type:
u-boot> boot
\ No newline at end of file
meta-microzed/README.md
0 → 100644
View file @
d853724a
# 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
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