Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Ads

Discussion Groups

See Also

DSPFPGAElectronics

VxWorks

Comp.Arch.Embedded is a worldwide Usenet news group that is used to discuss various aspects of Embedded Systems development.

We found 226 threads matching "vxworks"

You are looking at page 1 of 6.

The most relevant threads are listed first

Task deleting itself in VxWorks

karthikbalaguru - 2007-10-14 00:22:00
Hi, Can the calling task delete itself in VxWorks ? Is there any pdf/link that discusses about this ? This deletion is possible in =B5C/OS-II , but i need to know some info w=2Er.t VxWorks Thx in advans, Karthik Balaguru ...Task deleting itself in VxWorks

Delete itself in VxWorks

karthikbalaguru - 2007-10-13 23:17:00
Hi, Can the calling task delete itself in VxWorks ? Is there any pdf/link that discusses about this ? This deletion is possible in =B5C/OS-II , but i need to know some info w=2Er.t VxWorks Thx in advans, Karthik Balaguru ...Delete itself in VxWorks

Is 'for' better in Vxworks ?

karthikbalaguru - 2007-10-18 07:00:00
Hi, How many cycles does memcpy require in VxWorks w.r.t Arm Processor. Is 'for' better compared to 'memcpy' in VxWorks ? Any ideas ? Thx in advans, Karthik Balaguru ...Is 'for' better in Vxworks ?

Linux "wait_queue" equivalent in VxWorks 6.x

Ebastec - 2006-07-01 07:05:00
Hello all. While porting firmware from Linux 2.4 to VxWorks 6.x, I came across a Linux object named "wait_queue". I'm trying to figure out what's the best VxWorks object that fulfill the Linux "wait_queue" task. I started to use VxWorks message queues for it, but I'm not sure that it is the s...Linux

Graphic libraries for vxWorks

Meenal Gupta - 2006-09-14 05:52:00
Hello Friends, I am working on tornado 2.0 on windows I want to know ........ Does vxWorks support any graphic libraries ? Is there any option that we can take the windows graphic support on vxWorks? I want ot create a window on vxworks from where i can create the window? How to make my own ...Graphic libraries for vxWorks

Porting VxWorks on Linux or BSD 6.x

