在 x86 嵌入式设备上安装 Windows CE

发布于 2024-07-15 17:13:19 字数 314 浏览 4 评论 0原文

在嵌入式设备上安装 Windows CE 的一般过程是什么(例如 eBox4300< /a> 是否有相当于 Windows 中的 PXE 启动,以便我可以通过网络启动设备,然后在其上安装 Windows CE

?一个 dos 引导加载程序,如果存在(预加载)将使我能够执行此操作,但是由于闪存盘已格式化,因此我无法使用该引导加载程序。 任何帮助将不胜感激。

谢谢

What is the general procedure to install Windows CE on an embedded device (like the eBox4300? Is there an equivalent of the PXE boot in windows so that I can boot the device over a network, and then install Windows CE on it?

I have googled extensively, and the only thing I've gathered is that there is a dos bootloader that if present (preloaded) will enable me to do this. But since the flashdisk was formatted, this isn't possible. And I'm unable to get my hands on this bootloader.
Any help will be appreciated.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沩ん囻菔务 2024-07-22 17:13:19

好吧,我最终确实弄清楚了如何做到这一点。 我遵循的步骤如下:

  1. 使用 HP Drive Key 启动实用程序(通过 bootdisk.com 方法2)
  2. 格式化设备中的闪存盘。
  3. 使用 MBRTool 使设备中的闪存盘可启动(如果您在磁盘上安装了 GRUB,则这是必需的.MBR需要被覆盖)
  4. 从Win CE安装文件夹中,从drive:\\PLATFORM\CEPC\SRC\BOOTLOADER\DOS\BOOTDISK复制所有文件并粘贴将其复制到设备的闪存盘中(这些文件始终随 Win CE 安装一起提供)
  5. 将您的 Win CE 版本 - EBOOT.BIN 放入设备的闪存盘中(这将是您的自定义 Win CE image)
  6. 移除 USB 驱动器,然后启动设备。 您的新版本的 Win CE 应该会启动。

Well, I did figure out how to do this eventually. The steps I followed were as follows:

  1. Make a bootable USB drive using HP Drive Key Boot Utility (via bootdisk.com Method 2)
  2. Format the flash disk in the device.
  3. Make the flash disk in the device bootable using MBRTool (This is necessary if you installed GRUB on the disk. The MBR needs to be overwritten)
  4. From the Win CE installation folder, from drive:\<path to wince installation>\PLATFORM\CEPC\SRC\BOOTLOADER\DOS\BOOTDISKcopy all files and paste it to the flash disk in the device (These files always comes with Win CE installation)
  5. Put your build of Win CE - EBOOT.BIN in the flash disk on the device (This will be your custom Win CE image)
  6. Remove the USB drive, and boot the device. Your new build of Win CE should boot up.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文