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.
我正在使用运行 Ubuntu 18.04的 Jetson Nano、我正在尝试在其上安装毫米波 SDK、我执行了以下步骤来 执行.bin 文件:
1- 我安装 libc6:i386
了、 libncurses5:i386
和 libstdc++6:i386 which supposed to allow me to install 32-bit softwares on 64 bit Linux.
2- I used the command: sudo chmod -X ./mmwave_sdk_03_02_00_06_AOP-Linux-x86-Inastall.bin
3- then tried to execute it by: sudo ./mmwave_sdk_03_02_00_06_AOP-Linux-x86-Inastall.bin
that I receive the following error every time even when I installed different packages: ./mmwave_sdk_03_02_00_06_AOP-Linux-x86-Inastall.bin: 1: ./mmwave_sdk_03_02_00_06_AOP-Linux-x86-Inastall.bin: Syntax error: "(" unexpecte
I read that it should work with 18:04 version,So is there any other ways to install the SDK on jetson? or is there any other SDK available that can be of use?
also this is the processor:
架构:Aarch64
字节顺序:小端字节序
CPU:4.
在线 CPU 列表:0-3.
每个内核的线程数:1.
每个插座的内核数:4.
插座:1.
供应商 ID:ARM
型号:1.
型号名称:Cortex-A57
步进:r1p1
CPU 最大 MHz:1479.0000
CPU 最小频率:102.0000
茂物剪:38.40
L1D 高速缓存:32K
L1i 高速缓存:48K
L2高速缓存:2048K
标志:FP asimd evtstrm AES Pmull SHA1 SHA2 CRC32
如果您能帮助我解决这个问题、我将不胜感激。