Commit 17999638 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

more markdown errors

parent 546ac0b1
...@@ -75,23 +75,23 @@ board is configured for SD Boot). ...@@ -75,23 +75,23 @@ board is configured for SD Boot).
MACHINE ?= "{new-board}" MACHINE ?= "{new-board}"
* Create *conf/machine/<new-board>.conf* - use *microzed.conf* as a reference. 2. Create *conf/machine/<new-board>.conf* - use *microzed.conf* as a reference.
* Edit *{new-board}.conf* - add: 3. Edit *{new-board}.conf* - add:
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
* 4.
bitbake ezynq-u-boot -c patch -f bitbake ezynq-u-boot -c patch -f
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](https://sourceforge.net/p/elphel/ezynq). **Note:** Ezynq can be cloned and generate **boot.bin** apart from poky - please see [Ezynq's documentation](http://wiki.elphel.com/index.php?title=Ezynq).
* Edit ezynq files located at *build/tmp/work/.../ezynq-u-boot/${PV}_${PR}/git/u-boot-xlnx/*: 5. 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.
...@@ -105,10 +105,9 @@ board is configured for SD Boot). ...@@ -105,10 +105,9 @@ board is configured for SD Boot).
* edit the included header files according to the new board configuration. * edit the included header files according to the new board configuration.
**WARNING:** After the step 5 **don't** run *bitbake ezynq-u-boot -c clean* - **WARNING:** After the step 5 **don't** run *bitbake ezynq-u-boot -c clean* - deletes everything in *build/tmp/work/.../ezynq-u-boot/${PV}_${PR}/*
deletes everything in *build/tmp/work/.../ezynq-u-boot/${PV}_${PR}/*
7. 6.
bitbake ezynq-u-boot bitbake ezynq-u-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