Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fadecandy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scanlime
Fadecandy
Commits
babd2751
Commit
babd2751
authored
11 years ago
by
Micah Elizabeth Scott
Browse files
Options
Downloads
Patches
Plain Diff
Updates to the binaries README
parent
c1cfafaa
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
bin/README.md
+47
-1
47 additions, 1 deletion
bin/README.md
with
47 additions
and
1 deletion
bin/README.md
+
47
−
1
View file @
babd2751
...
...
@@ -6,8 +6,10 @@ This directory contains convenient precompiled firmware and server binaries for
Fadecandy Server
----------------
*
fcserver-osx
*
`
fcserver-osx
`
*
Ready-to-run fcserver for Mac OS
*
`fcserver.exe`
*
Ready-to-run fcserver for Windows
Firmware Images
---------------
...
...
@@ -28,3 +30,47 @@ Firmware Images
*
Firmware image for DFU firmware updates.
*
For use with dfu-util to update firmware without any special debug hardware.
Firmware Update Tool
--------------------
Firmware updates use the open source
[
dfu-util
](
http://dfu-util.gnumonks.org/
)
package.
Usage:
`$ dfu-util -D fc-firmware-v###.dfu`
*
On Windows, you may need to run this multiple times as Windows will need to install drivers automatically for the Bootloader device.
*
First the Fadecandy board will go into bootloader mode. The LED will light.
*
Next, firmware will download. During this process, the LED blinks.
*
When the firmware download is done, the LED will go dark.
For example:
$ dfu-util -D fc-firmware-v106.dfu
dfu-util 0.7
Copyright 2005-2008 Weston Schmidt, Harald Welte and OpenMoko Inc.
Copyright 2010-2012 Tormod Volden and Stefan Schmidt
This program is Free Software and has ABSOLUTELY NO WARRANTY
Please report bugs to dfu-util@lists.gnumonks.org
Opening DFU capable USB device... ID 1d50:6082
Run-time device DFU version 0101
Found DFU: [1d50:6082] devnum=0, cfg=1, intf=0, alt=0, name="Fadecandy Bootloader"
Claiming USB DFU Interface...
Setting Alternate Setting #0 ...
Determining device status: state = dfuIDLE, status = 0
dfuIDLE, continuing
DFU mode device DFU version 0101
Device returned transfer size 1024
Dfu suffix version 100
bytes_per_hash=296
Copying data from PC to DFU device
Starting download: [##################################################] finished!
state(7) = dfuMANIFEST, status(0) = No error condition is present
state(7) = dfuMANIFEST, status(0) = No error condition is present
...
*
Windows:
`dfu-util.exe`
is included here, for convenience
*
Mac OS: Install this with
[
homebrew
](
http://brew.sh
)
:
`brew install dfu-util`
*
Linux: dfu-util is probably in your favorite package manager
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