Commit d853724a authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

formatting

parent 1403e763
......@@ -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
==========
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
***
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment