The 'update' command in the bootloader is not the Hikvision tftp updater tool.Hikvision tftp updater tool ?? I thought I ran it?
Your serial console logs do suggest it's probing for it - but not getting a response.
Hmm... well that's surprising and disappointing.yeah i got all that.... so yes I ran that tool already.
In fact, I used that tool to update the version to 5.5.80 for SADP to see.
I wonder if there are any useful commands in the bootloader.
'help' should list them.
Maybe extract it and post the contents here, it may be in plaintext.I wonder if i hex edit and wipe cfg0 (the last section of the flash).. what would happen.
No useful flash commands there.HKVS # help
I wonder if the update program is in the bootloader - or in a separate recovery partition.erase - erase flash except bootloader area
No obvious recovery partition in that list.[ 2.795798] Creating 8 MTD partitions on "hi_sfc":
[ 2.800622] 0x000000000000-0x000000060000 : "bld"
[ 2.806941] 0x000000060000-0x000000070000 : "env"
[ 2.812966] 0x000000070000-0x000000080000 : "enc"
[ 2.819196] 0x000000080000-0x000000090000 : "sysflg"
[ 2.825695] 0x000000090000-0x0000000a0000 : "dpt"
[ 2.831783] 0x0000000a0000-0x0000003f0000 : "sys0"
[ 2.838054] 0x0000003f0000-0x000000ed0000 : "app0"
[ 2.844260] 0x000000ed0000-0x000001000000 : "cfg0"
If in the bootloader - then an erase then update would be interesting ...
I figured that.
Did you try an in-situ read? Crude though it may be, that can work with SPI chips.