Neopixelar/software
kaqu e284a266b6 Publishable (re-loaded) 2021-01-04 10:13:26 +01:00
..
include Merged, yet not integrated ... 2021-01-02 14:39:36 +01:00
lib Streamlined 2020-10-29 18:08:54 +01:00
linker Publishable (re-loaded) 2021-01-04 10:13:26 +01:00
source Publishable (re-loaded) 2021-01-04 10:13:26 +01:00
README.md Speedier demo, flash app clear added 2020-10-29 13:09:33 +01:00
flashclearapp.sh Speedier demo, flash app clear added 2020-10-29 13:09:33 +01:00
flashcreate.sh Speedier demo, flash app clear added 2020-10-29 13:09:33 +01:00
ramcreate.sh Publishable (re-loaded) 2021-01-04 10:13:26 +01: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 illumination 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