mksnr
to apply a dedicated serial number to each Imote2.
telnet localhost 3333 # Reset and Halt Target reset halt # Turn off Protection for 4 sectors flash protect 0 0 4 off # Erase 4 sectores flash erase_sector 0 0 4 # Write bootloader image (expected in bootloader_VERSION.bin) flash write_bank 0 bootloader_VERSION.bin 0 # Optional write serial number (expected in file snr) flash write_bank 0 snr 0x3fffc # Reset and Run Target reset run