ASMTool icon indicating copy to clipboard operation
ASMTool copied to clipboard

ARM-porting the code

Open Laurix1983 opened this issue 2 years ago • 2 comments

Hello @hartimcwildfly I was looking your code and it would exactly be what we are looking for....but we have the ASM3142 integrated directly into our custom raspberry cm4 carrier board running either ARM64 or 32.

Do you have any idea would there be some major blocker to write ASMIoLinux.c for ARM as now it uses sys/io functions for communication. If you have a feeling that it could be done we could start writing the port for it....

Laurix1983 avatar Apr 29 '24 16:04 Laurix1983

I have no idea. Sorry.

hartimcwildfly avatar May 02 '24 07:05 hartimcwildfly

Maybe you should use mmap instead of sys/io, that seems like what Intel did in their nic eeprom flash program tool for Arm.

ZeaKyX avatar May 10 '24 02:05 ZeaKyX