Hello NXP Team,
I am using MIMXRT1062DVJ6B processor in my custom board and for programming use MCUXpresso IDE.
OS System : Ubuntu 20.04.6 LTS
IDE used: MCUXpresso IDE v11.8.1
SDK version : 2.14.1
For Custom board development we are using MIMXRT1060-EVKC-DESIGNFILES as a reference. According to design file we have use W25Q16JVUXIQ TR QSPI for flashing code into it. We are using Segger J-Link V2 for dump code (.hex) into custom board using JTAG (SWD) 20-pin connector.

QSPI pin connection with MIMXRT1062DVJ6B mention below

So, above connections are correct or not for QSPI communication with IMXRT controller can you please verify?
Now, When i am trying to flash code into my custom board i am facing below error in MCUXpresso IDE Console. So, How i can resolve this error?
I have also tried with JLink_Linux_V796h software using JFlashExe but have noticed same problem

For flashing output file .hex into QSPI, I need to develop any firmware code for my custom board MIMXRT1062DVJ6B or any settings require in IDE?
Another thing Before Programming into custom board I am using SW5 Switch as a boot configuration mode. So, any configuration required before code dump into QSPI using my custom board?.
Here, I am little bit confused how this switch works? It's work like a my IMXRT1062 processor switch between Boot mode and Application mode according to configuration. when i need to upload code that time change configuration to boot mode and after uploading code again change to configuration to run in application mode?
For that we refer switch same as SW4 which define boot mode of MIMXRT1060-EVKB.