Skip to content

Commit 5192cf9

Browse files
zamaudioAnsuel
authored andcommitted
mktplinkfw2: Add 16Mmtk layout
This supports eg, TP-Link Archer MR200 v6 Signed-off-by: Damien Zammit <damien@zamaudio.com> Link: #34 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
1 parent ed9c97f commit 5192cf9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/mktplinkfw2.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,12 @@ static struct flash_layout layouts[] = {
149149
.kernel_la = 0x80000000,
150150
.kernel_ep = 0x80000000,
151151
.rootfs_ofs = 0x140000,
152+
}, {
153+
.id = "16Mmtk",
154+
.fw_max_len = 0xfa0000,
155+
.kernel_la = 0x80000000,
156+
.kernel_ep = 0x80000000,
157+
.rootfs_ofs = 0x140000,
152158
}, {
153159
.id = "8MSUmtk", /* Split U-Boot OS */
154160
.fw_max_len = 0x770000,

0 commit comments

Comments
 (0)