Member-only story

Raspberry PI SD Card Provisioning with Windows 10 IoT Core — Adding Packages to the Existing FFU Image

Sibeesh Venu
5 min readDec 9, 2018
Appx Package

Introduction

In my previous article, we have seen how to create a basic FFU image which can be flashed to SD cards. Today, we will see how we can package our application and add this to our existing IoT Core OS image. Doesn’t it sound good? If you haven’t read my previous articles on the same topic, I strongly recommend you to read so that we can make sure that we both are in the same boat. For now, let’s just start doing some amazing things. Let’s just start then.

You can always see this article on my blog here.

Background

Wow, that’s cool that you have your own FFU image in your SD card now, to make it more custom you may need to add your own application to it so that the same can be run in as many Raspberry Pi device as can, well that’s called Provisioning right? In this article,

  1. we will see how we can create an APPX package of a UWP application
  2. how the APPX package can be added to our FFU image

Let’s start doing the PowerShell commands now then.

Prerequisites

To do the wonderful things, we always need some prerequisites. You can always see all…

--

--

Sibeesh Venu
Sibeesh Venu

Written by Sibeesh Venu

An engineer by profession and writer by passion. Author at Sibeesh Passion, Microsoft MVP (2016–2022). Software Engineer @ Microsoft

No responses yet