Closed UweSteinkohl closed 5 years ago
On the iMX8, the IoT Core Default App isn't part of the image, nor is it included in the IoT packages. Currently it relies on a few Nuget packages that haven't been ported to ARM64 yet. The first item in the list in the screenshot you included is a different application,
The IoT Core Default App has been made open source and information about the application including a link to the github repo is here: https://docs.microsoft.com/en-us/windows/iot-core/develop-your-app/iotcoredefaultapp
thank you for your answer. Meanwhile, I cloned the github iot core repo, added an arm64 configuration to the defaultapp and rebuild it successfully for the imx8m mini evk. thank you for your help.
Hello,
when I rebuild the NXPEVK_IMX8M_Mini_2GB platform and run the image on my NXP EVK-kit the default app isn't started. Instead, I get a blue screen with a list of apps. The first item in the list is the default app, but when I click on the list element it isn't started. How can I start it?