Many thanks - that worked for me. I thought I had tried all those steps to begin with - and for some reason that time it didn't work.
But its done it nicely now, and responded to
Kboot\FSL_Kinetis_Bootloader_1_2_0\bin\win\blhost.exe -u -- get-property 17
Inject command 'get-property'
Response status = 0 (0x0) Success.
Response word 1 = 0 (0x0)
Flash Security State = UNSECURE
blhost.exe -u -- get-property 7
Inject command 'get-property'
Response status = 0 (0x0) Success.
Response word 1 = 7535 (0x1d6f)
Available Commands = flash-erase-all, flash-erase-region, read-memory, write-memory, flash-security-disable, get-property, execute, reset, set-property, flash-erase-all-unsecure
and kudos to the developers for adding a JSON option
blhost.exe -u -j -- get-property 7
{
"command" : "get-property",
"response" : [ 7535 ],
"status" : {
"description" : "0 (0x0) Success.",
"value" : 0
}
}