Skip to content

Commit 7653c60

Browse files
committed
Add partition table.
1 parent c21f6d1 commit 7653c60

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Copyright (C) 2022 Toitware ApS.
2+
#
3+
# This library is free software; you can redistribute it and/or
4+
# modify it under the terms of the GNU Lesser General Public
5+
# License as published by the Free Software Foundation; version
6+
# 2.1 only.
7+
#
8+
# This library is distributed in the hope that it will be useful,
9+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11+
# Lesser General Public License for more details.
12+
#
13+
# The license can be found in the file `LICENSE` in the top level
14+
# directory of this repository.
15+
16+
# Partition Table for Toit.
17+
18+
# Name, Type, SubType, Offset, Size
19+
# bootloader,, , 0x000000, 0x008000
20+
# partitions,, , 0x008000, 0x000c00
21+
secure, 0x42, 0x00, 0x009000, 0x004000,
22+
otadata, data, ota, , 0x002000,
23+
phy_init, data, phy, , 0x001000,
24+
ota_0, app, ota_0, , 0x1a0000,
25+
ota_1, app, ota_1, , 0x1a0000,
26+
nvs, data, nvs, , 0x010000,
27+
programs, 0x40, 0x00, , 0x0a0000, encrypted
28+
data, 0x41, 0x00, , 0xC00000, encrypted

0 commit comments

Comments
 (0)