Changes

Jump to: navigation, search

DESK-MX8M-L/Deployment/Standalone boot

19 bytes added, 09:14, 28 February 2023
Program boot images into eMMC
=== Program boot images into eMMC ===
The <code>flash.bin</code> Boot Image can be created following the instructions described in the [[DESK-MX8M-L/Development/Building_Boot_Image | Building Boot Image]] wiki page, fir example:
====Boot binary====
</pre>
==== ORCA SOM ==== ===== Flash the Boot image =====
Update to the latest Boot image version allows usage of u-boot environment variables available.
* for [[ORCA SOM | ORCA SOM]]
mmc_update=mmc dev; setexpr blocks ${filesize} / 0x200; setexpr blocks ${blocks} + 1; mmc write ${loadaddr} 40 ${blocks}
</pre>
* for [[==== MITO 8M Mini SOM | MITO 8M Mini SOM]]==== ===== Flash the Boot image ===== 
mmc_update 'mmc dev 0; setexpr blocks ${filesize} / 0x200; setexpr blocks ${blocks} + 1; mmc write ${loadaddr} 42 ${blocks}'
8,256
edits

Navigation menu