#how to customize nanoff partition table like espidf

1 messages · Page 1 of 1 (latest)

hot hull
solid shard
hot hull
#

that means I need to rebuild an clr file to do that 👍

solid shard
#

yes but the nanoff will not be albe to use your new partition

hot hull
#

what's the usage for nvs in nanoframework , I saw espidf use it to manage some presist configs

solid shard
#

you need to edit the `C:\Users\username\.nanoFramework\fw_cache\ESP32_REV3\ zip file and place it there

solid shard
grand oriole
crisp geyser
# solid shard you need to edit the `C:\Users\username\\.nanoFramework\fw_cache\ESP32_REV3\ zi...

nanoff has a new trick: firmware archive. You can put a custom runtime as a zip in any directory (targetname-version.zip), add a json file targetname-version.zip.json with content

{"Platform":"esp32","IsPreview":false,"Name":"targetname","Version":"1.2.3.4"}

and use nanoff with extra arguments --fromarchive --archivepath <directory> to flash the chip. You can even use a custom targetname. Then you're certain your clr is used, whatever nanoff does to the fw_cache.

solid shard