Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Debugging Gitlab issue fix
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
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Phileas
Debugging Gitlab issue fix
Commits
6c8d653c
Commit
6c8d653c
authored
1 year ago
by
dx
Browse files
Options
Downloads
Patches
Plain Diff
tools/dist.sh: sync README text to match updating_firmware in docs
parent
0bd5de54
No related branches found
No related tags found
1 merge request
!643
tools/dist.sh: sync README text to match updating_firmware in docs
Pipeline
#12625
passed
1 year ago
Stage: check
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/dist.sh
+15
-8
15 additions, 8 deletions
tools/dist.sh
with
15 additions
and
8 deletions
tools/dist.sh
+
15
−
8
View file @
6c8d653c
...
...
@@ -48,9 +48,16 @@ There are three ways to install this firmware to your badge:
If you have a web browser which supports WebSerial, you can connect your badge
to your computer then navigate to:
https://
flash.
flow3r.garden/
?v=
${
version
}
https://flow3r.garden/
flasher/
// Option 2: Update via the badge
// Option 2: Update via updat3r
Since firmware v1.3.0, there is a built-in wifi updater.
Ensure wifi is connected, and then go to Settings -> Check For Updates and
follow the instructions.
// Option 3: Update via the badge
Put your badge into SD Card Disk Mode: either by selecting 'Disk Mode (SD)'
from the badge's System menu, or by rebooting into Recovery Mode (by holding
...
...
@@ -62,14 +69,14 @@ Now, with the badge connected to a computer, you should see a USB Mass Storage
Then, stop disk mode, and from the Recovery Mode (boot the badge with the right
trigger pushed down), select 'Flash Firmware Image', then flow3r.bin.
// Option
3
: Update using esptool.py
// Option
4
: Update using esptool.py
You can also fully flash the badge, meaning you can update it even if its
firmware is totally bricked. To do that, start the badge in bootrom mode (this
is different from recovery mode!) by holding down the left trigger while
powering it up.
You can also fully flash the badge from the commandline. To do that, start the
badge in bootloader mode (this is different from recovery mode!) by holding
down the left trigger while powering it up.
Then, run esptool.py with the following arguments:
Extract the .bin files from a release tarball, and run esptool.py with the
following arguments:
esptool.py -p /dev/ttyACM0 -b 460800
\\
--before default_reset --after no_reset --chip esp32s3
\\
...
...
This diff is collapsed.
Click to expand it.
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