Difference between revisions of "iMX6 OpenRex Max Creating Bootable microSD Card"
Jump to navigation
Jump to search
(Created page with "Category:iMX6 OpenRex SBC Category:iMX6 OpenRex Max Category:iMX6 OpenRex Getting Started Category:iMX6 OpenRex Recovery <!-- --> <div style="float:right">__TO...") |
|||
Line 12: | Line 12: | ||
''''' Recommended SW: ''''' | ''''' Recommended SW: ''''' | ||
* [http://downloads.voipac.com/files/iMX6_OpenRex_SBC/tools/USBWriter-1.3.zip USBWriter] | * [http://downloads.voipac.com/files/iMX6_OpenRex_SBC/tools/USBWriter-1.3.zip USBWriter] | ||
− | * [http://downloads.voipac.com/files/iMX6_OpenRex_SBC/software/yocto/binaries/fsl-image-gui-imx6- | + | * [http://downloads.voipac.com/files/iMX6_OpenRex_SBC/software/yocto/binaries/fsl-image-gui-imx6-openrexmax-2.4.sdcard.gz Appropriate Image file] |
== Windows == | == Windows == |
Revision as of 14:00, 2 April 2021
The recommended procedure for creating a micro SD card contained with the required firmware and software is shown here. The following example shows steps used for iMX6 OpenRex SBC in Max configuration.
Recommended HW:
- PC with microSD port (or an external SD reader)
- microSD card
Recommended SW:
Windows
Using USBWriter feature
Unpack the downloaded package. GZ files can be opened using Total Commander or by installing TAR-GZ file extension.
Open USBWriter. Browse source file (appropriate fsl-image). Select target device:
400px
Click on Write button and confirm the procedure:
400px
400px
Bootable microSD Card is now created and prepared for use:
400px
Linux
Downloading image
mkdir -pv ~/workdir/imx6/rootfs/yocto cd ~/workdir/imx6/rootfs/yocto wget http://downloads.voipac.com/files/iMX6_OpenRex_SBC/software/yocto/binaries/fsl-image-gui-imx6-openrexmax-2.4.sdcard.gz
Extracting binary files
gunzip -c fsl-image-gui-imx6-openrexmax-2.4.sdcard.gz | sudo dd of=/dev/mmcblk0 conv=sync bs=64K