Description:
The VxWorks real-time operating system.
|
|
|
How to handle all API for C++ in vxworks
|
| |
Hi friends
I want to use C++ development in vxworks
From online search what i realise is in vxworks for all available API
FUNCPTR takes only static memebr function
For example
taskSpawn()
wdStart()
sysIntConnect()...etc
all above API takes static member function as a function pointer
due to which it's require to use wrapper functions with this pointer... more »
|
|
TrueFFS in VxWorks
|
| |
I'm configuring TrueFFS in VxWorks. There is a macro FLASH_BASE_ADRS.
Should I specify a virtual or physical address for this ?
Thanks.
|
|
network problem vxworks 6.4/MPC5200B
|
| |
Hi,
I have the following problem in my MPC5200B based system. It has a
single FEC interface, which is connected to a switch. It receives both
UDP multicasts and a UDP unicasts, and sends UDP unicasts.These are
handled by 3 different tasks each with its own socket. the tasks have
priority of 100. After a while (10 minutes or so), it stops both... more »
|
|
Vxworks /tgtsvr
|
| |
Hello everyone. I am little new to Vxworks OS and workbench
evniornment. I am currently trying to do an fopen to create folders
and bunch of files on my test fixture. I am using /tgtsvr and set path
on the PC to store files to. Now after issueing fopen, I am able to
create folders and files on my PC. However, fopen keeps failing... more »
|
|
Ethernet Intialization in vxworks 6.7
|
| |
hai all
I am using ipcom_drv_eth_init and followed by ifconfig for
initializing the Ethernet Channels
but after the compilation i am getting warning implicit declration of
ipcom_drv_eth_init and ifconfig
Pls Help me
regards
Raghu
|
|
Using telnet from Solaris 9 to PPC Processor with VxWorks OS
|
| |
I'm trying to get the version of the software loaded on a processor,
which uses VxWorks, from a Solaris 9 machine. However, I need to be
able to do this for multiple (30+) processors, which all use VxWorks,
and I need to repeat this process numerous times. I've tried using
telnet, but the version of telnet that we have (about 20 years old)... more »
|
|
VxWorks VGA boot line
|
| |
Hello everybody,
I've got a problem concerning the vga support of VxWorks.
I am trying to configure my own bootloader/image for an core2 duo CPCI
Board. The board doesn't have a serial port, thats why I would like to
use a VGA for output.
I've already included the PC_CONSOLE in the Kernel Configuration, wich... more »
|
|
Read MAC address on VxWorks 6.8
|
| |
I am attempting to read the MAC address of my device on VxWorks 6.8.
Back on Vx5.5, I was able to do this:
char macAddress[6];
STATUS ret = ERROR;
void * pDrvCookie = muxTkCookieGet(LAN_IF_NAME, LAN_IF_NUMBER);
if( pDrvCookie == NULL )
return ERROR;
else
ret = muxIoctl( pDrvCookie, EIOCGADDR, macAddress);... more »
|
|
Gary Sokolich 2305
|
| |
2305
W Gary Sokolich
801 Kings Road
Newport Beach, CA 92663-5715
(949) 650-5379
Local PD
949-644-3681 Residence:
5309 Victoria Ave., Los Angeles, CA, 90043
[link]
TEXAS BOARD OF PROFESSIONAL ENGINEERS... more »
|
|
snmp agent
|
| |
I realised the snmp agent according to the wind river snmp tutorial,
when doing the "next ipAdEntAddr" command, the expected result shoulb
be "ipAdEntAddr 127.0.0.1 IP Address: 127.0.0.1", but the result
turned to be "ip.24.6.0 Guage:1". How to solve the problem?
|
|
|