nvmmerge.1 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. .TH nvmmerge 1 "Mar 2014" "plc-utils-2.1.6" "Qualcomm Atheros Powerline Toolkit"
  2. .SH NAME
  3. nvmmerge - Qualcomm Atheros PLC Firmware Image File Splicer
  4. .SH SYNOPSIS
  5. .BR nvmmerge
  6. .RI [ options ]
  7. .IR file
  8. .RI [ file ]
  9. [...]
  10. .RI [> stdout ]
  11. .SH DESCRIPTION
  12. Combine multiple binary image files into a single Qualcomm Atheros binary image file, leaving the original files intact.
  13. .PP
  14. Qualcomm Atheros image files consist of a chain of image headers, each followed by an image block.
  15. Image blocks can contain data, applets or programs.
  16. Atheros software reads the header chain and decides which images to download and execute based on information in image headers.
  17. Tampering with image headers or images may void some contractual obligations made by Atheros.
  18. .PP
  19. This program is part of the Qualcomm Atheros Powerline Toolkit.
  20. See the \fBAMP\fR man page for an overview and installation instructions.
  21. .SH OPTIONS
  22. .TP
  23. .RB - q
  24. Suppresses printing of routine messages.
  25. This option has no efect.
  26. .TP
  27. .RB - v
  28. Print input file names on stderr as they are merged.
  29. .TP
  30. .RB - ? ,-- help
  31. Print program help summary on stdout.
  32. This option takes precedence over other options on the command line.
  33. .TP
  34. .RB - ! ,-- version
  35. Print program version information on stdout.
  36. This option takes precedence over other options on the command line.
  37. 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.
  38. .SH ARGUMENTS
  39. .TP
  40. .IR file
  41. The name of a Qualcomm Atheros image file.
  42. By convention, these image files have a \fB.nvm\fR file extension but this program does not enforce that convention.
  43. Invalid image files will be rejected causing the output to be incomplete.
  44. .SH EXAMPLES
  45. The following example combines three files, \fBabc-00.nvm\fR, \fBabc-01.nvm\fR and \fBabc-06.nvm\fR into one file \fBabc.nvm\fR.
  46. Option \fB-v\fR displays the input file names as they are merged.
  47. Program output is in binary format and so output should be directed to a file or pipe and not the console.
  48. .PP
  49. # nvmmerge -v abc-00.nvm abc-01.nvm abc-06.nvm > abc.nvm
  50. nvmmerge: abc-00.nvm
  51. nvmmerge: abc-01.nvm
  52. nvmmerge: abc-06.nvm
  53. .SH DISCLAIMER
  54. Atheros image file structure and content is proprietary to Qualcomm Atheros, Ocala FL USA.
  55. Consequently, public information is not available.
  56. Qualcomm Atheros reserves the right to change file structure or content in future firmware releases without any obligation to notify or compensate users of this program.
  57. This program is reserved for use by Qualcomm Atheros Field Engineers.
  58. Use of this program may void certain contractual obligations made by Qualcomm Atheros.
  59. .SH SEE ALSO
  60. .BR ampboot ( 1 ),
  61. .BR amptest ( 1 ),
  62. .BR amptool ( 1 ),
  63. .BR chknvm ( 1 ),
  64. .BR chknvm2 ( 1 ),
  65. .BR int6k ( 1 ),
  66. .BR int6kf ( 1 ),
  67. .BR int6ktest ( 1 ),
  68. .BR nvmsplit ( 1 ),
  69. .BR plcboot ( 1 ),
  70. .BR plctest ( 1 ),
  71. .BR plctool ( 1 )
  72. .SH CREDITS
  73. Charles Maier <cmaier@qca.qualcomm.com>