Can not upgrade WHD firmware on sdk-bsp-psoc_e84-edgi-talk board

Created at 2026-04-09 10:57:07

I tried to update the WHD firmware on the Edgi-talk board. But msh CLI didn't work in the XiaoZhi example:

  1. if I type "help", CLI get "hl" and "ep" commands.
  2. if I copy and paste "help", it is okay and I can see available commands.

But when I tried to copy and paste "whd_res_download whd_firmware", msh CLI got scrambled text as command.

Build environment:
RT-Thread IDE 2.3.0 and BSP 1.2.1.
XShell 8 for terminal

I have screenshot but can not upload into this post.

更多

Follower
0
Views
61
1 Answer

This looks like a terminal/paste encoding issue rather than an RT-Thread problem.
Try:
Set XShell to UTF-8 encoding
Disable “smart/fast paste” options
Test with another terminal (PuTTY / Tera Term)
Paste into a plain text editor first to remove hidden characters
Since help works but pasted commands break, it’s very likely extra hidden characters are being added during paste.

Doodle Jump

Write Your Answer

Log in to publish your answer,Click here to log in.

Create
Post

Share