You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.. | ||
include | 2 years ago | |
lib | 2 years ago | |
linker | 2 years ago | |
source | 2 years ago | |
README.md | 2 years ago | |
flashclearapp.sh | 2 years ago | |
flashcreate.sh | 2 years ago | |
ramcreate.sh | 2 years ago |
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 bfloat16nnlib 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