11. FW image names: 2 Raw FW, for users: 3 rw610w_raw_cpu1_v0.bin, for CPU1_wifi of redfinch A0 board 4 rw610n_raw_cpu2_ble_v0.bin, for CPU2_ble of redfinch A0 board 5 rw610n_combo_raw_cpu2_ble_15_4_combo_v0.bin, for CPU2_ble_15.4_combo of redfinch A0 board 6 7 rw610w_raw_cpu1_v1.bin, for CPU1_wifi of redfinch A1 board 8 rw610n_raw_cpu2_ble_v1.bin, for CPU2_ble of redfinch A1 board 9 rw610n_combo_raw_cpu2_ble_15_4_combo_v1.bin, for CPU2_ble_15.4_combo of redfinch A1 board 10 11 rw610w_raw_cpu1_v2.bin, for CPU1_wifi of redfinch A2 board 12 rw610n_raw_cpu2_ble_v2.bin, for CPU2_ble of redfinch A2 board 13 rw610n_combo_raw_cpu2_ble_15_4_combo_v2.bin, for CPU2_ble_15.4_combo of redfinch A2 board 14 Production mfg_FW, for users: 15 rw610w_mfg_fw_cpu1.bin for mfg_fw_cpu1_wifi 16 rw610n_mfg_fw_cpu2.bin for mfg_fw_cpu2_ble 17 nbu_15_4_mfg.bin, for mfg_fw_cpu2_15.4 18 192. where to get FW image: 20 In the directory: /components/conn_fwloader/fw_bin 21 223. How to load FW: 23 Need to write the FW image to flash first, then the loadservice will download FW when power on. 24 For example, the CMD to write CPU1 image to flash in J-link window: 25 loadbin C:\xxx\rw610w_raw_cpu1_xx.bin,0x08400000 26 27 The CMD to write CPU2_ble image to flash in J-link window: 28 loadbin C:\xxx\rw610n_raw_cpu2_ble_xx.bin,0x08540000 29 30 The CMD to write CPU2_15.4 image to flash in J-link window: 31 loadbin C:\xxx\rw610n_combo_raw_cpu2_ble_15_4_combo_xx.bin,0x085e0000 32 33