Commit 185d5225 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

1. recipe now provides u-boot and virtual/bootloader targets which can be used...

1. recipe now provides u-boot and virtual/bootloader targets which can be used in PREFERRED_PROVIDER in the machine's conf
parent a71574ca
......@@ -37,7 +37,11 @@ To build a specific target BSP configure the associated machine in *local.conf*:
Build U-Boot:
$ bitbake ezynq-u-boot
$ bitbake u-boot-ezynq
or:
$ bitbake virtual/bootloader
or:
$ bitbake u-boot
Once complete the images for the target machine will be available in the output
directory *tmp/deploy/images*.
......@@ -64,10 +68,7 @@ Extra output at *build/tmp/work/.../ezynq-u-boot/${PV}\_${PR}/git/u-boot-xlnx/*:
* **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
* To get to u-boot command line press any key withing 1 second.
## Develop (add new machine/board)
......@@ -109,7 +110,7 @@ board is configured for SD Boot).
6. Run
bitbake ezynq-u-boot
bitbake u-boot-ezynq
**Note:** **u-boot.bin** (not the final boot.bin) size cannot exceed **192KB**
......
......@@ -42,4 +42,4 @@ SRCREV_uboot= "bbd91fc9ae290c31dc52fd8322f43f67ddd39247"
PATCH_NAME= "ezynq.patch"
include ezynq-u-boot-tasks.inc
\ No newline at end of file
include u-boot-ezynq-tasks.inc
\ No newline at end of file
DESCRIPTION = "EZYNQ is the Xilinx's bootgen (fsbl) replacement + u-boot. The output is a working BOOT.BIN"
HOMEPAGE = "http://elphel.com;http://blog.elphel.com"
SECTION = "bootloaders"
......@@ -8,4 +7,6 @@ PV = "v2013.01"
#Project Revision
PR = "r0"
include ezynq-u-boot.inc
\ No newline at end of file
include u-boot-ezynq.inc
PROVIDES = "u-boot virtual/bootloader"
\ No newline at end of file
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