ASMTool
ASMTool copied to clipboard
ARM-porting the code
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....
I have no idea. Sorry.
Maybe you should use mmap instead of sys/io, that seems like what Intel did in their nic eeprom flash program tool for Arm.