自定义FFU [英] Custom FFU

查看:78
本文介绍了自定义FFU的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人有关于如何将键盘图像添加到自定义发行版的程序吗?

Does someone have a procedure on how to add the keyboard images to a custom distribution?


对于商业化,以下可选功能包将为您的图像添加屏幕键盘:

For commercialization, the following optional feature packages will add the on-screen keyboard to your image:


  • IOT_SHELL_ONSCREEN_KEYBOARD
  • IOT_SHELL_ONSCREEN_KEYBOARD_FOLLOWFOCUS

这个过程仍然很困难,对我来说没什么意义,因为文档似乎不太合适完成。

This process is still difficult and makes little sense to me because the documentation does not seem to complete.

Dan DeMerchant

Dan DeMerchant

推荐答案

Hello  danoplus,

Hello danoplus,

如果您正在讨论如何将功能添加到
零售图像
,所以我假设您已成功创建基本零售图像。

If you are talking about how to add a feature to a retail image, so I assume you have created a basic retail image successfully.


  • 第一种方法直接使用powershell命令:

添加功能时对于零售图像,您可以转到用于创建现有零售图像的工作区,启动IoTCorePShell.cmd。然后,您可以使用Add-IoTProductFeature命令轻松添加功能:

While to add a feature to a retail image you can go to your workspace used to create existing retail image, launch the IoTCorePShell.cmd. Then you can use Add-IoTProductFeature command to add a feature easily like this:

Add-IoTProductFeature ProductA Retail IOT_SHELL_ONSCREEN_KEYBOARD

Add-IoTProductFeature ProductA Retail IOT_SHELL_ONSCREEN_KEYBOARD_FOLLOWFOCUS

之后构建所有包并构建映像:

After that build all package and build image:

buildpkg all
buildimage ProductA Retail

要确认您是否实际向图像添加了该功能,您可以检查以下路径中的OEMInput.xml文件,看它是否有IOT_SHELL_ONSCREEN_KEYBOARD和  IOT_SHELL_ONSCREEN_KEYBOARD_FOLLOWFOCUS功能:

To confirm you actually add the feature to the image you can check the OEMInput.xml file at the following path to see if it has IOT_SHELL_ONSCREEN_KEYBOARD and  IOT_SHELL_ONSCREEN_KEYBOARD_FOLLOWFOCUS features:

\Build\arm\ProductA\Retail\ProcessedFiles

  • Second method use a GUI tool:  IoT Core Image Wizard (Preview release). But I have not tested it yet.

如果有帮助请告诉我。

致以最好的问候,

Rita


这篇关于自定义FFU的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