Difference between revisions of "AIMLinux/NXP/Released Image"

From ESS-WIKI
Jump to: navigation, search
 
Line 8: Line 8:
 
*For <code>image</code> the file started with <code>Version</code> + <code>CPU Type</code> + <code>Memory Size</code>  
 
*For <code>image</code> the file started with <code>Version</code> + <code>CPU Type</code> + <code>Memory Size</code>  
  
*All the files end with <code>.md5</code> include the md5sum value.
+
*All the files end with <code>.md5</code> include the md5sum value.  
  
For example:3730A2AIM30LIVA1045_iMX8MM_4G
+
For example:
 +
 
 +
3730A2AIM30LIVA1045_iMX8MM_4G
  
 
*Version: <code>3730A2AIM30LIVA1045</code>  
 
*Version: <code>3730A2AIM30LIVA1045</code>  
Line 16: Line 18:
 
*Memory Size: <code>4G</code>  
 
*Memory Size: <code>4G</code>  
  
Here are the details:
+
Here are the details: (Take 3730 VA1034 for example)
  
 
{| border="1" cellpadding="1" cellspacing="1"
 
{| border="1" cellpadding="1" cellspacing="1"
Line 23: Line 25:
 
! scope="col" | Function
 
! scope="col" | Function
 
|-
 
|-
| imx8LBVA1045_2023-05-06_<span style="color:#ff0000;">uboot-imx.tgz</span>
+
| imx8LBVA1045_2023-05-06_uboot-imx.tgz
 
| Source code of u-boot
 
| Source code of u-boot
 
|-
 
|-
Line 54: Line 56:
 
|-
 
|-
 
| 3730A2AIM30LIVA1045_iMX8MM_4G_2023-05-06.img.csv
 
| 3730A2AIM30LIVA1045_iMX8MM_4G_2023-05-06.img.csv
| Commit ID of Source code
+
| Commit ID of git
 
|-
 
|-
 
| 3730A2AIM30LIVA1045_iMX8MM_2023-05-06_log.tgz
 
| 3730A2AIM30LIVA1045_iMX8MM_2023-05-06_log.tgz

Latest revision as of 09:18, 23 October 2023

Introduction

There are images tools bsp and sdk in the packages of released image.

  • For bsp and sdk the file started with imx8LBV + Version Number + YYYY-MM-DD
  • For image the file started with Version + CPU Type + Memory Size
  • All the files end with .md5 include the md5sum value.

For example:

3730A2AIM30LIVA1045_iMX8MM_4G

  • Version: 3730A2AIM30LIVA1045
  • CPU Type: iMX8MM
  • Memory Size: 4G

Here are the details: (Take 3730 VA1034 for example)

Name of the File Function
imx8LBVA1045_2023-05-06_uboot-imx.tgz Source code of u-boot
imx8LBVA1045_2023-05-06_linux-imx.tgz Source code of kernel
imx8LBVA1045_2023-05-06_sdk.tgz Toolchain
imx8LBVA1045_2023-05-06.tgz BSP
3730A2AIM30LIVA1045_iMX8MM_modules.tgz "ko" files, built from kernel
3730A2AIM30LIVA1045_iMX8MM_4G_misc.tgz "dtb"files, built from kernel
3730A2AIM30LIVA1045_iMX8MM_4G_individually_script_tool.tgz Tool to upgrade image in one partition individually
3730A2AIM30LIVA1045_iMX8MM_4G_imx-boot.tgz Tool to generate "flash.bin"
3730A2AIM30LIVA1045_iMX8MM_4G_flash_tool.tgz Image for command upgrade in u-boot
3730A2AIM30LIVA1045_iMX8MM_4G_2023-05-06.img.gz Image for "DD" command
3730A2AIM30LIVA1045_iMX8MM_4G_2023-05-06.img.csv Commit ID of git
3730A2AIM30LIVA1045_iMX8MM_2023-05-06_log.tgz Logs of Building