Difference between revisions of "AIMLinux/NXP/Released Image"
From ESS-WIKI
Yunjin.jiang (talk | contribs) (Created page with " = Introduction = There are <code>images</code> <code>tools</code> <code>bsp</code> and <code>sdk</code> in the packages of released image. Here are the details: {| border=...") |
Yunjin.jiang (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
There are <code>images</code> <code>tools</code> <code>bsp</code> and <code>sdk</code> in the packages of released image. | There are <code>images</code> <code>tools</code> <code>bsp</code> and <code>sdk</code> in the packages of released image. | ||
− | Here are the details: | + | *For <code>bsp</code> and <code>sdk</code> the file started with <code>imx8LBV</code> + <code>Version Number</code> + <code>YYYY-MM-DD</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. | ||
+ | |||
+ | For example: | ||
+ | |||
+ | 3730A2AIM30LIVA1045_iMX8MM_4G | ||
+ | |||
+ | *Version: <code>3730A2AIM30LIVA1045</code> | ||
+ | *CPU Type: <code>iMX8MM</code> | ||
+ | *Memory Size: <code>4G</code> | ||
+ | |||
+ | Here are the details: (Take 3730 VA1034 for example) | ||
{| border="1" cellpadding="1" cellspacing="1" | {| border="1" cellpadding="1" cellspacing="1" | ||
Line 42: | Line 56: | ||
|- | |- | ||
| 3730A2AIM30LIVA1045_iMX8MM_4G_2023-05-06.img.csv | | 3730A2AIM30LIVA1045_iMX8MM_4G_2023-05-06.img.csv | ||
− | | Commit ID of | + | | Commit ID of git |
|- | |- | ||
| 3730A2AIM30LIVA1045_iMX8MM_2023-05-06_log.tgz | | 3730A2AIM30LIVA1045_iMX8MM_2023-05-06_log.tgz |
Latest revision as of 08:18, 23 October 2023
Introduction
There are images
tools
bsp
and sdk
in the packages of released image.
- For
bsp
andsdk
the file started withimx8LBV
+Version Number
+YYYY-MM-DD
- For
image
the file started withVersion
+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 |