I try to explain better what I want to do.
I want to guarantee recovery in case of incorrect application software upgrade.

1) Start from standard boot and jump in FLASH (My Secondary Boot first 64k of Flash) .
2) My secondary boot read the info environment banks partition (second 64k flash ) to identifies which bank is valid.
3) if It find a valid bank then copy my application in SRAM and execute it.
This behavior to guarantee the recovery a valid backup application after a software upgrade.
In fact I thought to use the non-active bank to download my new software. If new software does not start, I can rollback on old software.
Is possible to partition the flash ? For example : 4 partitions of 64k, 64k, 1010k, 1010k.
How can I do this? Any example?
Tks