rv1106: mcu: update hpmcu tb bin to v1.68

build from commit:
    rtt:097fece7#hal:d93ef9fd#battery_ipc:21165ac

build from rt-thread commit in develop branch:
    097fece77d bsp: rockchip: rv1106-mcu: board: use pstore-mcu-log as console_output

build from hal commit in master branch:
    d93ef9fd: device: rk3568: touch gic everytime in IRQ_HardIrqPreemptHandler

build from battery-ipc commit in master branch:
    21165ac fix print log condition

Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Change-Id: Ifa3da1c8d2468a6905ab416d8a25937385ff9021
This commit is contained in:
Ziyuan Xu
2023-07-04 15:39:38 +08:00
committed by yuefu.su
parent 70a4b3fc75
commit 2c88cc70e9
17 changed files with 41 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ LOADER1=FlashData
LOADER2=Hpmcu
LOADER3=FlashBoot
FlashData=bin/rv11/rv1106_ddr_924MHz_tb_v1.13.bin
Hpmcu=bin/rv11/rv1106_hpmcu_tb_dual_camera_sc301iot_sc230ai_v1.67.bin
Hpmcu=bin/rv11/rv1106_hpmcu_tb_dual_camera_sc301iot_sc230ai_v1.68.bin
FlashBoot=bin/rv11/rv1106_spl_spi_nor_tb_v1.00.bin
[LOADER2_PARAM]
LOAD_ADDR=0x40000

View File

@@ -16,7 +16,7 @@ LOADER1=FlashData
LOADER2=Hpmcu
LOADER3=FlashBoot
FlashData=bin/rv11/rv1106_ddr_924MHz_tb_v1.13.bin
Hpmcu=bin/rv11/rv1106_hpmcu_tb_dual_camera_sc3338_sc3338_v1.67.bin
Hpmcu=bin/rv11/rv1106_hpmcu_tb_dual_camera_sc3338_sc3338_v1.68.bin
FlashBoot=bin/rv11/rv1106_spl_spi_nor_tb_v1.00.bin
[LOADER2_PARAM]
LOAD_ADDR=0x40000

View File

@@ -16,7 +16,7 @@ LOADER1=FlashData
LOADER2=Hpmcu
LOADER3=FlashBoot
FlashData=bin/rv11/rv1106_ddr_924MHz_tb_v1.13.bin
Hpmcu=bin/rv11/rv1106_hpmcu_tb_sc230ai_v1.67.bin
Hpmcu=bin/rv11/rv1106_hpmcu_tb_sc230ai_v1.68.bin
FlashBoot=bin/rv11/rv1106_spl_spi_nor_tb_v1.00.bin
[LOADER2_PARAM]
LOAD_ADDR=0x40000

View File

@@ -16,7 +16,7 @@ LOADER1=FlashData
LOADER2=Hpmcu
LOADER3=FlashBoot
FlashData=bin/rv11/rv1106_ddr_924MHz_tb_v1.13.bin
Hpmcu=bin/rv11/rv1106_hpmcu_tb_sc3336_sc3338_v1.67.bin
Hpmcu=bin/rv11/rv1106_hpmcu_tb_sc3336_sc3338_v1.68.bin
FlashBoot=bin/rv11/rv1106_spl_spi_nor_tb_v1.00.bin
[LOADER2_PARAM]
LOAD_ADDR=0x40000

View File

@@ -16,7 +16,7 @@ LOADER1=FlashData
LOADER2=Hpmcu
LOADER3=FlashBoot
FlashData=bin/rv11/rv1106_ddr_924MHz_tb_v1.13.bin
Hpmcu=bin/rv11/rv1106_hpmcu_tb_sc4336_v1.67.bin
Hpmcu=bin/rv11/rv1106_hpmcu_tb_sc4336_v1.68.bin
FlashBoot=bin/rv11/rv1106_spl_spi_nor_tb_v1.00.bin
[LOADER2_PARAM]
LOAD_ADDR=0x40000

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,5 +1,25 @@
# RV1106 Release Note
## rv1106_hpmcu_tb_{sc230ai,sc3338,sc4336,dual_sc3338,dual_sc301iot_sc230ai}_v1.68.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :----------------------------------------------------------- | -------------------------------------------- | -------- |
| 2023-07-20 | rv1106_hpmcu_tb_{sc230ai,sc3338,sc4336,dual_sc3338,dual_sc301iot_sc230ai}_v1.68.bin | rtt:097fece#hal:d93ef9fd#battery_ipc:21165ac | 重要 |
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
| ----- | -------- | -------------------------------- | ---------------------------------------------------- | -------- |
### Fixed
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
| ----- | -------- | --------------------- | ------------------------ | -------- |
| 1 | 重要 | 解决init线程堆栈溢出 | rtt thread init overflow | - |
| 2 | 重要 | 解决meta冲isp共享内存 | RISC-V多收敛一帧 | |
| 3 | 重要 | 关闭rtt串口log打印 | - | - |
------
## rv1106_ddr_924MHz{_tb}_v1.13.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,21 @@
# RV1106 Release Note
## rv1106_hpmcu_tb_{sc230ai,sc3338,sc4336,dual_sc3338,dual_sc301iot_sc230ai}_v1.68.bin
| Date | File | Build commit | Severity |
| ---------- | :----------------------------------------------------------- | ---------------------------------------------- | -------- |
| 2023-07-20 | rv1106_hpmcu_tb_{sc230ai,sc3338,sc4336,dual_sc3338,dual_sc301iot_sc230ai}_v1.68.bin | rtt:097fece#hal:d93ef9fd#battery_ipc:21165ac | important |
### Fixed
| Index | Severity | Update | Issue description | Issue source |
| ----- | --------- | -------------------------- | ---------------------------------------- | ------------ |
| 1 | important | Fixes init thread stack overflow | rtt thread init overflow | - |
| 2 | important | Fixes isp's share memory was destroied by meta | RISC-V cost 1f more than before | - |
| 3 | important | Disable rtt serial port log printing | - | - |
------
## rv1106_ddr_924MHz{_tb}_v1.13.bin
| Date | File | Build commit | Severity |