Reduce data partition to 2K. It start always at half of flash.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-12-30 21:27:00 +01:00
parent 9e2b6ac4b6
commit 0bed03e522
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -24,7 +24,8 @@
{
"name": "Pico Keys Data",
"id": 1,
"size": "3072K",
"start": "2048K",
"size": "2048K",
"families": ["data"],
"permissions": {
"secure": "rw",