sdram.1 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .TH sdram 1 "Mar 2014" "plc-utils-2.1.6" "Qualcomm Atheros Powerline Toolkit"
  2. .SH NAME
  3. sdram \- Atheros SDRAM Configuration File Generator
  4. .SH SYNOPSIS
  5. \fBsdram\fR
  6. .SH DESCRIPTION
  7. The Atheros SDRAM Configuration File Generator creates two INT6300 SDRAM configuration files in the current working folder.
  8. Either of them may be used as the argument for the \fBint6kf\fR \fB-C\fR option when initializing INT6300 devices.
  9. Read the \fBint6kf\fR man page for more information.
  10. .PP
  11. This program is part of the Qualcomm Atheros Powerline Toolkit.
  12. See the \fBAMP\fR man page for an overview and installation instructions.
  13. .SH BACKGROUND
  14. Configuration files for the Linux Toolkit have \fB.cfg\fR extensions and consist of 32 binary bytes plus a 32 bit checksum.
  15. They are difficult to modify but easy to verify.
  16. The format requires no conversion on input or output and, consequently, it is preferred to that used by the Windows Device Manager.
  17. .PP
  18. Configuration files for the Windows Device Manager have \fB.config\fR extensions and consist of 64 hexadecimal ASCII characters.
  19. They are easily modified using a text editor but cannot be easily validated.
  20. They require ASCII to binary conversion on input and binary to ASCII conversion on output.
  21. Read the \fBconfig2cfg\fR man page for more information.
  22. .SH OPTIONS
  23. .TP
  24. There are no options.
  25. .SH EXAMPLES
  26. The following example writes two files, \fBsdram16mb.cfg\fR and \fBsdram64.cfg\fR, in the current working folder.
  27. They will replace any existing files having the same names.
  28. .PP
  29. # sdram
  30. writing sdram16mb.cfg
  31. writing sdram64mb.cfg
  32. .SH DISCLAIMER
  33. The SDRAM file structure and content is proprietary to Qualcomm Atheros, Ocala FL USA.
  34. Consequently, public information is not available.
  35. Qualcomm Atheros reserves the right to change the file structure or content in future firmware releases without any obligation to notify or compensate users of this program.
  36. .SH SEE ALSO
  37. .BR config2cfg ( 1 ),
  38. .BR int6kf ( 1 )
  39. .SH CREDITS
  40. Charles Maier <cmaier@qca.qualcomm.com>