Building U-Boot (BELK/BXELK)

From DAVE Developer's Wiki
Revision as of 13:25, 29 October 2015 by U0001 (talk | contribs) (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...")

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Info Box
Bora5-small.jpg Applies to Bora
BORA Xpress.png Applies to BORA Xpress

History[edit | edit source]

Version Date BELK version Notes
1.0.0 November 2015 3.0.0 First release

Instructions[edit | edit source]

It is assumed that the development environment has been set up properly as described 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/