Changes

Jump to: navigation, search

Building U-Boot (DIVELK)

573 bytes added, 12:08, 8 March 2019
no edit summary
!Notes
|-
|{{oldid|8318|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 <br/><hr/> March 2019
|[[Diva_Embedded_Linux_Kit_(DIVELK)#DIVELK_4.0.0|DIVELK 4.0.0]] <br/><hr/> [[Diva_Embedded_Linux_Kit_(DIVELK)#DIVELK_4.0.1|DIVELK 4.0.1]]
|DIVELK release
|-
|-
! stable tag
| divelk-34.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>
'''NOTE: ''' this is the default configuration suitable for latest SBC Lynx DIVA target.The other defined configs for different boot sources are: <pre> make diva_defconfig make diva_spiboot_defconfig make diva_nandboot_defconfig make diva_devel_defconfig</pre>
:The former command selects the default DIVA configuration suitable for latest DIVELK targets , while the latter builds the U-Boot binary image itself binaries (<code>MLO</code>, <code>MLO.byteswap</code>. <code>u-boot.img</code>).
u-boot.img binaries 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 [[Flashing Images Standalone_boot_(DIVELK)#U-Boot]] for more information in how to update the bootloader on you board.
8,154
edits

Navigation menu