Open main menu

DAVE Developer's Wiki β

Changes

Building U-Boot (BELK/BXELK)

17 bytes added, 07:32, 14 July 2017
Instructions
In order to download them to the target via TFPT protocol, once the build process is complete the binary images can be copied to the [[BoraX_Embedded_Linux_Kit_(BXELK)#Target_configuration_for_the_development_stage_.28net_nfs.29|tftp root directory]] (e.g. <code>/srv/tftp/belk/</code>) with the following commands:
* For '''BELK-4.0.0''' or newer and '''BXELK-2.0.0''' or newer:
:<pre>cp spl/boot.bin /srv/tftp/belk/ &#10;cp u-boot.img /srv/tftp/belk/</pre>
* For '''BELK <= 3.0.2''' and '''BXELK <= 1.0.1''' :
:<pre>cp u-boot.bin /srv/tftp/belk/</pre>
4,650
edits