instrustar-dev / SDK

21 stars 5 forks source link

Use the SDK in a RPI 4 X32 #3

Open evarasv1 opened 11 months ago

evarasv1 commented 11 months ago

Its possible to use the sdk on a rpi system? [ 50%] Linking CXX executable DllTest /usr/bin/ld: cannot find -lvdso collect2: error: ld returned 1 exit status make[2]: [CMakeFiles/DllTest.dir/build.make:84: DllTest] Error 1 make[1]: [CMakeFiles/Makefile2:104: CMakeFiles/DllTest.dir/all] Error 2 make: *** [Makefile:84: all] Error 2

instrustar-dev commented 11 months ago

Yes it,s support rpi system. I will check the problem.

evarasv1 commented 11 months ago

I was able to compile the SDK on Ubuntu amd64, but on Raspberry arm64 I encounter an error because libvdso.so.1.0 is a file for x86_64. Is this file necessary in the makefile or can it be omitted?

instrustar-dev commented 11 months ago

When uploading GitHub, the lack of ARM dynamic libraries is caused, and we can upload it as soon as possible.

evarasv1 commented 11 months ago

Thank you for your timely response.

instrustar-dev commented 11 months ago

Hello, I communicated with the hardware side. Because the firmware of the ISDS series is unstable in USB communication on the Raspberry Pi, we have removed the support for the ARM part.

If you need to use the SDK on an ARM or ARM64 system, we recommend that you use the latest version of the MSO SDK. The firmware of the latest version of MSO has been tested on the Raspberry Pi 32 and Raspberry Pi 64 and can be used normally. https://github.com/vimu-tech/VmMsoSDK