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: Linux
Hi, I am intending to run the radar remotely on a vehicle. I cannot seem to run the x86 Linux installer binary (I get the 'no such file found in directory' error after trying to run it), because my computer architecture is an ARMv7l. I am using an ODROID XU4, running on Ubuntu 16.04 LTS on ARM. How can I install SDK on an ARM architecture computer? Thanks!
Sam,
There is no plan to port the mmWave SDK to ARM Linux currently. However, the SDK is only required when building the firmware to run on the device. So, you can build and test the firmware using Windows or standard Ubuntu and then (after burning the firmware into the flash on the EVM) you can use a microcontroller or other external processor to communicate with the mmWave sensor over UART or another interface. The Robot OS mmWave driver in the ROS Point Cloud Visualizer lab ( http://dev.ti.com/tirex/#/?link=Software%2FmmWave%20Sensors%2FIndustrial%20Toolbox%2FLabs%2FROS%20Point%20Cloud%20Visualizer ) is an example of the type of code that can be used to configure and read data from the sensor over the two serial (UART) ports used in the mmWave SDK out-of-box demo.
Please mark as answered if the question is resolved or reply if more support is required.
Regards,
John