Anyone run dotnet core on STM32H7 yet?
Hi,
Because dotnet core supports ARMv7, but it doesn't say much clear about ARMv7M. So, I tried to port uCLinux from STM32F7 on my custom STM32H7 board. The OS boots fine but when I ran "dotnet --version", response is "sh: ./dotnet: No such file or directory".
I run directly from the folder that contain dotnet SDK so no PATH needed, and the execute file "dotnet" is exist, with execution mode as well.
Seems dotnet is not happy with ARMv7M which is not surprised us. But if anyone is already success, or any suggestion are welcome.
