Hi,
I have developed a Fast IR driver for ARM platform. I am able to transfer
the files between my desktop and development board. Though I am not able to
transfer bigger files(since I am not using DMA yet), I am successfully able
to transfer files of small size.
while trying to run the CETK test cases, I found that, all the connection
oriented test cases are skipping, and I am just getting the result as
SKIPPED: Unable to establish connection to IRTestServer.
Following is the procedure I follow.
I am running one board as server and I run the following commands
s services stop obx0:
s irapisrv22
It shows
Creating AF_IRDA endpoint
IRSRV waiting for connect...
Another board I am using as client and I am running the following commands
s services stop obx0:
s tux -o -d irapi22 -f cesh:irapitest.log
Following components are added SYSGEN_IRDA, SYSGEN_WINSOCK,
SYSGEN_OBEX_INBOX(file transfer)
I have got the same code, passing all the test cases. The only difference
is, more components are added to the platform, power management is also
introduced. Wrt to the code I didn't do any modifications.
Is there anything I missed out.
Any help will be greatly appreciated
Thanks in advance