9
0
Fork 0
nuttx-bb/apps/system/install
patacongo f596d5fb93 Developing a new way to handle application configurations
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4609 7fd9a85b-ad96-42d3-883c-3090e2eb8679
2012-04-14 20:01:08 +00:00
..
Kconfig Developing a new way to handle application configurations 2012-04-14 20:01:08 +00:00
Makefile Incorporate install app from Uros 2011-05-12 14:49:46 +00:00
README.txt Incorporate install app from Uros 2011-05-12 14:49:46 +00:00
install.c install updates from Uros 2011-05-12 18:10:00 +00:00

README.txt

Install Program
===============

    Source: NuttX
    Author: Uros Platise
    Date: 7. May 2011

This application installs XIP application by placing it directly into
the program memory (flash) area into free area and creates a start-up
script into selected directory (i.e. /usr/bin/progname).

Usage:
    install [--stack RequiredStackSpace] [--priority Priority] 
            source-file destination-directory
    
If stackspace is not given default stack space of 4096 Bytes is used.
If priority is not given system default is used.

Additional options:

    --remove destination-file   i.e. install --remove /usr/bin/myapp
    --force                     to replace existing installation
    --start <page>              install app at or after <page>
    --margin <pages>            leave some free space after the kernel
                                Default is 16 pages so kernel may grow.