@@ -74,27 +74,34 @@ Running:
7474
7575Customization options
7676*********************
77+ NOTE: MFG does not support monolithic build.
78+
7779For 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.
8992wifi 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