Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mauro Morales
reform
Commits
e6f62040
Verified
Commit
e6f62040
authored
1 year ago
by
Johannes Schauer Marin Rodrigues
Browse files
Options
Downloads
Patches
Plain Diff
reform2-keyboard-fw/flash.sh: add more detailed instructions
parent
4ecf2eab
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
reform2-keyboard-fw/flash.sh
+18
-6
18 additions, 6 deletions
reform2-keyboard-fw/flash.sh
with
18 additions
and
6 deletions
reform2-keyboard-fw/flash.sh
+
18
−
6
View file @
e6f62040
...
...
@@ -48,16 +48,28 @@ devnum_keyboard=
if
[
-n
"
$path_keyboard
"
]
&&
[
-e
"
$path_keyboard
"
]
;
then
busnum_keyboard
=
"
$(
udevadm info
--query
=
property
--property
=
BUSNUM
--value
"
$path_keyboard
"
)
"
devnum_keyboard
=
"
$(
udevadm info
--query
=
property
--property
=
DEVNUM
--value
"
$path_keyboard
"
)
"
echo
" 1. Find out your keyboard firmware version in the 'System Status' by pressing"
>
&2
echo
" the circle key followed by the S key. The keyboard firmware version is on"
>
&2
echo
" on the last line in a date-based format YYYYMMDD. Then either:"
echo
>
&2
echo
"
Press the circle key followed by the X key to enter firmware update mode.
"
>
&2
echo
"
2.A. If you are on keyboard firmware version 20231124 or newer:
"
>
&2
echo
>
&2
echo
"If you have an old version of the keyboard firmware, you might need to:"
>
&2
echo
"- Toggle the programming DIP switch SW84 on the keyboard to “ON”."
>
&2
echo
"- Then press the reset button SW83."
>
&2
echo
" 2.A.1. Press the circle key followed by the X key to enter firmware update mode."
>
&2
echo
>
&2
echo
"Waiting for the keyboard to disappear..."
>
&2
echo
" 2.B. If you are on keyboard firmware version older than 20231124:"
>
&2
echo
>
&2
echo
" 2.B.1. Toggle the programming DIP switch SW84 on the keyboard to “ON”."
>
&2
echo
" 2.B.2. Press the reset button SW83."
>
&2
echo
>
&2
echo
" ATTENTION: Do not remove the keyboard bezel without having disconnected"
>
&2
echo
" both battery boards first. If you don't want to remove the"
>
&2
echo
" bezel you can reach both the programming DIP switch as well"
>
&2
echo
" as the reset button with a non-conductive thin stick (like"
>
&2
echo
" a wooden toothpick) behind the F4 key."
>
&2
echo
>
&2
echo
" 3. Waiting for the keyboard to disappear..."
>
&2
udevadm
wait
--removed
"
$path_keyboard
"
echo
"Waiting for the Atmel DFU bootloader USB device to appear..."
>
&2
echo
"
4.
Waiting for the Atmel DFU bootloader USB device to appear..."
>
&2
udevadm
wait
--settle
"
$path_keyboard
"
fi
...
...
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