Below are the Flashloader command lines:
./blhost.exe -p COM9 -- fill-memory 0x2000 0x4 0xD0010101
./blhost.exe -p COM9 -- fill-memory 0x2004 0x4 0x00010101
./blhost.exe -p COM9 -- fill-memory 0x2008 0x4 0x00020001
./blhost.exe -p COM9 -- configure-memory 0x100 0x2000
Ping responded in 1 attempt(s)
Inject command 'configure-memory'
Response status = 21218 (0x52e2) kStatus_SemcNAND_FailToUpdateDbbt
Below is the screen shot in MCU Boot Utility v3.5.0:

It's strange that I tried select MCU Device to "i.MXRT1050x" instead of "i.MXRT1060x" in the BootUtility tool with the same Boot device configuration settings, the configuration step passed:
Executing: D:\Program\NXP-MCUBootUtility-3.5.0\tools\blhost2_3\win\blhost -t 50000 -p COM9,115200 -j -- configure-memory 256 538976256
toolStatus: 0
commandOutput: {
"command" : "configure-memory",
"response" : [],
"status" : {
"description" : "0 (0x0) Success.",
"value" : 0
}
}
Executing: D:\Program\NXP-MCUBootUtility-3.5.0\tools\blhost2_3\win\blhost -t 5242000 -p COM9,115200 -j -- read-memory 0 1024 D:\Program\NXP-MCUBootUtility-3.5.0\tools\blhost2_3\win\vectors\semcNandFcb.dat 256
toolStatus: 0
commandOutput: {
"command" : "read-memory",
"response" : [ 1024 ],
"status" : {
"description" : "0 (0x0) Success.",
"value" : 0
}
}