Difference between revisions of "IMX8/iMX8MEVK/Getting Started/Loading Pre-built Images"

From RidgeRun Developer Connection
Jump to: navigation, search
Line 1: Line 1:
 
<noinclude>{{IMX8/Head}}</noinclude>
 
<noinclude>{{IMX8/Head}}</noinclude>
  
Prebuilt images are .sdcard files, disk images that can be flashed directly to any SD card. These .sdcard files are the simplest way to evaluate the board and Linux features since they easily flash all the required components to boot the iMX8M EVK. You can get the prebuilt images from the latest [https://www.nxp.com/webapp/sps/download/license.jsp?colCode=L4.9.88_2.0.0_MX8MQ&appType=file1&DOWNLOAD_ID=null&lang_cd=en&Parent_nodeId=1513109797983730444282&Parent_pageType=product&Parent_nodeId=1513109797983730444282&Parent_pageType=product&Parent_nodeId=1513109797983730444282&Parent_pageType=product Linux BSP]
+
Prebuilt images are .sdcard files, disk images that can be flashed directly to any SD card. These .sdcard files are the simplest way to evaluate the board and Linux features since they easily flash all the required components to boot the iMX8M EVK.  
  
 
The .sdcard file includes the 4 elements required to boot the board:
 
The .sdcard file includes the 4 elements required to boot the board:
Line 10: Line 10:
 
* Root file system  
 
* Root file system  
  
 +
You can get the prebuilt images from the latest [https://www.nxp.com/webapp/sps/download/license.jsp?colCode=L4.9.88_2.0.0_MX8MQ&appType=file1&DOWNLOAD_ID=null&lang_cd=en&Parent_nodeId=1513109797983730444282&Parent_pageType=product&Parent_nodeId=1513109797983730444282&Parent_pageType=product&Parent_nodeId=1513109797983730444282&Parent_pageType=product Linux BSP]
 
To get the prebuilt images you need to decompress the BSP (tar -xvf L4.9.88_2.0.0_images_MX8MQ.tar.gz). Then you will have a directory L4.9.88_2.0.0_images_MX8MQ. There you have 2 compressed images:
 
To get the prebuilt images you need to decompress the BSP (tar -xvf L4.9.88_2.0.0_images_MX8MQ.tar.gz). Then you will have a directory L4.9.88_2.0.0_images_MX8MQ. There you have 2 compressed images:
  

Revision as of 17:19, 5 November 2018


NXP Partner Program Registered Vertical.jpg NXP Partner Program Horizontal.jpg
  Index  





Prebuilt images are .sdcard files, disk images that can be flashed directly to any SD card. These .sdcard files are the simplest way to evaluate the board and Linux features since they easily flash all the required components to boot the iMX8M EVK.

The .sdcard file includes the 4 elements required to boot the board:

  • Bootloader
  • Linux kernel image
  • Device tree
  • Root file system

You can get the prebuilt images from the latest Linux BSP To get the prebuilt images you need to decompress the BSP (tar -xvf L4.9.88_2.0.0_images_MX8MQ.tar.gz). Then you will have a directory L4.9.88_2.0.0_images_MX8MQ. There you have 2 compressed images:

  • fsl-image-validation-imx-xwayland-imx8mqevk.tar.bz2
  • fsl-image-qt5-validation-imx-xwayland-imx8mqevk.sdcard.bz2

Extract the image that you want, running the following command:

 bunzip2 -dk -f <image_name>.sdcard.bz2 

where <image_name> could be fsl-image-validation-imx-xwayland-imx8mqevk or fsl-image-qt5-validation-imx-xwayland-imx8mqevk.sdcard.


[[IMX8/<Replace with "previous" page>|Previous: <Replace with "previous" page>]] Index [[IMX8/<Replace with "next" page>|Next: <Replace with "next" page>]]