[Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Deluge/TestDeluge/GoldenImage
GoldenImageM.nc, 1.4, 1.5
Jonathan Hui
jwhui at users.sourceforge.net
Thu Mar 17 17:13:33 PST 2005
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/STM25P/STM25P
BlockStorageM.nc, 1.2, 1.3 HALSTM25PM.nc, 1.2,
1.3 SectorStorage.nc, 1.2, 1.3 StorageManagerM.nc, 1.4, 1.5
- Next message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Deluge/Deluge/TOSBoot/build/telosb
app.c, 1.2, 1.3 ident_flags.txt, 1.2, 1.3 main.exe, 1.2,
1.3 main.ihex, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-1.x/beta/Deluge/TestDeluge/GoldenImage
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5324/TestDeluge/GoldenImage
Modified Files:
GoldenImageM.nc
Log Message:
- Simplified implementation.
Index: GoldenImageM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/Deluge/TestDeluge/GoldenImage/GoldenImageM.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** GoldenImageM.nc 11 Mar 2005 21:46:39 -0000 1.4
--- GoldenImageM.nc 18 Mar 2005 01:13:30 -0000 1.5
***************
*** 208,212 ****
imgDesc.crc = crcByte(imgDesc.crc, tmp[i]);
- imgDesc.numPgsComplete = 1;
if (call Metadata.setupNewImage(&imgDesc) == FAIL)
post eraseData();
--- 208,211 ----
***************
*** 235,238 ****
--- 234,238 ----
call IFlash.write((uint8_t*)TOSBOOT_GESTURE_COUNT_ADDR, &tmp8, sizeof(tmp8));
addr = call Storage.imgNum2Addr(DELUGE_GOLDEN_IMAGE_NUM) + DELUGE_IDENT_SIZE;
+ // addr = 0xf0180
call IFlash.write((uint8_t*)TOSBOOT_NEW_IMG_START_ADDR, &addr, sizeof(addr));
- Previous message: [Tinyos-beta-commits] CVS: tinyos-1.x/beta/STM25P/STM25P
BlockStorageM.nc, 1.2, 1.3 HALSTM25PM.nc, 1.2,
1.3 SectorStorage.nc, 1.2, 1.3 StorageManagerM.nc, 1.4, 1.5
- Next message: [Tinyos-beta-commits]
CVS: tinyos-1.x/beta/Deluge/Deluge/TOSBoot/build/telosb
app.c, 1.2, 1.3 ident_flags.txt, 1.2, 1.3 main.exe, 1.2,
1.3 main.ihex, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-beta-commits
mailing list