bfloat16nn/software
kaqu 57ff44b72b Housekeeping for publishing ... 2021-06-15 11:57:10 +02:00
..
include bfloat16 starter ... 2021-05-03 10:23:57 +02:00
lib bfloat16 starter ... 2021-05-03 10:23:57 +02:00
linker bfloat16 starter ... 2021-05-03 10:23:57 +02:00
source Housekeeping for publishing ... 2021-06-15 11:57:10 +02:00
README.md Housekeeping for publishing ... 2021-06-15 11:57:10 +02:00
flashclearapp.sh bfloat16 starter ... 2021-05-03 10:23:57 +02:00
flashcreate.sh bfloat16 starter ... 2021-05-03 10:23:57 +02:00
ramcreate.sh bfloat16 starter ... 2021-05-03 10:23:57 +02:00

README.md

SOFTWARE

This directory contains the actual application & the loading/flashing tools.

  1. 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

  2. flashcreate.sh - Create & flash an application image (for permanent action across power losses)
    usage: ./flashcreate.sh

  3. flashclearapp.sh - Make flash app invalid, thus booting faster & then RAM boot dev. (pure convenience ...)
    usage: ./flashclearapp.sh