- 
                Notifications
    You must be signed in to change notification settings 
- Fork 9
Description
Documentation consulted: EVK-IRIS-W10 R03 and EVK-IRIS-W10 R04.
Hello,
We have a EVK-IRIS-W10 evaluation board.
We followed the instructions described on chapter 2 of both the documents to set-up the board and test the wifi-CLI.
- 2.1 Prerequisites
- 2.2 Starting up the EVB
- 2.2.1 Flash tool
- 2.2.2.1 Flash the wifi_CLI example firmware
This last sted describes how to program the board using only a .bin and a .hex file.
The given link on [7] is this one: GitHub
Looking at the path "u-blox-sho-OpenCPU/MCUXpresso/IRIS-W1/EVK-IRIS-W1/examples/Fidelex_8MB/WiFi/" we found 3 files with different names than the ones published on the documentation:
- rw612_wifi_cli_v16_fi8.hex
- rw61x_sb_wifi_a1.bin
- rw61x_sb_wifi_a2.bin
- 
We read the documentation but we don't know the address of the second .bin file, so we programmed the a1 file at the address 0x08400000 and then the .hex. 
 RESULT: no wifi-CLI, non-working terminal
- 
Then we tried the a2 file at the address 0x08400000 and then the .hex. 
 RESULT: no wifi-CLI, non-working terminal
- 
We cloned the repository and, after a long search, we found the following commit with the right files - 259bdb5 
 RESULT: wifi-CLI present on the terminal
Please update the documentation or fix the provided .bin files.