ms-iot / imx-iotcore

Windows 10 IoT Core BSP for NXP i.MX Processors
MIT License
64 stars 40 forks source link

default app for ARM64 NXPEVK_IMX8M_Mini_2GB platform #65

Closed UweSteinkohl closed 5 years ago

UweSteinkohl commented 5 years ago

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? Screenshot_2019-04-16_07-45-28

neilsh-msft commented 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

UweSteinkohl commented 5 years ago

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.