Hello together,
as far as I understood shai_b correct he is satisfied with the Windows IoT solution, but a real good answer for Linux still missing.
I tried to get dotnet core stand-alone application running with imx-linx-sumo (4.14.98) and imx-linux-zeus (5.4.24) without success. In the dotnet github project is a interesting HowTo but it ends in hanging applications.
yanming2013mo posted a link for manual installation, but this is just for ubuntu, not for any arm system.
I think it should be possible to get any dotnet core application running with the YOCTO Linux without adding the dotnet framework or debian to the YOCTO build itself. Just the correct libraries are needed. But till today I didn't found the correct configuration for YOCTO.
My last changes to the local.conf looks like this:
CORE_IMAGE_EXTRA_INSTALL += "libunwind icu libcurl openssl libgssapi-krb5"
PACKAGECONFIG_pn-curl = "zlib ipv6 ssl"
CORE_IMAGE_EXTRA_INSTALL += "curl"
IMAGE_ROOTFS_EXTRA_SPACE_append += "+ 1000000"
Any more ideas?
Kind Regards