ak - 2007-06-08 17:34:00
Hello, We have a complex VxWorks based embedded application - We want to now switch to Linux or BSD (preferred) I need to prototype this - I see that MontaVista has an open Source library @ (http:// legacy2linux.sourceforge.net/v2linux.html) to help with this porting - - I have severa...Porting VxWorks on Linux or BSD 6.x

How to measure Performance on VxWorks

anwar_pc - 2009-04-22 00:50:00
I am running VxWorks 6.6 on a MPC processor 8377. This processor core got few Performance monitoring registers, using which we can measure the performance (like cache hits, misses etc). How to use this in VxWorks? is there any other way to know the cache hits and misses in VxWorks? ...How to measure Performance on VxWorks

books or materials for vxworks

sugam - 2006-02-03 00:46:00
i have recently joined a course in embedded system design. can any one suggest me some good books for vxworks along with its prerequisites ...books or materials  for vxworks

Re: C++ STL in embedded systems

AD - 2006-01-05 13:50:00
I did face few issues when introducing STL in a vxWorks based system.Major problems were: - significant code bloat - incomplete STL support by the specific vxWorks version that we were using. There were scores of linking errors whenSTL was used.Had to make modifications to the STL header files ...Re: C++ STL in embedded systems

Kerberos on VxWorks

morpheus - 2008-04-21 05:39:00
Hi all, We are trying to give the kerberose library support on VxWorks 6.5. Presently VxWorks doesn't support Kerberose library. So we are decided to port one good Kerberose implementation. I've found a few libraries over the net. But if anybody have already tried porting any good kerberose i...Kerberos on VxWorks

Related to VXWORKS

A.P.Sundar - 2008-06-19 07:07:00
1. Is there any free RTOS available which can be ported to ARM 7 and 9 controllers. 2. Can Vxworks be ported to VIA processors?. Sundar. ...Related to VXWORKS

VxWorks for PC?

andersod2 - 2008-08-28 21:19:00
Hey all, Is there a simulator-type shell of VxWorks that works with windows xp?...I'm thinking something along the lines of like cygwin...I know it's kind of a backwards idea, but I'm just talking in terms of getting used to the dev environment and basic stuff that isn't particularly real-tim...VxWorks for PC?

bcopy

karthikbalaguru - 2007-10-08 05:04:00
Hi, I find that the stackpointer is pointing to 'bcopy' at the time of crash of my VxWorks application. This was found by analysing the log file and the Vxworks MAP files. On stack traceback, i find that 'bcopy' is being called by another routine (namely 'A'). I do not find 'bcopy' being...bcopy

USB host on VxWorks 5.5 PPC 5200

sfsharon@gmail.com - 2008-05-10 07:59:00
I need information on how to add USB functinality - reading and writing from a mass storage device (DoK). My board is a PPC based, MPC5220 (freescale) Lite evaluation board, and I'm running on a VxWorks 5.5 version. Any help or a point to where to begin from, would be very helpful. ...USB host on VxWorks 5.5 PPC 5200

Re: POSIX cleaning ^.^ on real time What if I signal to dead thread?

Dave - 2006-07-11 04:30:00
On Tue, 11 Jul 2006 00:30:20 -0700, ahtz wrote: > POSIX cleaning ^.^ on real time What if I signal to dead thread? > Nice to question again fellas. How you been! > > Lately, I control the signal actions in threads on Vxworks. > I don't know how VxWorks library do the things insightly bu...Re: POSIX cleaning ^.^ on real time What if I signal to dead thread?

Re: rtos features

EventHelix.com - 2004-06-22 07:24:00
Did you consider VxWorks? VxWorks has been around for a long time and is quite stable. Sandeep -- http://www.EventHelix.com/EventStudio EventStudio 2.0 - Real-time and Embedded System Design CASE Tool ...Re: rtos features

scheduler

karthikbalaguru - 2008-05-14 16:56:00
Hi, I am trying to port a linux(2.6)(posix compliant) software based on ARM9 to VxWorks(6.5)(Posix Compliant) running on ARM9. The software deals with lot of thread(posix) creation and intertask communications. It also deals with shared memory. I am worried that the scheduler of linux and vx...scheduler

i find difficulty to using vxworks.

BAKERY - 2006-07-05 09:30:00
all hi! ^.^ sorry that my bad english skill. i'm university student in korea. (major : electronics) please help me.... =E3=85=A0.=E3=85=9C i was take lectures on linux embedded. even if it was very elementary and using linux contents, it gave a self-confidence to me about using ...i find difficulty to using vxworks.

Re: Exact Place at which my application goes weird

karthikbg - 2007-02-06 12:11:00
On Feb 6, 8:07 pm, "Boudewijn Dijkstra" wrote: > Op Tue, 06 Feb 2007 14:42:27 +0100 schreef karthikbg > : > > > My application goes into a Deadlock condition OR some_Unknown_Problem. > > If i use JTAG and do 'Connect' , can i get the exact place of problem > > It's possible. ...Re: Exact Place at which my application goes weird

MVME-6100 vxWorks and Bus Errors

2007-01-25 16:36:00
Anybody have any experience with the Motorola MVME-6100 singleboard computer running vxWorks? I have been porting an application, not written by me, from an older MVME-167 processor to the MVME-6100. It has been a very long hard climb... However I feel the end is near. The application invol...MVME-6100 vxWorks and Bus Errors

loading linux using vxworks boot loader

Sagar Borikar - 2006-05-18 06:07:00
Hi , I am loading the kernel 2.6.12 for MIPS target using vxworks boot loader. VxWorks kernel 5.5.1 image is at 0x80010000 and I have linked the linux ELF image with the same start address in Makefile. And the start_kernel with 0x80ae600 address. As it is vxworks version is after 5.4 , it c...loading linux using vxworks boot loader

Code porting from VxWorks to Rtems

2006-05-05 03:19:00
Hi, I have a code in c for a chip(driver), which is calling functions of the vxworks RTOS. Functions such related to semaphores and queues. I need to port the drivers for RTEMS RTOS. Can someone please help me with how to go around with this. Regards, Amit ...Code porting from VxWorks to Rtems

can i have 8019 ethernet card drivers for vxworks..

hariprasad25 - 2007-05-06 07:47:00
hi friends, iam doing R & D on ethernet cards specifically 8019. i want to use the drivers given in vxworks 5.4 or if the drivers are not available can i add it as a patch.. plz help me out of it. hari. ...can i have 8019 ethernet card drivers  for vxworks..

how to generate vxworks bsp

xtmtd - 2006-10-03 20:57:00
hi, i want to generate bsp for vxworks in the xilinx edk after clicking down the "generate libraray ans bsps", but then a problem come up to me. /cygdrive/c/EDK/gnu/powerpc-eabi/nt/bin/../lib/gcc/powerpc-eabi/3.4.1/../../../../powerpc-eabi/bin/ld: cannot find boot.o collect2: ld return...how to generate vxworks bsp

Embedded RTOS and VxWorks Training

Sophie Williams - 2004-05-20 17:50:00
HI can anyone suggest 1. where I can locate Embedded RTOS training materials 2. a qualified VxWorks trainer with his own materials thanks Sophie ...Embedded RTOS and VxWorks Training

[comp.os.vxworks] FAQ - index

Johan Borkhuis - 2006-06-20 00:24:00
Archive-name: vxworks-faq/index Posting-Frequency: monthly Last-modified: 2005/07/29 Version: 1.53 URL: http://www.xs4all.nl/~borkhuis/vxworks/vxworks.html Copyright: (c) 1999 - 2005 Johan Borkhuis Maintainer: Johan Borkhuis This is the index of the FAQ for the newsgroup comp.os.vxwork...[comp.os.vxworks] FAQ - index

[comp.os.vxworks] FAQ - index

Johan Borkhuis - 2005-11-18 00:37:00
Archive-name: vxworks-faq/index Posting-Frequency: monthly Last-modified: 2005/07/29 Version: 1.53 URL: http://www.xs4all.nl/~borkhuis/vxworks/vxworks.html Copyright: (c) 1999 - 2005 Johan Borkhuis Maintainer: Johan Borkhuis This is the index of the FAQ for the newsgroup comp.os.vxwork...[comp.os.vxworks] FAQ - index

[comp.os.vxworks] FAQ - index

Johan Borkhuis - 2005-12-19 00:37:00
Archive-name: vxworks-faq/index Posting-Frequency: monthly Last-modified: 2005/07/29 Version: 1.53 URL: http://www.xs4all.nl/~borkhuis/vxworks/vxworks.html Copyright: (c) 1999 - 2005 Johan Borkhuis Maintainer: Johan Borkhuis This is the index of the FAQ for the newsgroup comp.os.vxwork...[comp.os.vxworks] FAQ - index

[comp.os.vxworks] FAQ - index

Johan Borkhuis - 2006-01-18 00:49:00
Archive-name: vxworks-faq/index Posting-Frequency: monthly Last-modified: 2005/07/29 Version: 1.53 URL: http://www.xs4all.nl/~borkhuis/vxworks/vxworks.html Copyright: (c) 1999 - 2005 Johan Borkhuis Maintainer: Johan Borkhuis This is the index of the FAQ for the newsgroup comp.os.vxwork...[comp.os.vxworks] FAQ - index

[comp.os.vxworks] FAQ - index

Johan Borkhuis - 2006-02-18 00:27:00
Archive-name: vxworks-faq/index Posting-Frequency: monthly Last-modified: 2005/07/29 Version: 1.53 URL: http://www.xs4all.nl/~borkhuis/vxworks/vxworks.html Copyright: (c) 1999 - 2005 Johan Borkhuis Maintainer: Johan Borkhuis This is the index of the FAQ for the newsgroup comp.os.vxwork...[comp.os.vxworks] FAQ - index

[comp.os.vxworks] FAQ - index

Johan Borkhuis - 2006-03-20 00:33:00
Archive-name: vxworks-faq/index Posting-Frequency: monthly Last-modified: 2005/07/29 Version: 1.53 URL: http://www.xs4all.nl/~borkhuis/vxworks/vxworks.html Copyright: (c) 1999 - 2005 Johan Borkhuis Maintainer: Johan Borkhuis This is the index of the FAQ for the newsgroup comp.os.vxwork...[comp.os.vxworks] FAQ - index

[comp.os.vxworks] FAQ - index

Johan Borkhuis - 2006-04-20 00:35:00
Archive-name: vxworks-faq/index Posting-Frequency: monthly Last-modified: 2005/07/29 Version: 1.53 URL: http://www.xs4all.nl/~borkhuis/vxworks/vxworks.html Copyright: (c) 1999 - 2005 Johan Borkhuis Maintainer: Johan Borkhuis This is the index of the FAQ for the newsgroup comp.os.vxwork...[comp.os.vxworks] FAQ - index

[comp.os.vxworks] FAQ - index

Johan Borkhuis - 2006-05-21 00:23:00
Archive-name: vxworks-faq/index Posting-Frequency: monthly Last-modified: 2005/07/29 Version: 1.53 URL: http://www.xs4all.nl/~borkhuis/vxworks/vxworks.html Copyright: (c) 1999 - 2005 Johan Borkhuis Maintainer: Johan Borkhuis This is the index of the FAQ for the newsgroup comp.os.vxwork...[comp.os.vxworks] FAQ - index

[comp.os.vxworks] FAQ - index

Johan Borkhuis - 2006-07-20 00:47:00
Archive-name: vxworks-faq/index Posting-Frequency: monthly Last-modified: 2005/07/29 Version: 1.53 URL: http://www.xs4all.nl/~borkhuis/vxworks/vxworks.html Copyright: (c) 1999 - 2005 Johan Borkhuis Maintainer: Johan Borkhuis This is the index of the FAQ for the newsgroup comp.os.vxwork...[comp.os.vxworks] FAQ - index

[comp.os.vxworks] FAQ - index

Johan Borkhuis - 2006-08-19 00:48:00
Archive-name: vxworks-faq/index Posting-Frequency: monthly Last-modified: 2005/07/29 Version: 1.53 URL: http://www.xs4all.nl/~borkhuis/vxworks/vxworks.html Copyright: (c) 1999 - 2005 Johan Borkhuis Maintainer: Johan Borkhuis This is the index of the FAQ for the newsgroup comp.os.vxwork...[comp.os.vxworks] FAQ - index

[comp.os.vxworks] FAQ - index

Johan Borkhuis - 2006-09-18 00:52:00
Archive-name: vxworks-faq/index Posting-Frequency: monthly Last-modified: 2005/07/29 Version: 1.53 URL: http://www.xs4all.nl/~borkhuis/vxworks/vxworks.html Copyright: (c) 1999 - 2005 Johan Borkhuis Maintainer: Johan Borkhuis This is the index of the FAQ for the newsgroup comp.os.vxwork...[comp.os.vxworks] FAQ - index

[comp.os.vxworks] FAQ - index

Johan Borkhuis - 2006-10-19 00:25:00
Archive-name: vxworks-faq/index Posting-Frequency: monthly Last-modified: 2005/07/29 Version: 1.53 URL: http://www.xs4all.nl/~borkhuis/vxworks/vxworks.html Copyright: (c) 1999 - 2005 Johan Borkhuis Maintainer: Johan Borkhuis This is the index of the FAQ for the newsgroup comp.os.vxwork...[comp.os.vxworks] FAQ - index

[comp.os.vxworks] FAQ - index

Johan Borkhuis - 2006-11-18 00:23:00
Archive-name: vxworks-faq/index Posting-Frequency: monthly Last-modified: 2005/07/29 Version: 1.53 URL: http://www.xs4all.nl/~borkhuis/vxworks/vxworks.html Copyright: (c) 1999 - 2005 Johan Borkhuis Maintainer: Johan Borkhuis This is the index of the FAQ for the newsgroup comp.os.vxwork...[comp.os.vxworks] FAQ - index

[comp.os.vxworks] FAQ - index

Johan Borkhuis - 2006-12-18 00:29:00
Archive-name: vxworks-faq/index Posting-Frequency: monthly Last-modified: 2005/07/29 Version: 1.53 URL: http://www.xs4all.nl/~borkhuis/vxworks/vxworks.html Copyright: (c) 1999 - 2005 Johan Borkhuis Maintainer: Johan Borkhuis This is the index of the FAQ for the newsgroup comp.os.vxwork...[comp.os.vxworks] FAQ - index

[comp.os.vxworks] FAQ - index

Johan Borkhuis - 2007-01-17 00:28:00
Archive-name: vxworks-faq/index Posting-Frequency: monthly Last-modified: 2005/07/29 Version: 1.53 URL: http://www.xs4all.nl/~borkhuis/vxworks/vxworks.html Copyright: (c) 1999 - 2005 Johan Borkhuis Maintainer: Johan Borkhuis This is the index of the FAQ for the newsgroup comp.os.vxwork...[comp.os.vxworks] FAQ - index
| 1 | 2 | 3 | 4 | 5 | 6 | next