Changes

Jump to: navigation, search

Building U-Boot (BELK/BXELK)

1,262 bytes added, 13:25, 29 October 2015
Created page with "{{InfoBoxTop}} {{Applies To Bora}} {{Applies To BoraX}} {{InfoBoxBottom}} == History == {| class="wikitable" border="1" !Version !Date !BELK version !Notes |- |1.0.0 |Novembe..."
{{InfoBoxTop}}
{{Applies To Bora}}
{{Applies To BoraX}}
{{InfoBoxBottom}}

== History ==
{| class="wikitable" border="1"
!Version
!Date
!BELK version
!Notes
|-
|1.0.0
|November 2015
|[[Bora_Embedded_Linux_Kit_(BELK)#BELK_software_components|3.0.0]]
|First release
|-
|}

==Instructions==
It is assumed that the development environment has been set up properly as described [[Build_system_(BELK)|here]].
start the Linux development server and login into the system
assuming that a local repository has not been created, clone the remote U-Boot git repository (the “-b” option is used to automatically checkout the current branch):
git clone git@git.dave.eu:dave/bora/u-boot-xlnx.git -b bora
Setup the server environment (please refer to section 3.3.3.3)
enter the source tree directory and run the following commands:
make bora_config
make
the former command selects the default BORA configuration which is used to boot from SPI NOR Flash, while the latter builds the u-boot binary images.
Subsequent builds just require ''make'' command, without targets, to update the binary images. Once the build process is complete, the binary images can be copied to the tftp root directory (eg. /srv/tftp/belk/) with the following command:
cp u-boot.bin /srv/tftp/belk/
4,650
edits

Navigation menu