mmwave studio使用问题

Other Parts Discussed in Thread: MMWCAS-DSP-EVM

级联板和电脑连不上,RS232的set那一步是灰的,点不了。怎样可以将板子和电脑连起来

  • 你好,

    不需要连接串口。级联板是通过网口下载配置的。

    请参考mmwave studio doc目录下的mmwave_studio_cascade_user_guide.pdf,使用LUA脚本来进行连接配置。
  • 不可以用GUI配置吗?我看用户手册里说的应该是两种方法都可以啊

  • 你好,

    请问你看的是mmwave_studio_cascade_user_guide.pdf?
  • 是啊。7.1节最后不是说两种方法都可以吗?我用GUI连不上。

  • 你好,

    前面加载firmware请使用LUA脚本。级联板的firmware使用的是meta image,不是分开的bss/mss firmware。

    e2e.ti.com/.../845903

    The Cascade Host board (MMWCAS-DSP-EVM) only supports loading the combined BSS/MSS "metaimage" binary on the AWRx devices. This is done using the ar1.DownloadBssFwOvSPI_mult() function as you called out. The problem is that you are pointing to the BSS binary, and not the metaimage binary.

    I think this is confusing since we do not have a dedicated MetaImage loading function call, but rather re-utilize the BSS loading function call.

    For DFP 1.2.5, after installation into the default path, the metaimage binary can be found here: C:\ti\mmwave_dfp_01_02_05_01\firmware\xwr12xx_metaImage.bin

    The below lua script call would load in the metaimage from the default 1.2.5 install path:

    ar1.DownloadBssFwOvSPI_mult(1, C:\\ti\\mmwave_dfp_01_02_05_01\\firmware\\xwr12xx_metaImage.bin)
  • 是这样的:我点击完SOP的set后,按照级联板的用户手册,下一步应该是点SPI的connect。但是只有RS232的connect那里是蓝的,还点不了,其他的地方我点了都没用。整体流程我是按照用户手册上来的,只有SSD没有初始化;还有就是级联板用户手册Software Pre-requisites那里,TDA2firmware/Meta image from mmWave DFP 2.1.5.3/MmwaveStudio 3.0.0.7/Balena etcher Version 1.5.39,这些我都准备好了,Balena etcher是用来刷新TDA2firmware的,我已经照做了,但是Meta image from mmWave DFP 2.1.5.3这个是做什么的我不知道
  • 你好,

    mmWave DFP 安装包可以在TI官网下载。

    请参考下面的论坛讨论,修改下载firmware的内容。
    e2e.ti.com/.../915958