Skip to content
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

Open
LittleChiu opened this issue Nov 30, 2024 · 3 comments
Open

ARM 64 FTDI #347

LittleChiu opened this issue Nov 30, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@LittleChiu
Copy link

i noticed that FTDI released the windows arm64 driver for D3xx
so when the project support DMA on windows arm version?

@ufrisk
Copy link
Owner

ufrisk commented Nov 30, 2024

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?

@ufrisk ufrisk added the enhancement New feature or request label Nov 30, 2024
@LittleChiu
Copy link
Author

More interestingly, my windows arm64 is also running on my macbook air. XD
I don't have a suitable host computer to install my FPGA device right now, so I can't help :-/

@ufrisk
Copy link
Owner

ufrisk commented Dec 1, 2024

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants