ch05s10.html 6.9 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Starting a Device</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><meta name="keywords" content="Intellon, Atheros, Qualcomm, HomePlug, powerline, communications, INT6000, INT6300, INT6400, AR7400, AR7420"><link rel="home" href="index.html" title="Qualcomm Atheros Open Powerline Toolkit"><link rel="up" href="ch05.html" title="Chapter 5.  Procedures"><link rel="prev" href="ch05s09.html" title="Upgrading PIB Only"><link rel="next" href="ch05s11.html" title="Testing a Device"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">
  2. Starting a Device
  3. </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch05s09.html">Prev</a> </td><th width="60%" align="center">Chapter 5. 
  4. Procedures
  5. </th><td width="20%" align="right"> <a accesskey="n" href="ch05s11.html">Next</a></td></tr></table><hr></div><div class="section" title="Starting a Device"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="procedure-initialize-device"></a>
  6. Starting a Device
  7. </h2></div></div></div><p>
  8. Some device configurations have no flash memory to store runtime parameters and firmware so the local host must store them until needed then write them into device <acronym class="acronym">SDRAM</acronym> and start execution. This is also needed when the flash memory is blank or corrupted because the runtime firmware is the only way to write flash memory. Programs <a class="ulink" href="int6kf.7.html" target="_top">int6kf</a>, <a class="ulink" href="int6kboot.7.html" target="_top">int6kboot</a>, <a class="ulink" href="ampboot.7.html" target="_top">ampboot</a> and <a class="ulink" href="plcboot.7.html" target="_top">plcboot</a> are used to configure a blank device then download runtime parameters and firmware and start execution. They all perform the same basic function but in different ways.
  9. </p><div class="example"><a name="idp22342000"></a><p class="title"><b>Example 5.18. 
  10. Start Firmware on <span class="productname">INT6000</span>™
  11. </b></p><div class="example-contents"><pre class="screen">
  12. # int6kf -C abc.cfg -N abc.nvm -P abc.pib
  13. </pre><p>
  14. Program <a class="ulink" href="int6kf.7.html" target="_top">int6kf</a> can be used to download runtime firmware and parameters and start execution on and <span class="productname">INT6000</span>™ chipset. The process involves downloading a <code class="filename">.cfg</code> file using <code class="constant">VS_SET_SDRAM</code>, downloading a <code class="filename">.nvm</code> file using <code class="constant">VS_WR_MEM</code>, downloading a <code class="filename">.pib</code> file using <code class="constant">VS_WR_MEM</code> then starting firmware execution using <code class="constant">VS_ST_MAC</code>. See the <a class="ulink" href="int6kf.7.html" target="_top">int6kf</a> man page for an explanation of the command line options and arguments used here.
  15. </p></div></div><br class="example-break"><div class="example"><a name="idp22346720"></a><p class="title"><b>Example 5.19. 
  16. Start Firmware on <span class="productname">INT6300</span>™ and <span class="productname">INT6400</span>™
  17. </b></p><div class="example-contents"><pre class="screen">
  18. # int6kboot -N abc.nvm -P abc.pib
  19. </pre><p>
  20. Program <a class="ulink" href="int6kboot.7.html" target="_top">int6kboot</a> can be used to download runtime firmware and parameters and start execution on an <span class="productname">INT6300</span>™ or <span class="productname">INT6400</span>™ chipset. The process involves downloading a <code class="filename">.nvm</code> file using <code class="constant">VS_WR_MEM</code>, downloading a <code class="filename">.pib</code> file using <code class="constant">VS_WR_MEM</code> then starting firmware execution using <code class="constant">VS_ST_MAC</code>. No <code class="filename">.cfg</code> file is needed or permitted with this application.
  21. </p></div></div><br class="example-break"><div class="example"><a name="idp22351496"></a><p class="title"><b>Example 5.20. 
  22. Start Firmware on <span class="productname">AR7400</span>™
  23. </b></p><div class="example-contents"><pre class="screen">
  24. # ampboot -N abc.nvm -P abc.pib
  25. </pre><p>
  26. Program <a class="ulink" href="ampboot.7.html" target="_top">ampboot</a> can be used to download runtime firmware and parameters and start execution of runtime firmware on an <span class="productname">INT6300</span>™, <span class="productname">INT6400</span>™ or <span class="productname">AR7400</span>™ chipset. The process involves downloading a <code class="filename">.pib</code> file using <code class="constant">VS_WR_MEM</code>, downloading a <code class="filename">.nvm</code> file using <code class="constant">VS_WR_MEM</code> then starting firmware execution using <code class="constant">VS_ST_MAC</code>. A general purpose applet, stored in the <code class="filename">.nvm</code> file, configures <acronym class="acronym">SDRAM</acronym>. No <code class="filename">.cfg</code> file is needed or permitted with this application.
  27. </p></div></div><br class="example-break"><div class="example"><a name="idp22356896"></a><p class="title"><b>Example 5.21. 
  28. Start Firmware on <span class="productname">AR7420</span>™
  29. </b></p><div class="example-contents"><pre class="screen">
  30. # plcboot -N abc.nvm -P abc.pib
  31. </pre><p>
  32. Program <a class="ulink" href="plcboot.7.html" target="_top">plcboot</a> can be used to download runtime firmware and parameters and start execution an <span class="productname">INT6300</span>™, <span class="productname">INT6400</span>™, <span class="productname">AR7400</span>™ or <span class="productname">AR7420</span>™ chipset. This program detects the type of chipset and the image file format. The boot process varies depending on the chipset that is detected and the image file format. For the <span class="productname">AR7420</span>™ chipset, this process involves downloading a <code class="filename">.pib</code> and <code class="filename">.nvm</code> file using only <code class="constant">VS_WRITE_EXECUTE</code> messages. For earlier chipsets, the process is as described above.
  33. </p></div></div><br class="example-break"></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch05s09.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch05.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch05s11.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">
  34. Upgrading PIB Only
  35.  </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 
  36. Testing a Device
  37. </td></tr></table></div></body></html>