IMX8/iMX8MEVK/Yocto/Installing an Image: Difference between revisions

no edit summary
No edit summary
Line 9: Line 9:
{{DISPLAYTITLE:i.MX8 - <descriptive page name>|noerror}}
{{DISPLAYTITLE:i.MX8 - <descriptive page name>|noerror}}
-->
-->
=Installing on SDcard=
In order to install an image, you must identify your device ID.
In order to install an image, you must identify your device ID.
Check it as follows:
Check it as follows:
Line 26: Line 29:
/dev/sdb2                         
/dev/sdb2                         
</pre>
</pre>


'''Considerations'''
'''Considerations'''
Line 35: Line 37:
Also, the device '''must be not mounted''' to successfully write the image.
Also, the device '''must be not mounted''' to successfully write the image.


=Installing=
If the required device appears with an mount point, '''unmount each partition''' with umount command. 
 
<syntaxhighlight lang=bash>
PARTITION=/dev/sdb1 # The device may change in your system
sudo umount $PARTITION
</syntaxhighlight>
 
==Installing==
Yocto supports several image formats, as example ext4, img, sdcard and wic.   
Yocto supports several image formats, as example ext4, img, sdcard and wic.   


481

edits