Open main menu

DAVE Developer's Wiki β

Changes

no edit summary
__FORCETOC__
==Building Boot Image==
===Quick reference===
{| class="wikitable" border="1"
!colspan="2"|Repository Information
|}
 
=== Build boot image ===
To build the boot binary are pretty complex, are need too much component and it could be change if are using the <code>optee</code> features or other security features.
<section end=Body/>
=== Flash boot image ===
 
To flash the boot image on uSD execute the follow step:
* connect the uSD to the MVM
* get the device name with <code>lsblk</code> command.
* flash the binary to the uSd with follow command <code>sudo dd if=imx-boot.bin of=/dev/sdX bs=1k seek=32 conv=fsync</code> (replace <code>sdX</code> with your device)
[[Category:AURA]]
dave_user
223
edits