int6kmod.1 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. .TH int6kmod 1 "Mar 2014" "plc-utils-2.1.6" "Qualcomm Atheros Powerline Toolkit"
  2. .SH NAME
  3. int6kmod - Qualcomm Atheros Powerline Device Module Manager
  4. .SH SYNOPSIS
  5. .BR int6kmod
  6. .RI [ options ]
  7. .RI [ device ]
  8. .RI [ device ]
  9. [...]
  10. .SH DESCRIPTION
  11. Read or write Atheros custom powerline modules using VS_MODULE_OPERATION messages.
  12. Modules may be read from a device and written to a file or read from a file and written to a device.
  13. Modules may have any of several formats and purposes.
  14. Where the firmware permits, this program can now read modules in excess of 1400 bytes and can write multiple modules that exceed 1400 bytes in one operation.
  15. .PP
  16. This program is part of the Qualcomm Atheros Powerline Toolkit.
  17. See the \fBplc\fR man page for an overview and installation instructions.
  18. .SH OPTIONS
  19. .TP
  20. .RB - d
  21. Read the specified module from NVRAM and write to standard output in hexadecimal dump format.
  22. The module is identified by module and sub-module using options \fB-t\fR and \fB-s\fR.
  23. Runtime firmware will report an error if the module is not available.
  24. The session identifier is not required for a module read operation and is ignored.
  25. The largest module that can be read is 1400 bytes.
  26. This option and option \fB-m\fR are mutually exclusive.
  27. .TP
  28. .RB - e
  29. Redirects stderr messages to stdout.
  30. By convention status and error messages are printed on stderr while primary program output is printed on stdout.
  31. This option prints all output on stdout in cases where this is desired.
  32. .TP
  33. -\fBi \fIinterface\fR
  34. Select the host Ethernet interface.
  35. All requests are sent via this host interface and only reponses received via this host interface are recognized.
  36. The default interface is \fBeth1\fR because most people use \fBeth0\fR as their principle network connection; however, if environment string "PLC" is defined then it takes precedence over the default interface.
  37. This option then takes precedence over either default.
  38. .TP
  39. -\fBm \fIfilename\fR
  40. Read the specified module from NVRAM and write it to the named file.
  41. The module is identified by module and sub-module using options \fB-t\fR and \fB-s\fR.
  42. Runtime firmware will report an error if the module is not available.
  43. The session identifier is not required for a module read operation and is ignored.
  44. The largest module that can be read is 1400 bytes.
  45. This option and option \fB-d\fR are mutually exclusive.
  46. .TP
  47. -\fBM \fIfilename\fR
  48. Read the named module file and download it to the named device and commit NVRAM.
  49. The module is assigned to a module and sub-module identifier using options \fB-t\fR and \fB-s\fR.
  50. Runtime firmware will reject modules having invalid module and sub-mocule identifiers.
  51. Module files must be a multiple of four bytes or an error will occur.
  52. As implemented, int6kmod will reject files exceeding 1400 bytes but this restriction will be removed in later versions.
  53. .TP
  54. .RB - q
  55. Suppresses status messages on stderr.
  56. .TP
  57. -\fBs \fIsub-module-id\fR
  58. The sub-module identifier expressed as a 16-bit hexadecimal value with optional \fB0x\fR prefix.
  59. This identifier indicates a specific module with the module class specified using option \fB-t\fR.
  60. Any 16-bit value is permitted but only certain values are accepted by device firmware depending on firmware type and revision.
  61. The default value is \fB0x0000\fR.
  62. .TP
  63. -\fBS \fIsession-id\fR
  64. The session identifier expressed as a 32-bit hexadecimal value with optional \fB0x\fR prefix.
  65. The session identifier value is arbitrary and so any 32-bit value is permitted but 0x00000000 and 0xFFFFFFFF are illegal.
  66. The \fB0x\fR prefix is optional for this argument.
  67. The default \fIsession-id\fR is 0x78563412.
  68. .TP
  69. -\fBt \fImodule-id\fR
  70. The module identifier expressed as a 16-bit hexadecimal value with optional \fB0x\fR prefix.
  71. This identifier indicates the module type or class.
  72. Option \fB-s\fR indicates the specific member of a module class.
  73. Any 16-bit value is permitted but only certain values will be accepted by device firmware.
  74. The default value is \fB0x0000\fR.
  75. .TP
  76. -\fBv\fR
  77. Print additional information on stdout.
  78. In particular, this option dumps incoming and outgoing packets which can be saved as text files for reference.
  79. .TP
  80. .RB - w
  81. Write settings to the device instead of reading settings from the device.
  82. If omitted then settings are read from the device and displayed.
  83. If present, the user should specify all settings to avoid writing default values to the device.
  84. .TP
  85. .RB - ? ,-- help
  86. Print program help summary on stdout.
  87. This option takes precedence over other options on the command line.
  88. .TP
  89. .RB - ? ,-- version
  90. Print program version information on stdout.
  91. This option takes precedence over other options on the command line.
  92. Use this option when sending screen dumps to Atheros Technical Support so that they know exactly which version of the Linux Toolkit you are using.
  93. .SH ARGUMENTS
  94. .TP
  95. .IR device
  96. The MAC address of some powerline device.
  97. More than one address may be specified on the command line.
  98. If more than one address is specified then operations are performed on each device in turn.
  99. The default address is \fBlocal\fR.
  100. See \fBDEVICES\fR for information.
  101. .SH DEVICES
  102. Powerline devices use Ethernet Media Access Control (MAC) addresses.
  103. A MAC address is a 48-bit value entered as 12 hexadecimal digits in upper, lower or mixed character case.
  104. Octets may be separated with colons for clarity.
  105. For example, "00b052000001", "00:b0:52:00:00:01" and "00b052:000001" are valid and equivalent.
  106. .PP
  107. The following MAC addresses are special and may be entered by name instead of number.
  108. .TP
  109. .BR all
  110. Same as "broadcast".
  111. .TP
  112. .BR broadcast
  113. A synonym for the Ethernet broadcast address, \fBFF:FF:FF:FF:FF:FF\fR.
  114. All devices, whether local, remote or foreign recognize messages sent to this address.
  115. A remote device is any device at the far end of a powerline connection.
  116. A foreign device is any device not manufactured by Atheros.
  117. .TP
  118. .BR local
  119. A synonym for the Qualcomm Atheros vendor specific Local Management Address (LMA), \fB00:B0:52:00:00:01\fR.
  120. All local Atheros devices recognize this address but remote and foreign devices do not.
  121. A remote device is any device at the far end of a powerline connection.
  122. A foreign device is any device not manufactured by Atheros.
  123. .SH REFERENCES
  124. See the Qualcomm Atheros HomePlug AV Firmware Technical Reference Manual for more information.
  125. .SH DISCLAIMER
  126. Atheros HomePlug AV Vendor Specific Management Message structure and content is proprietary to Qualcomm Atheros, Ocala FL USA.
  127. Consequently, public information is not available.
  128. Qualcomm Atheros reserves the right to modify message structure or content in future firmware releases without any obligation to notify or compensate users of this program.
  129. .SH EXAMPLES
  130. The following command reads module file \fBabc.bin\fR and writes it to the local device.
  131. The module identifier \fB0x1000\fR indicates that it is an \fBMDIO Init\fR module.
  132. The sub-module identifer defaults to \fB0x0000\fR because option \fB-s\fR is omitted.
  133. The session identifier defaults to \fB0x78563412\fR because option \fB-S\fR is omitted.
  134. The operation takes place in three steps.
  135. The last step may take 2 or 3 seconds to complete.
  136. .PP
  137. # int6kmod -M abc.bin -t 0x1000
  138. eth1 00:B0:52:00:00:01 Request Session
  139. eth1 00:B0:52:BE:EF:03 Request Granted
  140. eth1 00:B0:52:00:00:01 Write abc.bin
  141. eth1 00:B0:52:BE:EF:03 Written
  142. eth1 00:B0:52:00:00:01 Commit Modules
  143. eth1 00:B0:52:BE:EF:03 Committed
  144. .PP
  145. The next example does the same thing but writes module file \fBdef.bin\fR to remote device \fB00:B0:52:BA:BE:02\fR.
  146. The module identifier \fB0x4000\fR indicates that it is an \fBAdvanced Power Management uC\fR module.
  147. The session identifier used is \fB0xA5A5A5A5\fR.
  148. The sub-module identifer defaults to \fB0x0000\fR because option \fB-s\fR is omitted.
  149. .PP
  150. # int6kmod -M def.bin -t 0x4000 -S A5A5A5A5 00:B0:52:BA:BE:02
  151. eth1 00:B0:52:00:00:01 Request Session
  152. eth1 00:B0:52:BE:EF:03 Request Granted
  153. eth1 00:B0:52:00:00:01 Write abc.bin
  154. eth1 00:B0:52:BE:EF:03 Written
  155. eth1 00:B0:52:00:00:01 Commit Modules
  156. eth1 00:B0:52:BE:EF:03 Committed
  157. .PP
  158. The next example reads back the module written in the first example and saves it in file \fBzyx.bin\fR.
  159. .PP
  160. # int6kmod -m xyz.bin -t 0x1000
  161. eth1 00:B0:52:00:00:01 Read zyx.bin
  162. eth1 00:B0:52:BE:EF:03 Read
  163. .SH SEE ALSO
  164. .BR plc ( 1 ),
  165. .BR int6kmdio ( 1 ),
  166. .BR int6kmdio2 ( 1 ),
  167. .BR mdioblock ( 1 ),
  168. .BR mdioblock2 ( 1 ),
  169. .BR mdiodump ( 1 ),
  170. .BR mdiogen ( 1 )
  171. .SH CREDITS
  172. Charles Maier <cmaier@qca.qualcomm.com>