plcboot.1 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. .TH plcboot 1 "Mar 2014" "plc-utils-2.1.6" "Qualcomm Atheros Powerline Toolkit"
  2. .SH NAME
  3. plcboot - Qualcomm Atheros Panther/Lynx Powerline Device Bootstrapper
  4. .SH SYNOPSIS
  5. .BR plcboot
  6. .RI [ options ]
  7. .RB - N
  8. .IR file
  9. .RB - P
  10. .IR file
  11. .RI [ device ]
  12. .RI [ device ]
  13. [...]
  14. .SH DESCRIPTION
  15. Download and start runtime firmware on a local powerline device when it is in bootloader mode.
  16. A powerline device enters bootloader mode if it has no flash memory or cannot load firmware from flash memory for some reason.
  17. You can use this progrm to start the device and then, optionally, permanently write a softloader, parameters and firmware into flash memory.
  18. .PP
  19. Qualcomm Atheros introduced new boot methods with the \fBLightning\fR chipset and new file formats and flash methods with the \fBPanther\fR chipset.
  20. This program supports the newer formats and methods.
  21. It does not support the older formats and methods.
  22. See programs \fBint6kboot\fR or \fBampboot\fR to initialize earlier chipsets.
  23. .PP
  24. This program is part of the Qualcomm Atheros Powerline Toolkit.
  25. See the \fBplc\fR man page for an overview and installation instructions.
  26. .SH OPTIONS
  27. .TP
  28. -\fBC\fR \fIoperand\fR
  29. This option is permitted but ignored in order to support legacy scripts that have not been kept current.
  30. A warning message is printed to inform users that the option and operand are being ignored.
  31. .TP
  32. .RB - e
  33. Redirects stderr messages to stdout.
  34. Normally, status and error messages are printed on stderr while primary program output is printed on stdout.
  35. This option prints all output on stdout in cases where this is desired.
  36. .TP
  37. .RB - F [ F ]
  38. Flash or Force Flash NVRAM using either VS_MOD_NVM or VS_MODULE_OPERATION.
  39. Adding a second \fBF\fR here or another -\fBF\fR anywhere on the command line will \fBforce-flash\fR a blank or corrupted NVRAM.
  40. Firmware loaded from NVRAM may treat force-flash as an error, depending of the firmware version.
  41. .TP
  42. -\fB\i \fIinterface\fR
  43. Select the host Ethernet interface.
  44. All requests are sent via this host interface and only reponses received via this host interface are recognized.
  45. 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.
  46. This option then takes precedence over either default.
  47. .TP
  48. -\fBN \fIfilename\fR
  49. The file containing the firmware chain used to boot and flash the device.
  50. This option and argument are required when booting or flashing a device but may appear anywhere on the command line.
  51. Invalid image files will be rejected.
  52. No assumptions are made about this file based on filename and no filename conventions are enforced.
  53. .TP
  54. -\fBP \fIfilename\fR
  55. The file containing the firmware chain used to boot and flash the device.
  56. This option and argument are required when booting or flashing a device but may appear anywhere on the command line.
  57. Invalid image files will be rejected.
  58. No assumptions are made about this file based on filename and no filename conventions are enforced.
  59. .TP
  60. .RB - q
  61. Suppresses status messages on stderr.
  62. .TP
  63. -\fBS \fIfilename\fR
  64. The file containing the softloader chain used to flash the device.
  65. On prior versions of plcboot, the presence of this option indicated that flash memory should be programmed but that is no longer the case.
  66. You must now specify bot this option and option \fB-F\fR in order to program flash memory.
  67. This option and argument are required when flashing a device but may appear anywhere on the command line.
  68. Invalid image files will be rejected.
  69. No assumptions are made about this file based on filename and no filename conventions are enforced.
  70. .TP
  71. -\fBt \fImilliseconds\fR
  72. Read timeout in milliseconds.
  73. Values range from 0 through UINT_MAX.
  74. This is the maximum time allowed for a response.
  75. The default is shown in brackets on the program menu.
  76. .TP
  77. .RB - v
  78. Prints additional information on stdout.
  79. In particular, this option dumps outgoing Ethernet packets on stdout.
  80. .TP
  81. .RB - ? ,-- help
  82. Print program help summary on stdout.
  83. This option takes precedence over other options on the command line.
  84. .TP
  85. .RB - ! ,-- version
  86. Print program version information on stdout.
  87. This option takes precedence over other options on the command line.
  88. 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.
  89. .SH ARGUMENTS
  90. .TP
  91. .IR device
  92. The Ethernet hardware address of some powerline device.
  93. More than one address may be specified on the command line.
  94. If more than one address is specified then operations are performed on each device in turn.
  95. The default address is \fBlocal\fR.
  96. as explained in the \fBDEVICES\fR section.
  97. .SH DEVICES
  98. Powerline device addresses are 12 hexadecimal digits in upper, lower or mixed case.
  99. Individual octets may be separated by colons, for clarity, but colons are not required.
  100. For example, "00b052000001", "00:b0:52:00:00:01" and "00b052:000001" are valid and equivalent.
  101. .PP
  102. A \fBlocal\fR device is any Atheros Powerline Device connected directly to a host Ethernet interface.
  103. A \fBremote\fR device is any Atheros Powerline Device at the far end of a powerline connection.
  104. A \fBforeign\fR device is any powerline device not manufactured by Atheros.
  105. .PP
  106. Common device addresses have symbolic names that can be used in place of the actual address value.
  107. The following symbolic addresses are recognized by this program and most other toolkit programs.
  108. .TP
  109. .BR all
  110. Equivalent to "broadcast", described next.
  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 will respond to this address.
  115. .TP
  116. .BR local
  117. A synonym for the Qualcomm Atheros Local Management Address (LMA), \fB00:B0:52:00:00:01\fR.
  118. All local Atheros devices will respond to this address but remote and foreign devices will not.
  119. .SH REFERENCES
  120. See the Qualcomm Atheros HomePlug AV Firmware Technical Reference Manual for technical information.
  121. See the Qualcomm Atheros Powerline Toolkit Online Documetation for practical information and examples.
  122. .SH EXAMPLES
  123. This example boots a powerline device by downloading runtime parameters and firmware then starting firmware execution.
  124. The actual boot method used will depend on the file formats and powerline device type detected by the program.
  125. The output shown here is typical for panther and lynx chipsets.
  126. Option \fB-P\fR and \fB-N\fR are required but their order is not important.
  127. Tne MAC address may be omitted beccause it will default to 00:B0:52:00:00:01 which is also the default bootloader device address.
  128. On completion, runtime firmware is executing in SDRAM but flash memory has not been programmed.
  129. If This operation is common for flash-less devices.
  130. If we reset the device at this point then it will return to bootloader mode.
  131. .PP
  132. # plcboot -P AR7420.pib -N AR7400.nvm
  133. eth1 00:B0:52:00:00:01 BootLoader is running
  134. eth1 00:B0:52:00:00:01 Write AR7420.nvm (1) (0x00000040:6212)
  135. eth1 00:B0:52:00:00:01 Start AR7420.nvm (1) (0x000000C0)
  136. eth1 00:B0:52:00:00:01 Write AR7420.pib (1) (0x00200000:10904)
  137. eth1 00:B0:52:00:00:01 Write AR7420.nvm (5) (0x002B610C:281252)
  138. eth1 00:B0:52:00:00:01 Start AR7420.nvm (5) (0x002B64FC)
  139. eth1 00:B0:52:BA:BE:88 MAC-QCA7420ES-0.9.0.278-0-20110914-INTERNAL is running
  140. .PP
  141. The next example boots a device, as before, then flashes the same parameters and firmware into non-volatile memory attached to the device.
  142. Observe that a softloader is required and will be written to flash memory before runtime parameters and firmware.
  143. The softloader need only be written once when first programming a blank flash memory.
  144. Option \fB-FF\fR is optional but permitted for backward compatibility with programs \fBampboot\fR and \fBint6kboot\fR.
  145. .PP
  146. # plcboot -P AR7420.pib -N AR7400.nvm -S AR7420-softloader.nvm -FF
  147. eth1 00:B0:52:00:00:01 Write AR7420.nvm (1) (00000040:6212)
  148. eth1 00:B0:52:00:00:01 Start AR7420.nvm (1) (000000C0)
  149. eth1 00:B0:52:00:00:01 Write AR7420.pib (1) (00200000:11692)
  150. eth1 00:B0:52:00:00:01 Write AR7420.nvm (5) (002B6A4C:282444)
  151. eth1 00:B0:52:00:00:01 Start AR7420.nvm (5) (002B6E3C)
  152. eth1 00:B0:52:00:00:06 MAC-QCA7420ES-1.0.0.280-00-20110923-ALPHA is running
  153. eth1 00:B0:52:00:00:06 Start Session
  154. eth1 00:B0:52:00:00:06 Flash AR7420-softloader.nvm
  155. eth1 00:B0:52:00:00:06 Close Session
  156. eth1 00:B0:52:00:00:06 Start Session
  157. eth1 00:B0:52:00:00:06 Flash AR7420.pib
  158. eth1 00:B0:52:00:00:06 Flash AR7420.nvm
  159. eth1 00:B0:52:00:00:06 Close Session
  160. .SH DISCLAIMER
  161. Qualcomm Atheros firmware file structure and content is proprietary to Qualcomm Atheros, Ocala FL USA.
  162. Consequently, public information is not available.
  163. Qualcomm Atheros reserves the right to change firmware file structure or content or change the name or behavior of any program that inspects or changes firmware files, in future software releases without any obligation to notify or compensate users of such programs.
  164. Qualcomm Atheros HomePlug AV Vendor Specific Management Message structure and content is proprietary to Qualcomm Atheros, Ocala FL USA.
  165. Consequently, public information may not be available.
  166. Aualcomm Atheros reserves the right to modify message structure and content in future firmware releases without any obligation to notify or compensate users of this program.
  167. .SH SEE ALSO
  168. .BR ampboot ( 1 ),
  169. .BR amptool ( 1 ),
  170. .BR chknvm ( 1 ),
  171. .BR chkpib ( 1 ),
  172. .BR int6kboot ( 1 ),
  173. .BR modpib ( 1 ),
  174. .BR plctool ( 1 )
  175. .SH CREDITS
  176. Charles Maier <cmaier@qca.qualcomm.com>