Open main menu

DAVE Developer's Wiki β

Changes

DESK-MX6-L/Development/Building U-Boot

10 bytes removed, 8 January
no edit summary
<section begin="History" />
{| style="border-collapse:collapse; "
!colspan="4" style="width:100%; text-align:left"; border-bottom:solid 2px #ededed"|History
|-
!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Version!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Issue Date!style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#73B2C7; padding:5px; color:white"|Notes
|-
|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|X.Y.Z{{oldid|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"13746|Month Year2021/06/04}}|style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|TBDFirst DESK release
|-
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |{{oldid|16986|2022/03/07}}
| style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000" |DESK-MX6-L 3.0.0 release
|-
|! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fbededed; padding:5px; color:#000000"|[TBD_link X.Y.Z]2023/04/06|! style="border-left:solid 2px #73B2C7; border-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fbededed; padding:5px; color:#000000"|Month Year|style="borderDESK-left:solid 2px #73B2C7; borderMX6-right:solid 2px #73B2C7;border-top:solid 2px #73B2C7; border-bottom:solid 2px #73B2C7; background-color:#edf8fb; padding:5px; color:#000000"|TBDL 4.0.0 release
|-
|}
<section end="History" />__FORCETOC__<section begin="Body" />
==Building U-Boot==
===Quick reference===
{| class="wikitable" border="1"
! colspan="2" |+Repository Information
|-
! URL
| git@git.dave.eu:desk-mx-l/u-boot-''TBD''imx.git
|-
! stable branch
| desk-mxmx6-l-4.x.x
|-
! stable tag
| desk-mxmx6-l-14.x0.x0
|}
{| class="wikitable" border="1"
! colspan="4" |+U-Boot defconfigs
|-
! Platform
! SOM ConfigID
! CB ConfigID
! ''defconfig''Building-U-Boot
|-
| <SOM>SBCX| 0x000000xx0x00000003| 0x000000xx0x00000012| TBDmx6qdldesk_defconfig
|}
</span>
<pre class="workstation-terminal">
cd {{{kit~/desk-repo}}}mx-l/u-boot
</pre>
<pre class="workstation-terminal">
source ~/envdesk-mx-l/desk-mx6-l-4.0.0_env.sh
</pre>
<pre class="workstation-terminal">
make {{{kit}}}_defconfigmx6qdldesk_defconfig
make
</pre>
NOTE: this is the default configuration suitable for latest <SOM> AXEL Lite target.
:The former command selects the default DESK-MX6-L configuration suitable for latest <SOM> AXEL Lite targets (for additional defconfig please refer to the [[#u-boot_defconfigs|U-Boot defconfigs table above]]), while the latter builds the U-Boot binary image files (<code>SPL</code> and <code>u-boot.img</code>).
Binary files can be copied to the tftp root directory <code>/tftpboot/desk-mx-l/</code> with the following command:
<pre class="workstation-terminal">
cp SPL u-boot.img /tftpboot/{{{kitdesk-repo}}}mx-l/
</pre>
Please refer to [[Standalone_boot_(DESK-MX6-L)#Storing_boot_images_.../Deployment/Standalone_boot|this page]] for more information on how to update the bootloader on your board.
8,226
edits