You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/Edgi_Talk_M55_WIFI/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,8 @@ Each command switches to YMODEM mode. Use a terminal that supports YMODEM upload
58
58
- Wait for the `Download … success` message before moving to the next partition.
59
59
- Power-cycle or reset the board after the three transfers so Wi-Fi starts with the freshly stored blobs. Re-run the command whenever you update the firmware/CLM/NVRAM bundle.
60
60
61
+

62
+
61
63
### Running Result
62
64
63
65
* After power-on, the system initializes the Wi-Fi device.
Copy file name to clipboardExpand all lines: projects/Edgi_Talk_M55_XiaoZhi/README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,25 @@ With this project, users can quickly verify the device’s **WiFi connection**,
18
18
19
19
## Usage
20
20
21
+
### Prepare Wi-Fi resources (first-time setup)
22
+
23
+
The Wi-Fi host driver loads three blobs (firmware `.bin`, regulatory `.clm_blob`, and board-specific `nvram.txt`) from FAL before it can power up the radio. These files live outside the application image, so flashing a new binary will not refresh them automatically. The default bundles for Edgi-Talk live in the workspace root under `resources/`.
24
+
25
+
- Keep `WHD_RESOURCES_IN_EXTERNAL_STORAGE_FAL` enabled in menuconfig and make sure the FAL table provides the `whd_firmware`, `whd_clm`, and `whd_nvram` partitions (the defaults reserve 512 KB + 32 KB + 32 KB of on-chip flash).
26
+
- Attach a serial terminal, reboot into the `msh` prompt, and run the download helper for each partition:
27
+
28
+
```
29
+
whd_res_download whd_firmware
30
+
whd_res_download whd_clm
31
+
whd_res_download whd_nvram
32
+
```
33
+
34
+
Each command switches to YMODEM mode. Use a terminal that supports YMODEM upload (Xshell) to send the matching files from the top-level `resources/` directory .
35
+
- Wait for the `Download … success` message before moving to the next partition.
36
+
- Power-cycle or reset the board after the three transfers so Wi-Fi starts with the freshly stored blobs. Re-run the command whenever you update the firmware/CLM/NVRAM bundle.
37
+
38
+

39
+
21
40
### 1. First-time setup (AP configuration)
22
41
23
42
1. When the development board starts, it will enter **AP mode**.
0 commit comments