[DOCS] Added partition table tutorial (#6758)

* Added partition table guide

* Using a custom partition file

* Added some more examples for partitions

* Fixed the app partition offset

* Added bare_minimum_2MB partition table file

* PR review changes
This commit is contained in:
Pedro Minatel
2022-05-30 11:47:53 +01:00
committed by GitHub
parent f3e416217d
commit 33011ede30
2 changed files with 191 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 36K, 20K,
factory, app, factory, 64K, 1900K,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 36K 20K
3 factory app factory 64K 1900K