diff --git a/RKBOOT/RK3528MINIALL.ini b/RKBOOT/RK3528MINIALL.ini index c1934129..b651b452 100644 --- a/RKBOOT/RK3528MINIALL.ini +++ b/RKBOOT/RK3528MINIALL.ini @@ -15,9 +15,9 @@ NUM=2 LOADER1=FlashData LOADER2=FlashBoot FlashData=bin/rk35/rk3528_ddr_1056MHz_v1.07.bin -FlashBoot=bin/rk35/rk3528_spl_v1.04.bin +FlashBoot=bin/rk35/rk3528_spl_v1.05.bin [OUTPUT] -PATH=rk3528_spl_loader_v1.07.104.bin +PATH=rk3528_spl_loader_v1.07.105.bin [SYSTEM] NEWIDB=true [FLAG] diff --git a/bin/rk35/rk3528_spl_v1.04.bin b/bin/rk35/rk3528_spl_v1.04.bin deleted file mode 100644 index 24af76e0..00000000 Binary files a/bin/rk35/rk3528_spl_v1.04.bin and /dev/null differ diff --git a/bin/rk35/rk3528_spl_v1.05.bin b/bin/rk35/rk3528_spl_v1.05.bin new file mode 100644 index 00000000..8e1f533c Binary files /dev/null and b/bin/rk35/rk3528_spl_v1.05.bin differ diff --git a/doc/release/RK3528_CN.md b/doc/release/RK3528_CN.md index 585a62e9..13ab2a95 100644 --- a/doc/release/RK3528_CN.md +++ b/doc/release/RK3528_CN.md @@ -1,5 +1,23 @@ # RK3528 Release Note +## rk3528_spl_v1.05.bin + +| 时间 | 文件 | 编译 commit | 重要程度 | +| ---------- | :------------------- | ----------- | -------- | +| 2023-09-25 | rk3528_spl_v1.05.bin | e4e124926e | 重要 | + +### New + +1. 打印并传递固件版本号。 + +### Fixed + +| Index | 重要程度 | 更新说明 | 问题现象 | 问题来源 | +| ----- | -------- | --------------------------------------------------- | -------------------------------------------------------- | -------- | +| 1 | 重要 | 解决SPL加载校验u-boot.dtb失败后不加载备份镜像的问题 | 第一份uboot.img的u-boot.dtb损坏后,SPL没有加载备份镜像。 | - | + +------ + ## rk3528_bl32_v1.03.bin | 时间 | 文件 | 编译 commit | 重要程度 | diff --git a/doc/release/RK3528_EN.md b/doc/release/RK3528_EN.md index 2605adfc..96a19aad 100644 --- a/doc/release/RK3528_EN.md +++ b/doc/release/RK3528_EN.md @@ -1,5 +1,23 @@ # RK3528 Release Note +## rk3528_spl_v1.05.bin + +| Date | File | Build commit | Severity | +| ---------- | -------------------- | ------------ | --------- | +| 2023-09-25 | rk3528_spl_v1.05.bin | e4e124926e | important | + +### New + +1. Print and pass the firmware version number. + +### Fixed + +| Index | Severity | Update | Issue description | Issue source | +| ----- | --------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------ | +| 1 | important | Solve the issue that the backup image is not loaded when the SPL load or check u-boot.dtb fails | When u-boot.dtb of the first uboot.img is corrupted, SPL doesn't load the backup image. | - | + +------ + ## rk3528_bl32_v1.03.bin | Date | File | Build commit | Severity |