Does Connext DDS Pro support Nvidia Jetson TX2

1 post / 0 new
Offline
Last seen: 6 years 4 months ago
Joined: 10/31/2017
Posts: 1
Does Connext DDS Pro support Nvidia Jetson TX2

Hi everybody,

I'm using Nvidia Jetson TX2 with Ubuntu 16.04 aarch64 in my project. I need to subscribe data from other system using  Connext DDS Pro v5.2 running on Windows x86 or x64.

But RTI Connext DDS Pro didn't supply official pre-built package for ubuntu with ARMv8, and from "RTI_Connext...PlatformNotes.pdf" manual, there is also no support for ARMv8.

Is it possible to support ARMv8 CPU through building from source?

TX2's CPU info as below:

nvidia@tegra-ubuntu:~$ lscpu
    Architecture:          aarch64
    Byte Order:            Little Endian
    CPU(s):                6
    On-line CPU(s) list:   0,3-5
    Off-line CPU(s) list:  1,2
    Thread(s) per core:    1
    Core(s) per socket:    4
    Socket(s):             1
    Model name:            ARMv8 Processor rev 3 (v8l)
    CPU max MHz:           2035.2000
    CPU min MHz:           345.6000
    L1d cache:             32K
    L1i cache:             48K
    L2 cache:              2048K

 Thanks for your reply!!!