nvmsplit.1 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. .TH nvmsplit 1 "Mar 2014" "plc-utils-2.1.6" "Qualcomm Atheros Powerline Toolkit"
  2. .SH NAME
  3. nvmsplit - Qualcomm Atheros PLC Firmware Image File Slicer
  4. .SH SYNOPSIS
  5. .BR nvmsplit
  6. .RI [ options ]
  7. .IR file
  8. .RI [ file ]
  9. [...]
  10. .SH DESCRIPTION
  11. Extract all images from an Atheros binary image file, leaving the original files intact.
  12. Extracted images appear in files having the input file basename with sequence numbers indicating the relative position of the image within the original file.
  13. For example, image file \fBabc.nvm\fR might result in files \fBabc-00.nvm\fR, \fBabc-01.nvm\fR, \fBabc-02.nvm\fR and so on.
  14. Each output file is a valid, single-image file and so they can be combined using program \fBnvmmerge\fR.
  15. .PP
  16. Atheros image files consist of a chain of image headers, each followed by an image block.
  17. Image blocks can contain data, applets or programs.
  18. Atheros software reads the header chain and decides which images to download and execute based on information in the image headers.
  19. Tampering with image headers or images may void some contractual obligations made by Atheros.
  20. .PP
  21. This program is part of the Qualcomm Atheros Powerline Toolkit.
  22. See the \fBAMP\fR man page for an overview and installation instructions.
  23. .SH OPTIONS
  24. .TP
  25. .RB - q
  26. Suppress routine messages.
  27. This option has no effect at this time.
  28. .TP
  29. .RB - v
  30. Print component file names on stderr as they are created.
  31. .TP
  32. .RB - ? ,-- help
  33. Print program help summary on stdout.
  34. This option takes precedence over other options on the command line.
  35. .TP
  36. .RB - ! ,-- version
  37. Print program version information on stdout.
  38. This option takes precedence over other options on the command line.
  39. 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.
  40. .SH ARGUMENTS
  41. .TP
  42. .IR file
  43. The name of an Atheros image file.
  44. By convention, Atheros Image files have a \fB.nvm\fR file extension but this program does not enforce this convention.
  45. Invalid image files will be rejected causing the output to be incomplete.
  46. .SH EXAMPLES
  47. The following example reads Atheros image file \fBabc.nvm\fR and creates one or more output files.
  48. Each file contains one image with associated header.
  49. .PP
  50. # nvmsplit abc.nvm -v
  51. nvmsplit: abc.nvm --> abc-00.nvm
  52. nvmsplit: abc.nvm --> abc-01.nvm
  53. nvmsplit: abc.nvm --> abc-02.nvm
  54. nvmsplit: abc.nvm --> abc-03.nvm
  55. .SH DISCLAIMER
  56. Atheros image file structure and content is proprietary to Qualcomm Atheros, Ocala FL USA.
  57. Consequently, public information is not available.
  58. 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.
  59. This program is reserved for use by Atheros Field Engineers.
  60. Use of this program may void some contractual obligations made by Atheros.
  61. .SH SEE ALSO
  62. .BR chknvm ( 1 ),
  63. .BR int6k ( 1 ),
  64. .BR int6kf ( 1 ),
  65. .BR int6ktest ( 1 ),
  66. .BR nvmmerge ( 1 ),
  67. .BR setnvm ( 1 )
  68. .SH CREDITS
  69. Charles Maier <cmaier@qca.qualcomm.com>