NRF54L15 can not run on ot_cli demo

I am trying to run the ot_cli demo on my NRF54L15 PDK board. 

I built the ot_cli firmware based on ncs 2.7.0 successfully. But it didn't work after I burned the firmware into my NRF54L15PDK board, I didn't see any log from uart and I could not type in any openthread shell command.

To compare, I also built hello_world demo and it could work normally on my NRF54L15PDK board, which means PDK board is fine.

Shall I add some additional CONFIG into prj.conf  to make ot_cli works on NRF54L15PDK board?

Related