Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
rufform
reform
Commits
fe5b26b8
Commit
fe5b26b8
authored
Sep 29, 2021
by
minute
Browse files
lpc: flash.sh: add comment
parent
6f59dc51
Changes
1
Hide whitespace changes
Inline
Side-by-side
reform2-lpc-fw/flash.sh
View file @
fe5b26b8
#!/bin/bash
set
-e
# replace the x with the drive that LPC actually shows up as (check dmesg -w when plugging in)
#
#mount /dev/sdx /mnt
dd
if
=
bin/firmware.bin
of
=
"/mnt/firmware.bin"
conv
=
nocreat,notrunc
sync
umount
"/mnt"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment