Skip to content

Commit 0ce7951

Browse files
gangli02yvanderv
authored andcommitted
[nxp toup] samples: nxp_mfg_bridge: update README.rst
Update nxp_mfg_bridge README. Signed-off-by: Gang Li <[email protected]>
1 parent 6097d5c commit 0ce7951

File tree

1 file changed

+24
-17
lines changed

1 file changed

+24
-17
lines changed

samples/nxp_mfg_bridge/README.rst

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -74,27 +74,34 @@ Running:
7474

7575
Customization options
7676
*********************
77+
NOTE: MFG does not support monolithic build.
78+
7779
For RW610/612 board, before compiling the CPU3 image, there are three macros need to be configured to determine which fw to download.
7880
- CONFIG_SUPPORT_WIFI
7981
- CONFIG_SUPPORT_BLE
8082
- CONFIG_SUPPORT_BLE_15D4
8183

82-
By default: Enable wifi and ble (15d4 is not supported yet)
83-
wifi+ble
84-
- CONFIG_SUPPORT_WIFI=y
85-
- CONFIG_SUPPORT_BLE=y
86-
- CONFIG_SUPPORT_BLE_15D4=n
84+
Build steps:
85+
1) Add the below macros to "zsdk/samples/nxp_mfg_bridge/prj.conf" file.
86+
CONFIG_SUPPORT_WIFI=n
87+
CONFIG_SUPPORT_BLE=n
88+
CONFIG_SUPPORT_BLE_15D4=n
8789

88-
Here are some example about fw be used:
90+
2) Change the value of CONFIG_SUPPORT_WIFI/CONFIG_SUPPORT_BLE/CONFIG_SUPPORT_BLE_15D4
91+
in the "zsdk/samples/nxp_mfg_bridge/src/main.c" file.
8992
wifi only
90-
- CONFIG_SUPPORT_WIFI=y
91-
- CONFIG_SUPPORT_BLE=n
92-
- CONFIG_SUPPORT_BLE_15D4=n
93-
wifi+ble+15d4
94-
- CONFIG_SUPPORT_WIFI=y
95-
- CONFIG_SUPPORT_BLE=n
96-
- CONFIG_SUPPORT_BLE_15D4=y
97-
wifi+15d4
98-
- CONFIG_SUPPORT_WIFI=y
99-
- CONFIG_SUPPORT_BLE=n
100-
- CONFIG_SUPPORT_BLE_15D4=y
93+
- CONFIG_SUPPORT_WIFI=1
94+
- CONFIG_SUPPORT_BLE=0
95+
- CONFIG_SUPPORT_BLE_15D4=0
96+
wifi + ble
97+
- CONFIG_SUPPORT_WIFI=1
98+
- CONFIG_SUPPORT_BLE=1
99+
- CONFIG_SUPPORT_BLE_15D4=0
100+
wifi + ble + 15d4
101+
- CONFIG_SUPPORT_WIFI=1
102+
- CONFIG_SUPPORT_BLE=1
103+
- CONFIG_SUPPORT_BLE_15D4=1
104+
wifi + 15d4
105+
- CONFIG_SUPPORT_WIFI=1
106+
- CONFIG_SUPPORT_BLE=0
107+
- CONFIG_SUPPORT_BLE_15D4=1

0 commit comments

Comments
 (0)