Changes between Version 16 and Version 17 of SCU


Ignore:
Timestamp:
Oct 6, 2010, 12:58:53 PM (14 years ago)
Author:
fornasiero
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCU

    v16 v17  
    3535 * init_variables.sh\\ Inits environment variables
    3636 * quick_start.sh\\ Simple script that execute a guided step-by step deployment, followed by a Secure Code Update operation.
     37 * scu.extra\\TinyOS extra required to compile any application you want to disseminate.
    3738
    3839
    3940== Running a Secure Code Update session ==
    4041
     42First of all the application that you want to disseminate must be built, using the given '''scu''' extra. So the file scu.extra must be moved into the {{{support/make}}} directory under the root directory of your TinyOS 2.x installation.
     43
     44Then you can compile the application you want to disseminate by moving into the application directory and running
     45{{{
     46make telosb scu
     47}}}
     48
     49At this point you can follow one of the following HOWTOs:
    4150
    4251=== Shortest HOWTO