Skip to content

Commit 5031a5c

Browse files
ttnwosayBernardXiong
authored andcommitted
Large reserved partition size.
To avoid to overwrite larger firmware size with LVGL.
1 parent de7dc29 commit 5031a5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bsp/nuvoton/nk-980iot/board/board_dev.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,12 @@ struct rt_mtd_nand_device mtd_partitions[MTD_SPINAND_PARTITION_NUM] =
158158
[0] =
159159
{
160160
.block_start = 0,
161-
.block_end = 23,
162-
.block_total = 24,
161+
.block_end = 63,
162+
.block_total = 64,
163163
},
164164
[1] =
165165
{
166-
.block_start = 24,
166+
.block_start = 64,
167167
.block_end = 1023,
168168
.block_total = 1000,
169169
},

0 commit comments

Comments
 (0)