uwpraspberry-pi3windows-iot-core-10

UWP Windows IoT Failed to Generate FFU for RaspberryPi


I am trying to generate FFU image for my appx.

However, it fail with the message Error: Failed to create FIP Packages Error: Failed to create FIP Packages.

I checked the log and seems like there are missing .cab files. Missing .cab files

I tried to run 'New-IoTCabPackage All' again and it doesn't work.

I also noticed that IOTCORE_VER is empty. I am not sure how to make it right.

IoT Version

I have followed lab1a & 1b instructions.

Please help.

Update (03-04-2019) I managed to flash the FFU but unable to see my appx in the apps manager apps manager.

Update (04-07-2019) I regenerated the cab & FFU and manage to see the appx_myuwpapp in the list but once i flashed the FFU on raspberry pi 3, the wifi & ethernet are not working. enter image description here enter image description here

Update -2 (04-07-2019) When i import IoTBSP, found out that there is no FM files in RPI_BSP. Is this the reason wifi & ethernet isn't working? enter image description here


Solution

  • I also noticed that IOTCORE_VER is empty. I am not sure how to make it right.

    You need install Windows 10 IoT Core packages. You seem missed step 4 of Get the tools needed to customize Windows IoT Core. For Raspberry Pi you need install this one: Windows_10_IoT_Core_Arm_Packages.msi.

    enter image description here

    After install complete you will find packages at the path: C:\Program Files (x86)\Windows Kits\10\MSPackages\retail\arm\fre

    enter image description here