T2-iMote2:Testing:May2008

From TinyOS Wiki
Revision as of 06:12, 31 May 2008 by Fspadini (talk | contribs)
Jump to: navigation, search

All LPL apps need to be modified to allow the LPL stack to install on the iMote2

Application Name Pass/Fail
AntiTheft: Phil (note platform-specific) Fails, I started editing it but I get some errors.
BaseStation: Phil Blinking receive light, haven't verified serial output
Blink: Vlado Pass
Null: Phil Pass
Oscilloscope: Konrad Works, however, no visualization under windows. Can someone else verify this?
Powerup: Janos Pass
RadioCountToLeds: Mike Pass
RadioSenseToLeds: Mike Pass
tests/cc2420: David M
LplBroadcastCountToLeds Fail - Bypassed LPL not supported message, does not count up on LEDs -- Why does this fail?
LplBroadcastPeriodicDelivery Pass- Bypassed LPL not supported message
LplUnicastDeliver Pass after bypassing LPL not supported on this platform check.
RssiToSerial Pass
TxThroughput Pass
TestPacketLink Pass
TestAcks Pass
tests/deluge: Vlado Fail
tests/storage: Razvan
tests/TestAdc: Jan Fail
tests/TestAM: Kevin Pass
tests/TestArbiter: Kevin
TestFCFSArbiter Pass
TestRoundRobitArbiter Pass
tests/TestLPL: David M Pass
tests/TestPrintf: Phil Fail
tests/TestSerial: Miklos Pass - And with the new Core Voltage it doesn't drop packets.
tests/TestSimComm: Razvan Tos Sim, haven't verified it...
tests/TestSimTimer: Mike Tos Sim, haven't verified it...

TestADC Failure Output: $ make install intelmote2 mkdir -p build/intelmote2 xscale-elf-gcc -c /cygdrive/c/motes/tinyos-2.x/tos/platforms/intelmote2/toscrt0 .s /cygdrive/c/motes/tinyos-2.x/tos/chips/pxa27x/pxa27x_util.s -o build/intelmot e2/asms.o

   compiling TestAdcAppC to a intelmote2 binary

ncc -o build/intelmote2/main.exe -Os -Wall -Wshadow -Wnesc-all -target=intelmote 2 -fnesc-cfile=build/intelmote2/app.c -board= -DDEFINED_TOS_AM_GROUP=0x22 -DIDEN T_PROGRAM_NAME=\"TestAdcAppC\" -DIDENT_USER_ID=\"fspadini\" -DIDENT_HOSTNAME=\"h ephaestus\" -DIDENT_USER_HASH=0xd6834c41L -DIDENT_UNIX_TIME=0x48414e5aL -DIDENT_ UID_HASH=0x11b739c2L -DPXA27X_13M -T/cygdrive/c/motes/tinyos-2.x/tos/platforms/i ntelmote2/tos.x TestAdcAppC.nc -lm build/intelmote2/asms.o In component `TestAdcAppC': TestAdcAppC.nc:57: component DemoSensorNowC not found TestAdcAppC.nc:57: component `DemoSensorNowC' is not generic TestAdcAppC.nc:58: component DemoSensorStreamC not found TestAdcAppC.nc:58: component `DemoSensorStreamC' is not generic TestAdcAppC.nc:65: no match TestAdcAppC.nc:66: no match TestAdcAppC.nc:67: no match make: *** [exe0] Error 1