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

From RidgeRun Developer Connection
Jump to: navigation, search
Line 15: Line 15:
 
For BSP L4.9.88_2.0.0 run:
 
For BSP L4.9.88_2.0.0 run:
  
<pre>
+
<syntaxhightlight lang=bash>
 
  BSP=L4.9.88_2.0.0_images_MX8MQ
 
  BSP=L4.9.88_2.0.0_images_MX8MQ
 
  tar -xvf $BSP.tar.gz
 
  tar -xvf $BSP.tar.gz
Line 22: Line 22:
 
  IMAGE_NAME=fsl-image-qt5-validation-imx-xwayland-imx8mqevk
 
  IMAGE_NAME=fsl-image-qt5-validation-imx-xwayland-imx8mqevk
 
  bunzip2 -dk -f  $IMAGE_NAME.sdcard.bz2
 
  bunzip2 -dk -f  $IMAGE_NAME.sdcard.bz2
</pre>
+
</syntaxhightlight>
  
 
Change BSP and IMAGE_NAME accordingly to your BSP version.  
 
Change BSP and IMAGE_NAME accordingly to your BSP version.  
  
 
<noinclude>{{IMX8/Foot|<Replace with "previous" page>|<Replace with "next" page>}}</noinclude>
 
<noinclude>{{IMX8/Foot|<Replace with "previous" page>|<Replace with "next" page>}}</noinclude>

Revision as of 12:33, 6 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. You need to decompress the BSP and decompress the bz2 image sdcard included in it.

For BSP L4.9.88_2.0.0 run:

<syntaxhightlight lang=bash>

BSP=L4.9.88_2.0.0_images_MX8MQ
tar -xvf $BSP.tar.gz
cd $BSP
IMAGE_NAME=fsl-image-qt5-validation-imx-xwayland-imx8mqevk
bunzip2 -dk -f  $IMAGE_NAME.sdcard.bz2

</syntaxhightlight>

Change BSP and IMAGE_NAME accordingly to your BSP version.


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