Agree or not, your choice.
Fact is:
All J-Link flash loaders are designed to work with the natively memory-mapped space of the chip.
For the RP2040 this is 16 MB, according to the datasheet. This means, J-Link will be able to program & verify 16 MB of QSPI reliably.
Moving the 16 MB “window” to another portion of the flash (so effectively configure the QSPI controller to use fixed high-bits != 0 during memory mapped accesses) is not supported and there is no plan to do so. (Even though it would be technically possible)
Again, you are free to write your own flash loader that does so.
If we list the memory-mapped QSPI area as 64 MB while it is only 16 MB of continuous space in the datasheet, this is a bug in our software and will be corrected to 16 MB, to be in line with the datasheet.
command string: Will take a few days to make it in the wiki but not really a secret.