Changes

Jump to: navigation, search

Building U-Boot (DIVELK)

110 bytes removed, 09:09, 2 November 2018
no edit summary
!Notes
|-
|{{oldid|6846|3.0.0}}
|June 2017
|[[Diva_Embedded_Linux_Kit_(DIVELK)#DIVELK_3.0.0|DIVELK 3.0.0]]
|DIVELK release
|-
|4.0.0
|April 2018
|[[Diva_Embedded_Linux_Kit_(DIVELK)#DIVELK_4.0.0|DIVELK 4.0.0]]
|DIVELK release
|-
|-
! stable tag
| divelk-43.0.0
|}
</pre>
* configure the build environment
 
<pre class="workstation-terminal">
source ~/env.sh
</pre>
*enter the source tree directory and run the following commands:
</pre>
:The former command selects the default DIVA configuration suitable for latest DIVELK targets, while the latter builds the U-Boot binaries binary image itself (<code>MLO</code>, <code>MLO.byteswap</code>. <code>u-boot.img</code>).
u-boot binaries .img can be copied to the tftp root directory <code>/tftpboot/diva/</code> with the following command:
<pre class="workstation-terminal">
cp MLO /tftpboot/diva/
cp MLO.byteswap /tftpboot/diva/
cp u-boot.img /tftpboot/diva/
</pre>
Please refer to [[Standalone_boot_Flashing Images (DIVELK)#U-Boot]] for more information in how to update the bootloader on you board.
8,154
edits

Navigation menu