Skip to content

Commit

Permalink
Increase partition size.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Oct 15, 2023
1 parent cdc9343 commit ef32966
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions variants/esp32s3-synap/partitions.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright (C) 2022 Toitware ApS.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; version
# 2.1 only.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# The license can be found in the file `LICENSE` in the top level
# directory of this repository.

# Partition Table for Toit.

# Name, Type, SubType, Offset, Size
# bootloader,, , 0x000000, 0x008000
# partitions,, , 0x008000, 0x000c00
secure, 0x42, 0x00, 0x009000, 0x004000,
otadata, data, ota, 0x00d000, 0x002000,
phy_init, data, phy, 0x00f000, 0x001000,
ota_0, app, ota_0, 0x010000, 0x1c0000,
ota_1, app, ota_1, 0x1d0000, 0x1c0000,
nvs, data, nvs, 0x390000, 0x010000,
programs, 0x40, 0x00, 0x3A0000, 0x060000, encrypted

0 comments on commit ef32966

Please sign in to comment.