Skip to content

Commit

Permalink
[REL] Ready for v6.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Heng <hengjie1989@foxmail.com>
  • Loading branch information
JayHeng committed Sep 20, 2024
1 parent 87d739b commit 3a3d96a
Show file tree
Hide file tree
Showing 46 changed files with 8,924 additions and 5,417 deletions.
9 changes: 6 additions & 3 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ gantt
v5.3.0 :a22, 2023-07-15, 2023-09-14
v6.0.0 :a23, 2023-09-15, 2023-11-03
v6.1.0 :a24, 2023-11-04, 2023-12-19
v6.2.0 :a24, 2023-12-20, 2024-03-26
v6.2.0 :a25, 2023-12-20, 2024-03-26
v6.3.0 :a26, 2024-03-27, 2024-09-20
```

![star-history](https://api.star-history.com/svg?repos=JayHeng/NXP-MCUBootUtility&type=Date)

# NXP MCU Boot Utility

[![GitHub release](https://img.shields.io/github/release/JayHeng/NXP-MCUBootUtility.svg)](https://github.com/JayHeng/NXP-MCUBootUtility/releases/latest) [![GitHub commits](https://img.shields.io/github/commits-since/JayHeng/NXP-MCUBootUtility/v6.2.0.svg)](https://github.com/JayHeng/NXP-MCUBootUtility/compare/v6.2.0...master) ![GitHub All Releases](https://img.shields.io/github/downloads/JayHeng/NXP-MCUBootUtility/total.svg) [![GitHub license](https://img.shields.io/github/license/JayHeng/NXP-MCUBootUtility.svg)](https://github.com/JayHeng/NXP-MCUBootUtility/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/JayHeng/NXP-MCUBootUtility.svg)](https://github.com/JayHeng/NXP-MCUBootUtility/releases/latest) [![GitHub commits](https://img.shields.io/github/commits-since/JayHeng/NXP-MCUBootUtility/v6.3.0.svg)](https://github.com/JayHeng/NXP-MCUBootUtility/compare/v6.3.0...master) ![GitHub All Releases](https://img.shields.io/github/downloads/JayHeng/NXP-MCUBootUtility/total.svg) [![GitHub license](https://img.shields.io/github/license/JayHeng/NXP-MCUBootUtility.svg)](https://github.com/JayHeng/NXP-MCUBootUtility/blob/master/LICENSE)

[English](./README.md) | 中文

Expand All @@ -56,6 +57,7 @@ gantt
> * 支持将裸源image文件自动转换成i.MXRT能启动的Bootable image
> * 支持下载Bootable image进外部启动设备
> * 支持外部启动设备的任意读/写/擦操作(即通用Flash编程器)
> * 支持获取并解析ROM启动日志
-------------------------------------------------------
> * 支持i.MXRTyyyy全系列MCU,包含i.MXRT1011、i.MXRT1015、i.MXRT1021、i.MXRT1024 SIP、i.MXRT1042、i.MXRT105x、i.MXRT106x、i.MXRT1064 SIP、i.MXRT116x、i.MXRT117x、i.MXRT118x
> * 源image文件既可以是裸源image文件,也可以是含启动文件头的bootable image文件
Expand Down Expand Up @@ -138,7 +140,8 @@ gantt
\hab_cert --HAB签名过程中生成的文件
\hab_crypto --HAB加密过程中生成的文件
\json_file --根据配置动态生成的JSON文件
\log_file --保存软件操作记录日志
\cmdlog_file --保存软件操作记录日志
\btlog_file --软件运行过程中获取到的临时ROM日志文件
\otfad_crypto --OTFAD加密过程中生成的文件
\sb_image --生成的.sb格式文件
\user_file --软件运行过程中缓存的临时文件
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ gantt
v5.3.0 :a22, 2023-07-15, 2023-09-14
v6.0.0 :a23, 2023-09-15, 2023-11-03
v6.1.0 :a24, 2023-11-04, 2023-12-19
v6.2.0 :a24, 2023-12-20, 2024-03-26
v6.2.0 :a25, 2023-12-20, 2024-03-26
v6.3.0 :a26, 2024-03-27, 2024-09-20
```

![star-history](https://api.star-history.com/svg?repos=JayHeng/NXP-MCUBootUtility&type=Date)

# NXP MCU Boot Utility

[![GitHub release](https://img.shields.io/github/release/JayHeng/NXP-MCUBootUtility.svg)](https://github.com/JayHeng/NXP-MCUBootUtility/releases/latest) [![GitHub commits](https://img.shields.io/github/commits-since/JayHeng/NXP-MCUBootUtility/v6.2.0.svg)](https://github.com/JayHeng/NXP-MCUBootUtility/compare/v6.2.0...master) ![GitHub All Releases](https://img.shields.io/github/downloads/JayHeng/NXP-MCUBootUtility/total.svg) [![GitHub license](https://img.shields.io/github/license/JayHeng/NXP-MCUBootUtility.svg)](https://github.com/JayHeng/NXP-MCUBootUtility/blob/master/LICENSE)
[![GitHub release](https://img.shields.io/github/release/JayHeng/NXP-MCUBootUtility.svg)](https://github.com/JayHeng/NXP-MCUBootUtility/releases/latest) [![GitHub commits](https://img.shields.io/github/commits-since/JayHeng/NXP-MCUBootUtility/v6.3.0.svg)](https://github.com/JayHeng/NXP-MCUBootUtility/compare/v6.3.0...master) ![GitHub All Releases](https://img.shields.io/github/downloads/JayHeng/NXP-MCUBootUtility/total.svg) [![GitHub license](https://img.shields.io/github/license/JayHeng/NXP-MCUBootUtility.svg)](https://github.com/JayHeng/NXP-MCUBootUtility/blob/master/LICENSE)

English | [中文](./README-zh.md)

Expand All @@ -56,6 +57,7 @@ English | [中文](./README-zh.md)
> * Support for converting bare image into bootable image
> * Support for loading bootable image into external boot devices
> * Support common boot device memory operation (Flash Programmer)
> * Support for parsing ROM boot log
-------------------------------------------------------
> * Support i.MXRT1011, i.MXRT1015, i.MXRT1021, i.MXRT1024 SIP, i.MXRT1042, i.MXRT105x, i.MXRT106x, i.MXRT1064 SIP, i.MXRT116x, i.MXRT117x, i.MXRT118x
> * User image file can be either bare image file or bootable image file
Expand Down Expand Up @@ -137,7 +139,8 @@ English | [中文](./README-zh.md)
\hab_cert -- Generated HAB signature related files
\hab_crypto -- Generated HAB encryption related files
\json_file -- Generated JSON files based on configuration
\log_file -- Saved software operation log
\cmdlog_file -- Saved software operation log
\btlog_file -- Temporary ROM boot log
\otfad_crypto -- Generated OTFAD encryption related files
\sb_image -- Generated .sb file
\user_file -- Temporary files
Expand Down
Binary file modified bin/NXP-MCUBootUtility.exe
Binary file not shown.
Empty file added gen/btlog_file/_temp.txt
Empty file.
Empty file added gen/cmdlog_file/_temp.txt
Empty file.
Loading

0 comments on commit 3a3d96a

Please sign in to comment.