1.划分logo分区,打包脚本更改

2.内核读取flash分区
3.解码bmp并且显示
This commit is contained in:
2025-02-10 15:29:49 +08:00
parent 7b580c14d6
commit c635d7d119
9 changed files with 274 additions and 722 deletions

View File

@@ -48,7 +48,7 @@ size = 16
[partition]
name = boot
size = 9728
size = 9216
downloadfile = "boot.fex"
user_type = 0x8000
@@ -64,6 +64,12 @@ size = 16
downloadfile = "usr.fex"
user_type = 0x8000
[partition]
name = logo
size = 512
downloadfile = "logo.fex"
user_type = 0x8000
;[partition]
; name = usrapp
; size = 4864
@@ -82,11 +88,6 @@ size = 16
; downloadfile = "recoveryimg.fex"
; user_type = 0x8000
;[partition]
; name = rootfs_data
; size = 2048
; user_type = 0x8000