EBox3300开发简明流程

来源:互联网 发布:美联储基准利率数据 编辑:程序博客网 时间:2024/05/05 10:15

 1.安装开发工具

    如果下载了WinCE 6.0 R3那么可以直接参考R3的安装指南安装。必须要装的按顺序是下面这样:

Vs2005,Vs2005Sp1,WinCE6.0,WinCE6.0 Pb Sp1,WinCE R2,WinCE R3

全套装下来大概10多G

 

 

具体我就直接转贴了。

Windows® Embedded CE 6.0 R3 Installation Instructions

 Visual Studio® 2005 Professional 

  1. Install Microsoft® Visual Studio 2005
    If not already installed -- Use Visual Studio disc
  2. Install Microsoft Visual Studio 2005 Team Suite Service Pack 1
  3. Install Microsoft Visual Studio 2005 Service Pack 1 Update for Windows Vista®
    Install if your workstation is running Windows Vista
 Windows Embedded CE 6.0  
  1. Install Windows Embedded CE 6.0
    If not already installed -- Use CE 6.0 disc
  2. Install Windows Embedded CE 6.0 Platform Builder Service Pack 1
 Windows Embedded CE 6.0 R2  
  1. Install Windows Embedded CE 6.0 R2
    Install after you have installed Microsoft Visual Studio 2005, CE 6.0 Toolkit and the necessary service packs
  2. (Optional) Install Monotype Imaging iType font engine sample for Windows Embedded CE 6.0 R2
    This install is a 3rd party example of a pluggable font engine for Windows Embedded CE 6.0 R2. This code does not constitute a “Microsoft Licensed Product.” Microsoft does not provide any representations, warranties or indemnities with respect to this 3rd party code and any use of this code is governed by its accompanying 3rd party license.
 Windows Embedded CE 6.0 R3 
  1. Install Windows Embedded CE 6.0 R3
    Install after you have installed Microsoft Visual Studio 2005, CE 6.0 toolkit, CE 6.0 R2 and the necessary service packs.
  2. (Optional) Install Microsoft Office and Adobe PDF Viewer
    Install after installing CE 6.0 R3
  3. (Optional) Install Tencent QQ Messenger Client
    Install after installing CE 6.0 R3
 Expression BlendTM 2  
  1. (Optional) Install Expression Blend 2
    Install -- Use Expression Blend 2 disc

   2.安装EBox3300相关的支持。

     BSP->CoreCon->AutoRun

     需要注意的是如果BSP下面的内容要copy到WinCE的platform下面,具体的将ICOP_eBox3300_60DSCopy到WinCE/Platfom

然后有Ebox3300的建议仔细看jumpstart 那个pdf,没有的或者不想仔细看的继续看我的。

     CoreCon和AutoLaunch也建议Copy到WinCE下面,具体的是在WinCE目录下面创建3rdparty目录,将CoreCon_v100Copy到WinCE/3rdparty,将 AutoLaunch_x86Copy到WinCE/3rdparty。由于我没有安装CoreCon和AutoLunch到缺省目录,所以这两个内容没有出现在Vs2005Ide里面相应的地方。只有上述处理以后后面才能正常进行。复制完成后找到AutoLaunch_x86.pbcxml和CoreCon_v100.pbcxml用VS2005打开,将Locations属性改为正确的目录(即WinCE下的某个目录)。如果不改,可能会出一些报错,对开发有无影响不知。

 

3.按照EBox3300 jumpstart 那个pdf进行操作

 

简单的讲为:编译系统Image,download到设备,生成sdk,开发程序,发布及调试程序几步。

 

总结:上述软件从msdn上下载用了1天,安装到调试完一天。另外编译系统Image需要时间较久,我大概用了半小时。

 

原创粉丝点击