Search the Community
Showing results for tags 'arm64'.
-
Analog Discovery 2 on Raspberry Pi 4 with Windows 11 (ARM64)
Andras posted a question in Test and Measurement
I have just installed Windows 11 ARM64 on my Raspberry Pi 4. It works great, but WaveForms seems to be not able to start. After a successful installation I tried to run WaveForms beta v3.17.17 64-bit, and I got the following error: "The code execution cannot proceed because VCRUNTIME140.dll was not found. Reinstalling the program may fix this problem." Can I do something differently or is ARM64 Windows simply not supported (yet)?- 8 replies
-
- analog discovery 2
- raspberry pi
-
(and 2 more)
Tagged with:
-
how to install digilent.adpet.runtime on ARM64 arch?
OuYang posted a question in Test and Measurement
I was install adpet runtime and utilitise ARMRaspberry Pi package on ARM64. pi@NanoPi-NEO2:~$ uname -m aarch64 ERROR: pi@NanoPi-NEO2:~$ djtgcfg enum Illegal instruction process: 1、I try to install adpet runtime and utilitise by digilent.adept.runtime_2.17.1-armhf.deb digilent.adept.utilities_2.2.1-armhf.deb pi@NanoPi-NEO2:~$ sudo dpkg -i digilent.adept.runtime_2.17.1-armhf.deb dpkg: error processing archive digilent.adept.runtime_2.17.1-armhf.deb (--install): package architecture (armhf) does not match system (arm64) Errors were encountered while processing: digilent.adept.runtime_2.17.1-armhf.deb 2、add architecture armhf sudo dpkg --add-architecture armhf sudo apt-get update 3、install libusb and libstdc++6:armhf 4、 pi@NanoPi-NEO2:~$ djtgcfg enum Illegal instruction