This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

处理器论坛

MMWAVE DFP EVM 和 MMWAVE RF EVM用studio使用时,使用脚本时怎么使用Meta image,设置时只需要Run脚本就好了吗

  • 脚本里会有执行下载meta image的命令。

    -- Firmware Download. (SOP 4 - MetaImage)
    if (0 == ar1.DownloadBssFwOvSPI_mult(1, metaImagePath)) then
    WriteToLog("Master : FW Download Successful\n", "green")
    else
    WriteToLog("Master : FW Download Failed\n", "red")
    return -1
    end