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.

AWR2243BOOST: AWR2243BOOST mmWAVE STUDIO configuration in LINUX

Part Number: AWR2243BOOST
Other Parts Discussed in Thread: AWR6843

Tool/software:

Hello,

Can mmWave Studio be installed on Ubuntu (Linux)? If not, why?

  • Hi,

    Unfortunately we don't provide mmWave Studio binaries to run on Linux.

    Thank you
    Cesar

  • Are there any alternatives for configuring the AWR2243BOOST board in Linux?

  • Hi,

    Unfortunately there is no simple way. 

    What application are you working on? Can you use AWR6843 in instead of AWR2243BOOST? It has ROS support

    thank you
    Cesar

  • I am planning to use a four-device cascaded configuration of the AWR2243BOOST for an automotive application. I would like clarification on the following points:

    1. Does the AWR6843 IC support cascading?

    2. What is the procedure to configure the AWR2243BOOST board using a processor, without relying on mmWave Studio?
    3. Can the mmWave SDK be used for configuring and enabling real-time operation of the AWR2243BOOST in a Linux environment?

    4. For real-time applications with the AWR2243BOOST, can the mmWave API and mmWaveLink operate under Linux?

    Thank you

  • If you are considering four device cascade than 4x2243 is your only option.

    A few more questions:

    What is the host processor you are planning to use? Are you planning to use the MMWCAS_RF_EVM or are you designing your own board? 

    Usually running mmWaveLink on Linux and receiving the CSI data on linux is a VERY complex system. We would recommend using a third party that is familiar with this 

    thank you
    Cesar

  • Hi,

    I am planning to use an ARM Cortex-A series processor.

    Is my understanding correct that, since the AWR2243BOOST does not have an internal MCU, the mmWave SDK is not directly supported?

    Can I implement the DFP and ICD (mmWaveLink protocol) in Linux, and would this be the appropriate approach for enabling real-time operation of the AWR2243BOOST in Linux when using a computer for initial verification?

    Thanks in advance

  • Hi,

    You would need to implement the mmWave Link on the embedded linux running on the ARM device not on the PC.

    There are several drivers you will need to use

    • gpio
    • spi
    • interrupts

    To receive the CSI2 data, you would need to modify a camera sensor driver to work with the radar sensor. (Basically the i2c config would need to be removed)

    Thank you
    Cesar