Skip to content

NXP-MCUBootUtility v1.3.0 release note

Compare
Choose a tag to compare
@JayHeng JayHeng released this 17 Sep 05:26
· 29 commits to master since this release

Features:

  1. Can generate .sb file by actions in efuse operation utility window
    支持生成仅含自定义efuse烧写操作(在efuse operation windows里指定)的.sb格式文件

Improvements:

  1. HAB signed mode should not appliable for FlexSPI/SEMC NOR device Non-XIP boot with RT1020/1015 ROM
    HAB签名模式在i.MXRT1020/1015下应不支持从FlexSPI NOR/SEMC NOR启动设备中Non-XIP启动
  2. HAB encrypted mode should not appliable for FlexSPI/SEMC NOR device boot with RT1020/1015 ROM
    HAB加密模式在i.MXRT1020/1015下应不支持从FlexSPI NOR/SEMC NOR启动设备中启动
  3. Multiple .sb files(all, flash, efuse) should be generated if there is efuse operation in all-in-one action
    当All-In-One操作中包含efuse烧写操作时,会生成3个.sb文件(全部操作、仅flash操作、仅efuse操作)
  4. Can generate .sb file without board connection when boot device type is NOR
    当启动设备是NOR型Flash时,可以不用连接板子直接生成.sb文件
  5. Automatic image readback can be disabled to save operation time
    一键操作下的自动程序回读可以被禁掉,用以节省操作时间
  6. The text of language option in menu bar should be static and easy understanding
    菜单栏里的语言选项标签应该是静态且易于理解的(中英双语同时显示)

Bugfixes:

  1. Cannot generate bootable image when original image (hex/bin) size is larger than 64KB
    当输入的源image文件格式为hex或者bin且其大小超过64KB时,生成可启动程序会失败
  2. Cannot download large image file (eg 6.8MB) in some case
    当输入的源image文件非常大时(比如6.8MB),下载可能会超时失败
  3. There is language switch issue with some dynamic labels
    当切换显示语言时,有一些控件标签(如Connect按钮)不能实时更新
  4. Some led demos of RT1050 EVKB board are invalid
    /apps目录下RT1050 EVKB板子的一些LED demo是无效的