EmbeddedRelated.com
The 2024 Embedded Online Conference

GoAhead asp pages don't work on VxWorks

Started by Anonymous in comp.arch.embedded17 years ago

I have build the GoAhead WebServer for VxWorks and download it on my target. When I go on home.asp (or any other asp page) with the browser I...

I have build the GoAhead WebServer for VxWorks and download it on my target. When I go on home.asp (or any other asp page) with the browser I receive a white page. I haven't received error messages, only a white page. If I open the page received to see its code I see nothing, the page is blank. The HTML pages work fine. What's happened? Thanks. Lorenzo


Fail to load boot image?

Started by hadimotamedi in comp.arch.embedded14 years ago

Dear All I modified my vxworks ppc node bootChange parameters to boot the kernel image from a Linux node , as the following: 'boot device :...

Dear All I modified my vxworks ppc node bootChange parameters to boot the kernel image from a Linux node , as the following: 'boot device : motfcc unit number : 0 processor number : 0 host name : craftpc file name : /tmp/vxWorks.ppc inet on ethernet : 172.18.212.1:ffff0000 host inet : 172.18.128.1 user : www ftp password : 123456 flags : 0xa target name : bs other : motfcc' But when...


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

Started by ahtz in comp.arch.embedded18 years ago 1 reply

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...

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 but Experts sir!! please answer my question. void *test(void *data) { int i ; tempo temp; // tempo is just a class struct sig...


Linker error while using STL in VXworks 5.4.2

Started by yuva in comp.arch.embedded16 years ago 1 reply

Hi, Am using CCPPC for vxworks 5.4.2 and i am trying to use STL (map). it compiles properly but throws a linker error...

Hi, Am using CCPPC for vxworks 5.4.2 and i am trying to use STL (map). it compiles properly but throws a linker error /vobs/optera/target/h/stl_tree.h:604: undefined reference to `rb_tree ::__erase(__rb_tree_node


Cross compiler i686-->PowerPC/vxWorks

Started by m.baldasseroni in comp.arch.embedded17 years ago

Good evening, I'm trying to configure gcc 3.4.5 to be cross compiler with i686 as host and powerpc-wxworks (with altivec support) as...

Good evening, I'm trying to configure gcc 3.4.5 to be cross compiler with i686 as host and powerpc-wxworks (with altivec support) as target. I'm working under msys and I'm using the mingws's compiler (gcc 3.4.2). I have lunched configure command as: ../configure --with-gcc --with-gnu-ld --with-gnu-as --with-gnu-ar --enable-threads --target=powerpc-vxworks --enable-language=c,c++ --enabl...


The ordered Tornado 2.2 tools (2 CD) contain VxWorks OS already, right?

Started by Lee in comp.arch.embedded19 years ago 1 reply

Thank a lot, Adrian

Thank a lot, Adrian


Rtos porting

Started by Non scrivetemi in comp.arch.embedded17 years ago 6 replies

Anyone on here have any experience bringing up VxWorks on a 1N4148 ?

Anyone on here have any experience bringing up VxWorks on a 1N4148 ?


RTOS?

Started by Surya in comp.arch.embedded17 years ago 2 replies

I am developing an FPGA application which works in series with a main processor which is running an RTOS(VxWorks). Since my inputs and outputs...

I am developing an FPGA application which works in series with a main processor which is running an RTOS(VxWorks). Since my inputs and outputs are to and from that processor, should i be using any RTOS? Kindly clarify. thanks in advance. Regards Surya.


How to Build a Board with DSP chip

Started by Simone Mehta in comp.arch.embedded20 years ago 12 replies

Hi , I want to build a board (BSP) . I have with me a TI processor . and want to use some RTOS (like pSOS/VxWorks ). I don;t know whether...

Hi , I want to build a board (BSP) . I have with me a TI processor . and want to use some RTOS (like pSOS/VxWorks ). I don;t know whether this is possible but want your Inputs. If suppose I have the RTOSes I have mentioned do their kernel run on TI processor chips. Getting up a Host/Target ENV will be my next job. TIA, Simone81


What's Intel up to?

Started by Non scrivetemi in comp.arch.embedded15 years ago 8 replies

http://www.linuxdevices.com/news/NS6188471898.html What is Intel up to buying Wind River Systems? Saying 'from now on vxWorks will only run...

http://www.linuxdevices.com/news/NS6188471898.html What is Intel up to buying Wind River Systems? Saying 'from now on vxWorks will only run on Intel x86 processors' will simply kill the business, so that's not really an option. And since most embedded system OEM's are switching towards ARM I don't see the logic behind this move. Anyone willing to make a guess?


Evaluation Of RTOS

Started by Ketch in comp.arch.embedded18 years ago 4 replies

I have been given the task of trying to survey customers of "Green Hill Software's Integrity" and "Wind River's VxWorks" for Carnegie...

I have been given the task of trying to survey customers of "Green Hill Software's Integrity" and "Wind River's VxWorks" for Carnegie Mellon University. I would really appreciate being able to talk to any of you who have experience with one or both of these products. If you don't have any experience with these products, but do have experience with finding customers for this kind of surveys ...


PPC405 sleep?

Started by Bo in comp.arch.embedded19 years ago 6 replies

I am trying to put the PPC405 asleep on a VirtexIIPro ML310 Xilinx development board and not have a lot of luck. I'm running VxWorks and have...

I am trying to put the PPC405 asleep on a VirtexIIPro ML310 Xilinx development board and not have a lot of luck. I'm running VxWorks and have written a little application that toggles an LED so that I know the task is running. I've tried two methods--with drastically different results-- but neither of which do everything I need. First try: I loaded my app that toggles LEDs via a Tor...


Can any one explain/clarify this behaviour of MIPS/VXWORKS

Started by Anonymous in comp.arch.embedded18 years ago 5 replies

Hi All, We are trying to port our application from PPC405 to MIPS 4KC. I have come across one erratic behaviour of following code...

Hi All, We are trying to port our application from PPC405 to MIPS 4KC. I have come across one erratic behaviour of following code snippet. ******************************************************************************* /*Definitions for Safe Memory Backup, reboot reasons etc */ #define SAFE_MEMORY_BASE 0x81FB0000 #define SAFE_MEMORY_LIMIT 1024 char safeMemory...


Help Getting Started with embedded systems

Started by j.discuss in comp.arch.embedded19 years ago 3 replies

Hello, I've been coding in C/C++ for quite awhile for Linux and solaris. My next assignment is in Embedded systems (PowerPC, VxWorks or...

Hello, I've been coding in C/C++ for quite awhile for Linux and solaris. My next assignment is in Embedded systems (PowerPC, VxWorks or Embedded Linux) and I have no experience in it. What are the surpise waiting for me in embedded systems? Could please suggest some good reading meterails? Thanksm Jeeva.


g++pentium 2.9 compiler problem

Started by samrat in comp.arch.embedded17 years ago 8 replies

Hi All, I am facing one of the typical scenario in the Tornado 2.2.1/vxWorks 5.5.1 g++pentium 2.9 compiler. This Compiler is not...

Hi All, I am facing one of the typical scenario in the Tornado 2.2.1/vxWorks 5.5.1 g++pentium 2.9 compiler. This Compiler is not initialising properly any of the member array of function pointers either 1-dimensional or 2-dimensional. For this problem i got a solution from windriver because it is one of the SPR'S it's number : 110843 so i installed the Service P...


VME Auto system controller ID issue

Started by Bo in comp.arch.embedded17 years ago 8 replies

We are using Motorola MVME5100 boards and VxWorks 6.3. We modified the delivered BSP to allow us to have shared memory windows across all...

We are using Motorola MVME5100 boards and VxWorks 6.3. We modified the delivered BSP to allow us to have shared memory windows across all processor cards. Now, our problem appears to be that the auto syscon feature of the board is not working properly. That is to say, if any controller, not in slot 0, is present and has auto-config jumper set to AUTO., then we see the following behavior:...


Semaphore services in embedded rtos

Started by Banh_2000 in comp.arch.embedded9 years ago 2 replies

I am looking for information how the semaphores work in embedded rtos like vxworks or integrity. Is there a minimum standards services required?...

I am looking for information how the semaphores work in embedded rtos like vxworks or integrity. Is there a minimum standards services required? Is there a standard ways for a task to wait in a semaphore or being waking up? When a semaphore is released, will all waiting tasks transferred to the ready queue?


Difference between Events and Signals wrt Interprocess Communication in RTOS

Started by ssubbarayan in comp.arch.embedded18 years ago 29 replies

Dear all, I am not aware of the exact difference between an event and a signal.I was under impression what was available as events in other...

Dear all, I am not aware of the exact difference between an event and a signal.I was under impression what was available as events in other RTOS is available as Signals with Vxworks.Can you please elaborate me the difference between the two or point me to some links where I can get the difference between the two? Advanced thanks for your replys, Regards, s.subbarayan


Web services in an embedded environment

Started by Default User in comp.arch.embedded17 years ago 4 replies

I work in software research and developement in the aerospace industry. We're assisting a project where they are interested in looking at...

I work in software research and developement in the aerospace industry. We're assisting a project where they are interested in looking at web services in an embedded system. This would most likely be WSDL/XML/SOAP. While there would be fairly powerful processing to an extent, it's still a resource-constrained environment, running on an RTOS (I think VxWorks). In particular they are concer...


How is QNX compared to VxWork?

Started by Like2Learn in comp.arch.embedded13 years ago 3 replies

I would like to get some comments and a rough assessment on QNX RTOS, like what makes you like it the most? What makes you like it the least?...

I would like to get some comments and a rough assessment on QNX RTOS, like what makes you like it the most? What makes you like it the least? Does its message passing faster than its competators? Does QNX support networking applications with Ethernet well? I have special interests in comparing its performance and development tools with those of Wind River VxWorks and Wind River Linux 3.0/4....



The 2024 Embedded Online Conference