sdram.1.html 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version='1.0' encoding='iso-8859-1'?>
  2. <!doctype html public '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
  3. <html xmlns='http://www.w3c.org/1999/xhtml' lang='en-us'>
  4. <head>
  5. <title>
  6. sdram.1
  7. </title>
  8. <meta http-equiv='content-type' content='text/html;iso-8859-1'/>
  9. <meta name='generator' content='motley-tools 1.9.4 13:40:33 Feb 18 2015'/>
  10. <meta name='author' content='cmaier@cmassoc.net'/>
  11. <meta name='robots' content='noindex,nofollow'/>
  12. <link href='toolkit.css' rel='stylesheet' type='text/css'/>
  13. </head>
  14. <body>
  15. <div class='headerlink'>
  16. [<a href='sada.1.html' title=' sada.1 '>PREV</a>]
  17. [<a href='toolkit.html' title=' Index '>HOME</a>]
  18. [<a href='setpib.1.html' title=' setpib.1 '>NEXT</a>]
  19. </div>
  20. <pre>
  21. sdram(1) Qualcomm Atheros Open Powerline Toolkit sdram(1)
  22. NAME
  23. sdram - Atheros SDRAM Configuration File Generator
  24. SYNOPSIS
  25. sdram
  26. DESCRIPTION
  27. The Atheros SDRAM Configuration File Generator creates two INT6300 SDRAM configuration files in the current working
  28. folder. Either of them may be used as the argument for the int6kf -C option when initializing INT6300 devices. Read the
  29. int6kf man page for more information.
  30. This program is part of the Qualcomm Atheros Powerline Toolkit. See the AMP man page for an overview and installation
  31. instructions.
  32. BACKGROUND
  33. Configuration files for the Linux Toolkit have .cfg extensions and consist of 32 binary bytes plus a 32 bit checksum.
  34. They are difficult to modify but easy to verify. The format requires no conversion on input or output and, consequently,
  35. it is preferred to that used by the Windows Device Manager.
  36. Configuration files for the Windows Device Manager have .config extensions and consist of 64 hexadecimal ASCII charac‐
  37. ters. They are easily modified using a text editor but cannot be easily validated. They require ASCII to binary conver‐
  38. sion on input and binary to ASCII conversion on output. Read the config2cfg man page for more information.
  39. OPTIONS
  40. There are no options.
  41. EXAMPLES
  42. The following example writes two files, sdram16mb.cfg and sdram64.cfg, in the current working folder. They will replace
  43. any existing files having the same names.
  44. # sdram
  45. writing sdram16mb.cfg
  46. writing sdram64mb.cfg
  47. DISCLAIMER
  48. The SDRAM file structure and content is proprietary to Qualcomm Atheros, Ocala FL USA. Consequently, public information
  49. is not available. Qualcomm Atheros reserves the right to change the file structure or content in future firmware
  50. releases without any obligation to notify or compensate users of this program.
  51. SEE ALSO
  52. config2cfg(1), int6kf(1)
  53. CREDITS
  54. Charles Maier &lt;cmaier@qca.qualcomm.com&gt;
  55. open-plc-utils-0.0.3 Mar 2014 sdram(1)
  56. </pre>
  57. <div class='footerlink'>
  58. [<a href='sada.1.html' title=' sada.1 '>PREV</a>]
  59. [<a href='toolkit.html' title=' Index '>HOME</a>]
  60. [<a href='setpib.1.html' title=' setpib.1 '>NEXT</a>]
  61. </div>
  62. </body>
  63. </html>