English 中文(简体)
Has anyone run VxWorks on a desktop PC as a target
原标题:
  • 时间:2010-02-24 23:13:02
  •  标签:
  • vxworks

Can I use a desktop PC to run VxWorks as the operating system? In other words, can a standard PC be used as a target processor? I m not talking about hosting Workbench and a VxSim on the same machine. Rather, I m considering running just VxWorks (and my application) on a PC.

It seems feasible as long as we can configure a board support package, and write or obtain device drivers for the I/O cards on the PCI bus. What I wonder is, has anyone actually done this?

I m interested in saving a bit of money on hardware over a single board computer and cPCI backplane by using a spare desktop sitting around unused. The application is for a test set to be used in a lab. So, I don t need the portability, etc. of a typical embedded processor.

最佳回答

Totally Possible.
There are a number of BSPs that work out of the box: pcPentium4 is the canonical one, but with the new processors/bridge combos, there are specific BSPs available. Those BSPs start with itl_
Boot device can be a USB flash drive, a floppy drive or a hard disk.

问题回答

I used to do it all the time. These days it is even simpler as you can run VxWorks on top of VmWare and use one PC as both host and a target system. Contact your friendly local Wind River TAM/FAE as they might provide you with preconfigured project/BSP.





相关问题
Instruction on how to build Qt for VxWorks?

I would like to use Qt with VxWorks. Is that possible? If so, does anyone know if there s a tutorial or step-by-step guide on how to do so? Extra If anyone has experience in using Qt with VxWorks, ...

Has anyone run VxWorks on a desktop PC as a target

Can I use a desktop PC to run VxWorks as the operating system? In other words, can a standard PC be used as a target processor? I m not talking about hosting Workbench and a VxSim on the same ...

VxWorks:任务ID覆盖到另一个内存位置。

我在VxWorks 5.5.1上运行一个应用程序,它基本上分配了一个STL map数据结构,但在某些情况下,我的主任务会崩溃。当我通过调试器监视时,分配的STL映射的大小...

热门标签