Skip to main content
Visitor II
March 12, 2024
Question

Failed to debug mp157-m4 through linux core

  • March 12, 2024
  • 0 replies
  • 739 views

when I wanted to debug mp157-m4 through linux core,I got a failed return

suffering_0-1710250888432.png

the reason why it failed was the fw_cortex_m4.sh script had no excutive permission

suffering_1-1710251073167.png

I tried chmod +x for getting permission,but the next time I clicked the debug btn and I found it was covered by the original one.

Any method to solve this problem?