|
||
---|---|---|
.. | ||
include | ||
lib | ||
linker | ||
source | ||
README.md | ||
flashclearapp.sh | ||
flashcreate.sh | ||
ramcreate.sh |
README.md
SOFTWARE
This directory contains the actual application & the loading/flashing tools.
-
ramcreate.sh - Create & load a startable binary to either RAM bank 1 or 2 (will be lost on power cycles ...)
usage: ./ramcreate.sh <<main_app_w/o_extension>> <<additional_lib_w/o_extension>> <<ram_bank_no>>
example: ./ramcreate.sh main illumination 1 -
flashcreate.sh - Create & flash an application image (for permanent action across power losses)
usage: ./flashcreate.sh -
flashclearapp.sh - Make flash app invalid, thus booting faster & then RAM boot dev. (pure convenience ...)
usage: ./flashclearapp.sh