hi..
my board : 8MMINIKPD4
OS : window 10 IOT
Followed the documentation IOT Dashboard on micro SD Card
But I could not see the Windows10 IOT screen
The final screen I want is the screen below
please advise.
Hi,
although the application is not provisioned for arm64 architecture by Microsoft, it can still be added to the product if needed.
However the dashboard is still accessible from web browser over http so you might not necessarily need the app. The IP address for accessing the page can be read on the blue info screen you have posted.
How to add the app to custom project:
I understood your advice.
I have a question.
Can I use the following features when running as a custom application?
Required features are I2C, Ethernet, SPI, and UART.
Yes, of course. Applications can access I2C, SPI and UART and I see you have the notice about "internet access" on the screen too. To get the idea about features I would recommend checking GitHub - microsoft/Windows-iotcore-samples: Official code samples repository for Windows 10 Internet... and the documentation available from Microsoft.
You can find some graphical applications in the Samples directory. To see the application running on the development board you can build it by Visual Studio and then launch debugging session to upload and execute it (You will need the ip address available on the blue screen you have posted.). Other option is to create proper appx package as mentioned in previous post.
hi, Frantisek Prochaska
I created FFU file
I used the iot dashboard to put the FFU file on the SD card.
However, the screen below appears the same.
What did I miss?
i tried more..
chapter 10.1.4 Building the FFU with the IoT ADK AddonKit
I refer to the page below and got an error in the Build Packages item in progress.
Lab 1a: Create a basic image | Microsoft Docs
I have a question.
Does the keyboard and mouse work in the above blue screen capture?
What should I fix when it works?
Yes, it is.
I used a standard USB port.
Please refer to the photos of the products used
Thank you for your answer.
I am not work.
If you see the usb error in the log below, please guide me.
~~~~~~~~~~~ serial log ~~~~~~~~~~~~~~~~~~~~~~~~
Warning: ethernet@30be0000 using MAC address from ROM
eth0: ethernet@30be0000
Normal Boot
Initializing 4KB of memory at 0x00000000407e9000 as the global page.
Stashed ethaddr = b6:32:06:9f:04:00
starting USB...
USB0: Failed to initialize board for imx8m USB
probe failed, error -62
USB1: Failed to initialize board for imx8m USB
probe failed, error -62
USB error: all controllers failed lowlevel init
## Loading kernel from FIT Image at 40800000 ...
Using 'conf-1' configuration
Trying 'uefi' kernel subimage
Description: UEFI
Type: Kernel Image
Compression: uncompressed
Data Start: 0x408000a4
Data Size: 2064384 Bytes = 2 MiB
Architecture: ARM
OS: Linux
Load Address: 0x50004000
Entry Point: 0x50004000
Hash algo: sha256
Hash value: 4ab434738f49d187301e5654f21e9a056f9962fb17a478b9b5cb27e80b1de068
Verifying Hash Integrity ... sha256+ OK
Loading Kernel Image ... OK
Starting kernel ...
That's unfortunate. I will look more into this problem tomorrow.
- U-boot running on i.MX 8MM I am running here reports the following, having USB flash disk connected to the port marked as "J301 PORT1" of the 8MMINI-BB board and the NXP power adapter to the other USB port. And mouse works no matter if it's connected or disconnected during boot.
U-boot console snippet:
"
starting USB...
USB0: USB EHCI 1.00
USB1: Port not available.
scanning bus 0 for devices... 2 USB Device(s) found
"
Could you provide more info about your system you are using?
- whether you use the FFU provided by NXP or custom built
- do you still use the i.MX 8M Mini board? (U-boot I am using reports the following line "CPU: Freescale i.MX8MMQ rev1.0" during boot.)
- maybe we can check whole console output of your U-boot
Thank you!
I thank you for your reply.
I am using MCIMX8M-EVKB Board on Win10 IoT Core.
I downloaded the custom .ffu and NXP .ffu to mSD and used the same.
(I know that eMMC Booting is not supported.)
However, it works fine when eMMC Android booting.
I've tested several keyboard and mouse, but they're not works too.
I downloaded the image from the path below.
Ok, don't mind my previous reply, it doesn't apply to your board. I was a little confused by the board name in tittle of the question.
I don't have the MCIMX8M-EVK to try if the mouse works for me, however you can try the following:
Thank you for your reply.
My board is SCH-38820 REV A1(MCIMX8M-EVKB) and it doesn't work yet?
Hi An,
the error you have got looks strange to me. I would try to do two things here:
git reset --hard 52fa36327498bf1394970ef7572142b8a69ec304
Import-IoTOEMPackage Recovery.* ?
New-IoTCabPackage All
step succeeds you can continue adding your appx, but it's better to finish the Lab 1a just to be sure. And return after the ffu is created successfully.Add-IoTAppxPackage path_to.appx fga app_name_to_be_displayed
Hi,
64-bit platform does not have the default application included yet.
Default application doc.
Windows 10 IoT Core Default App - Windows IoT | Microsoft Docs
Default application is open source and you should be able to build it in VS for 64-bit platform.
best regards
Vojtech Filip
good