Other Parts Discussed in Thread: AWR6843
Tool/software:
Hello,
Can mmWave Studio be installed on Ubuntu (Linux)? If not, why?
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.
Tool/software:
Hello,
Can mmWave Studio be installed on Ubuntu (Linux)? If not, why?
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:
Does the AWR6843 IC support cascading?
Can the mmWave SDK be used for configuring and enabling real-time operation of the AWR2243BOOST in a Linux environment?
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
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