[Tinyos-help] Removing Applications from Motes

2010-07-28 Thread Rich Hayes
I was wondering if before installing a new application onto a mote (specifically the TelosB), do you need to remove the one that is currently residing on it?  My common sense says yes, but I didn't know if compiling and uploading a new program would just overwrite the old one. If a removal does

Re: [Tinyos-help] Removing Applications from Motes

2010-07-29 Thread Jeongyeup Paek
It happens automatically under the hood, so you don't need to worry about it. The make command erases, and overwrites for you. If you do 'make telosb install ~~', you can see in your console --- mkdir -p build/telosb compiling Blink to a telosb binary ncc -o build/telosb/ma