Open main menu

DAVE Developer's Wiki β

Changes

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

107 bytes removed, 17:40, 17 February 2022
no edit summary
* open a terminal window and ''cd'' into U-Boot source code
<pre class="workstation-terminal">
cd desk-mx-l/u-boot
</pre>
* in case of needs you can update your local repository with the following git command
<pre class="workstation-terminal">
git pull
</pre>
* checkout the required branch
<pre class="workstation-terminal"> git checkout desk-mx8m-l-rel-2.0.0
</pre>
* configure the build environment
<pre class="workstation-terminal">
source /home/dvdk/desk-mx-l/desk-mx8m-l-2.0.0-rc2_env.sh
</pre>
*enter the source tree directory and run the following commands:
For [[MITO 8M Mini ORCA SOM | MITO 8M MiniORCA]]
<pre class="workstation-terminal">
make imx8mm_mito8mmini_defconfigimx8mp_mito8mplus_defconfig
make
</pre>
For [[ORCA MITO 8M Mini SOM | ORCAMITO 8M Mini]]
<pre class="workstation-terminal">
make imx8mp_mito8mplus_defconfigimx8mm_mito8mmini_defconfig
make
</pre>
Binary files can be copied to the tftp root directory <code>/tftpboot/desk-mx-l/</code> with the following command:
<pre class="workstation>cp spl/u-boot-terminal">spl.bin /tftpboot/desk-mx-l/cp SPL u-boot.img bin /tftpboot/desk-mx-l/
</pre>
8,256
edits