-
-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM 64 FTDI #347
Comments
Interesting, I didn't know this. Main issue for me right now is that I don't have a decent test system for it. My ARM64 test system consists of a VM running on a mac mini, so it's not ideal unfortunately. x64 emulation is usually pretty good on ARM64 though. If you install the FTDI ARM64 kernel driver and then use the x64 FTD3XX.DLL together with MemProcFS will it work? It would be very interesting for me to know this before proceeding. If it works indeed MemProcFS with FPGA support would already work on Windows ARM64. If not, I should try to get myself an ARM64 Windows test computer and add support. Microsoft had this test dev kit for arm64 in the past at least, but they didn't sell it to my country. Nevertheless, I'll put this up as an enhancement request, and please let me know if you can get it to work already with the x64 version. If you wish you can also try this arm64 version of MemProcFS together with the ARM64 FTDI DLLs, maybe it's already working? |
More interestingly, my windows arm64 is also running on my macbook air. XD |
Ah, thanks for letting me know. No hurry to implement this then. I'll get to it in due time (when I get a proper arm64 test system). |
i noticed that FTDI released the windows arm64 driver for D3xx
so when the project support DMA on windows arm version?
The text was updated successfully, but these errors were encountered: