How to fix the error ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to fix the error ?

1,032 Views
comfriend
Contributor II

I am developing Wind10 IoT Core.
So I bought and testing the MCIMX8M-EVK.

1. When I build ARM64 FIRMWARE, I get the following "Can't open SPL" error: How should I fix it?

(enviroment : WSL, W1860_1_0_1_IMX-FIRMWARE-B191011)

pastedImage_2.png

Labels (1)
0 Kudos
5 Replies

841 Views
comfriend
Contributor II

The following build error occurred while proceeding to the next step build.(make SOC=iMX8M flash_hdmi_spl_uboot)

pastedImage_1.png

When I run the same build command again, I get the following error:

pastedImage_2.png

I think I need to get a git commit head, Source directly from the web.

(https://www.nxp.com/design/software/embedded-software/windows-10-iot-core-for-i.mx-applications-proc...)

How do I get the git commit head? Or is there another way?

0 Kudos

841 Views
b36401
NXP Employee
NXP Employee

Please try prebuild win10 IoT image for i.MX8M. I put it here for you:
https://drive.google.com/open?id=1T8G4mVSSDgMH3QD0C1jr_bE97y2_FiQU

0 Kudos

841 Views
comfriend
Contributor II

Thank for your answer!

Is the image below correct?

pastedImage_1.png

I don't want images files, I want build error and fixes.(at source level)

I want to build WinPE and play it from SD to EMMC.

**** I am following the development process by looking at the guide document.(IMXWGU_i.MX_Win10_User's_Guide.pdf)

0 Kudos

841 Views
comfriend
Contributor II

I fixed the error.

The following command is required after running WSL.

setfattr -n system.wsl_case_sensitive -v 1 u-boots/u-boot-imx_arm64/

0 Kudos

841 Views
b36401
NXP Employee
NXP Employee

Thank you for sharing this.

0 Kudos