Open main menu

DAVE Developer's Wiki β

Changes

DESK-MX8M-L/Development/Building Boot Image

858 bytes added, 13:33, 24 July 2023
no edit summary
=== Generate Boot image ===
After building all pieces of software, create the <code>flash.bin</code> boot Image running:
 <preclass="workstation-terminal">
./${BOARD}_generate_flash.bin
</pre>
For [[MITO 8M Mini SOM | MITO M8M Mini]] SOM:
<preclass="workstation-terminal">
./imx8mm-mito8mmini_generate_flash.bin
</pre>
 
Binary files can be copied to the tftp root directory <code>/tftpboot/desk-mx-l/</code> with the following command:
 
<pre class="workstation-terminal">
dvdk@vagrant:~/desk-mx-l/desk-mx8-mkimage$ cp flash.bin /tftpboot/desk-mx8m-l/desk-mx8m-l-4.0.0-rc2_imx8mp_flash.bin
</pre>
 
For [[ORCA SOM| ORCA]] SOM:
<pre class="workstation-terminal">
dvdk@vagrant:~/desk-mx-l/desk-mx8-mkimage$ cp flash.bin /tftpboot/desk-mx8m-l/desk-mx8m-l-4.0.0_imx8mp_flash.bin
</pre>
 
For [[MITO 8M Mini SOM| MITO 8M Mini]] SOM:
<pre class="workstation-terminal">
dvdk@vagrant:~/desk-mx-l/desk-mx8-mkimage$ cp flash.bin /tftpboot/desk-mx8m-l/desk-mx8m-l-4.0.0_imx8mm_flash.bin
</pre>
 
Please refer to [[DESK-MX8M-L/Deployment/Standalone_boot|this page]] for more information on how to update the bootloader on your board.
----
[[Category:ORCA]] [[Category:MITO 8M Mini]]
devwiki_user
120
edits