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

@@ -63,16 +63,18 @@ size = 16
downloadfile = "usr.fex"
user_type = 0x8000
[partition]
name = logo
size = 512
downloadfile = "logo.fex"
user_type = 0x8000
[partition]
name = recovery
size = 5376
downloadfile = "recovery.fex"
user_type = 0x8000
[partition]
name = rootfs_data
size = 1024
user_type = 0x8000