1FFADO-BRIDGECO-DOWNLOADER(1)General Commands ManualFFADO-BRIDGECO-DOWNLOADER(1)
2
3
4
6 ffado-bridgeco-downloader - firmware download application for BridgeCo
7 devices
8
10 ffado-bridgeco-downloader [OPTION...] OPERATION
11
12
14 ffado-bridgeco-downloader permits firmware updates to be made to
15 BridgeCo (aka BeBoB) devices under Linux. OPERATION describes the
16 action to be carried out. An OPERATION is introduced with the GUID of
17 the device to operate on. This is followed by one of the following
18 keywords and any arguments required by that keyword.
19
20 display
21 Display information about the interface
22
23 setguid NEW_GUID
24 Set the device's GUID to NEW_GUID
25
26 firmware FILE
27 Download the firmware file FILE to the device.
28
29 cne FILE
30 Download the CnE file FILE to the device.
31
32 bcd FILE
33 Parse the BeBoB BCD file FILE and display information about the
34 contents.
35
36
38 -?, --help, --usage
39 Display brief usage information and exit
40
41 -V, --version
42 Show the program version and exit
43
44 -p, --port=NUM
45 Specify use of IEEE1394 port NUM
46
47 -v, --verbose=LEVEL
48 Produce verbose output. The higher the LEVEL the more verbose
49 the messages. The some verbose messages may only be available
50 of FFADO was compiled with debugging enabled.
51
52 -b, --noboot
53 Do not start the bootloader. Use this if the bootloader is
54 already running.
55
56 -f, --force
57 Force firmware download in the event the program doesn't think
58 it's a good idea. Use with caution.
59
60 -m, --magic=MAGIC
61 A magic number you have to obtain before this program will work.
62 Specifying it on the command line means that you accept the
63 risks which come with this tool. The magic number can be
64 obtained in the source code.
65
66
68 Manipulating firmware can cause your device to stop working. The FFADO
69 project accepts no responsibility if this occurs as a result of using
70 this tool.
71
72
73
74ffado-bridgeco-downloader 27-Mar-2012 FFADO-BRIDGECO-DOWNLOADER(1)