rv1106: mcu: update gc2093 hpmcu tb bin to v1.62

build from commit:
        rtt:5a5a088d0#hal:d93ef9fd#battery_ipc:12d4661

build from rt-thread commit in develop branch:
        5a5a088d0:rtt:gc3003:fix set flip error

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

build from battery-ipc commit in master branch:
        12d4661:fastae: fix bug in soft light sensor

Change-Id: I8806b50f7faf0fa0fce2acbc1a7f3baadb06b4fb
Signed-off-by: Sisyphean Zhou <sisyphean.zhou@rock-chips.com>
This commit is contained in:
Sisyphean Zhou
2023-02-16 15:16:20 +08:00
parent 6df356ee92
commit 1cfafa7bb1
5 changed files with 47 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ LOADER1=FlashData
LOADER2=Hpmcu
LOADER3=FlashBoot
FlashData=bin/rv11/rv1106_ddr_924MHz_tb_v1.10.bin
Hpmcu=bin/rv11/rv1106_hpmcu_tb_gc2093_v1.30.bin
Hpmcu=bin/rv11/rv1106_hpmcu_tb_gc2093_v1.62.bin
FlashBoot=bin/rv11/rv1106_spl_spi_nor_tb_v1.00.bin
[LOADER2_PARAM]
LOAD_ADDR=0x40000

Binary file not shown.

View File

@@ -1,5 +1,29 @@
# RV1106 Release Note
## rv1106_hpmcu_tb_gc2093_v1.62.bin
| 时间 | 文件 | 编译 commit | 重要程度 |
| ---------- | :------------------------------------------------------- | ------------------------------------------------ | -------- |
| 2023-02-16 | rv1106_hpmcu_tb_gc2093_v1.62.bin | rtt:5a5a088d0#hal:d93ef9fd#battery_ipc:12d4661 | 紧急 |
### New
1. fast ae最大默认支持20帧收敛。
2. 添加夜视/补光灯常开模式。
3. 增加对非线性单量程光敏的支持。
4. 添加对软光敏的支持。
5. 支持配置fast ae收敛帧数。
### Fixed
| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 |
| ----- | -------- | -------------------- | ------------------------------------------------ | -------- |
| 1 | 紧急 | 限制camera收敛时间。 | camera 收敛时间长造成内核ISP驱动快启出流失败。 | - |
| 2 | 紧急 | 修复重复设置ircut、补光灯问题 | 软光敏下配置night mode为3/4后第六帧会重复设置ircut和补光灯。 | - |
| 3 | 紧急 | 软光敏方案中规避夜视模式中补光灯还未稳定fastae就收敛的情况 | 夜视模式中补光灯还未稳定fastae就收敛导致曝光异常。 | - |
------
## rv1106_hpmcu_tb_{sc230ai,sc3338,gc3003,sc4336}_v1.62.bin
| 时间 | 文件 | 编译 commit | 重要程度 |

View File

@@ -1,5 +1,27 @@
# RV1106 Release Note
## rv1106_hpmcu_tb_gc2093_v1.62.bin
| Date | File | Build commit | Severity |
| ---------- | :------------------------------------------------------- | ---------------------------------------------- | --------- |
| 2023-02-16 | rv1106_hpmcu_tb_gc2093_v1.62.bin | rtt:5a5a088d0#hal:d93ef9fd#battery_ipc:12d4661 | critical |
### New
1. Fast ae supports up to 20 frames as default.
2. Add IR/white light mode support.
3. Add support for nonlinear single range ADC.
4. Add support for soft light sensor.
5. Supports the configuration of fast ae run frame number.
### Fixed
| 1 | critical | Limit camera convergence time. | Camera spends too much time convergingit causes the thunderboot isp driver in kernel fails to start stream. | - |
| 2 | critical | Fixed repeated ircut and light Settings. | Under analog light sensor, after setting night mode to 3/4, ircut and light will be set again in frame 6. | - |
| 1 | critical | In the soft light sensor scheme, the fastae converges before the fill light is stabilized in the night vision mode | Fastae converges before the fill light is stabilized in night vision mode, resulting in abnormal exposure. | - |
------
## rv1106_hpmcu_tb_{sc230ai,sc3338,gc3003,sc4336}_v1.62.bin
| Date | File | Build commit | Severity |