Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
flow3r
flow3r firmware
Commits
f96e35b0
Commit
f96e35b0
authored
1 year ago
by
q3k
Browse files
Options
Downloads
Patches
Plain Diff
docs: mention new app directories
parent
86d25a57
No related branches found
No related tags found
No related merge requests found
Pipeline
#7066
passed
1 year ago
Stage: check
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/badge/programming.rst
+16
-3
16 additions, 3 deletions
docs/badge/programming.rst
with
16 additions
and
3 deletions
docs/badge/programming.rst
+
16
−
3
View file @
f96e35b0
...
...
@@ -597,9 +597,22 @@ Together with the Python code this file forms a so called bundle
Save this as `flow3r.toml` together with the Python code as `__init__.py` in a
folder (name doesn't matter) and put that folder into the ``/flash/sys/apps``
folder on your flow3r (visible as ``sys/apps`` in `Disk Mode`_). Restart the
flow3r and it should pick up your new application.
folder (name doesn't matter) and put that folder into one of the possible
application directories (see below) using `Disk Mode`_. Restart the flow3r and
it should pick up your new application.
+--------+----------------------+---------------------+---------------------------------------+
| Medium | Path in Disk Mode | Path on Badge | Notes |
+========+======================+=====================+=======================================+
| Flash | ``sys/apps`` | ``/flash/sys/apps`` | “Default” apps. |
+--------+----------------------+---------------------+---------------------------------------+
| Flash | ``apps`` | ``/flash/apps`` | Doesn't exist by default. Split |
| | | | from ``sys`` to allow for cleaner |
| | | | updates. |
+--------+----------------------+---------------------+---------------------------------------+
| SD | ``apps`` | ``/sd/apps`` | Doesn't exist by default. Will be |
| | | | retained even across badge reflashes. |
+--------+----------------------+---------------------+---------------------------------------+
Distributing applications
-------------------------
...
...
This diff is collapsed.
Click to expand it.
q3k
@q3k
mentioned in issue
#52 (closed)
·
1 year ago
mentioned in issue
#52 (closed)
mentioned in issue #52
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment