Hi yipingwang,
I use LSDK 20.04. and use fuse provisioning utility is OK.
I blew LX2160ARDB fuse in U-Boot CLI and execute command as the following.
=> mw.l 0x1e80234 0x12345678
=> mw.l 0x1e80238 0x12345678
=> mw.l 0x1e8023c 0x12345678
=> mw.l 0x1e80240 0x12345678
=> mw.l 0x1e80244 0x12345678
=> mw.l 0x1e80248 0x12345678
=> mw.l 0x1e8024c 0x12345678
=> mw.l 0x1e80250 0x12345678
=> mw.l 0x1e80254 0x12345678
=> mw.l 0x1e80258 0x12345678
=> mw.l 0x1e8025c 0x12345678
=> mw.l 0x1e80260 0x12345678
=> mw.l 0x1e80264 0x12345678
=> mw.l 0x1e80268 0x12345678
=> mw.l 0x1e8026c 0x12345678
=> mw.l 0x1e80270 0x12345678
=> md 0x1e80234 10
01e80234: ffffffff ffffffff ffffffff ffffffff ................
01e80244: ffffffff ffffffff ffffffff ffffffff ................
01e80254: 12345678 12345678 12345678 12345678
01e80264: 12345678 12345678 12345678 12345678
=> mw.l 0x1e80200 0x4
=> mw.l 0x1e80020 0x2 LS1046 value is 0x02000000
Blow LX2160ARDB is OK but LS1046 is failed if use the same method.
It seems ITS is not enable because I can list value from address 0x1e80234 to 0x1e80270 after power down and on.