在 x86 嵌入式设备上安装 Windows CE
在嵌入式设备上安装 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我最终确实弄清楚了如何做到这一点。 我遵循的步骤如下:
drive:\\PLATFORM\CEPC\SRC\BOOTLOADER\DOS\BOOTDISK
复制所有文件并粘贴将其复制到设备的闪存盘中(这些文件始终随 Win CE 安装一起提供)EBOOT.BIN
放入设备的闪存盘中(这将是您的自定义 Win CE image)Well, I did figure out how to do this eventually. The steps I followed were as follows:
drive:\<path to wince installation>\PLATFORM\CEPC\SRC\BOOTLOADER\DOS\BOOTDISK
copy all files and paste it to the flash disk in the device (These files always comes with Win CE installation)EBOOT.BIN
in the flash disk on the device (This will be your custom Win CE image)