ch04s03.html 4.5 KB

123456789101112131415161718192021
  1. <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Architecture Overview</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="ch04.html" title="Chapter 4.  Firmware"><link rel="prev" href="ch04s02.html" title="Firmware Components"><link rel="next" href="ch04s04.html" title="Firmware Boot Process"></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. Architecture Overview
  3. </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch04s02.html">Prev</a> </td><th width="60%" align="center">Chapter 4. 
  4. Firmware
  5. </th><td width="20%" align="right"> <a accesskey="n" href="ch04s04.html">Next</a></td></tr></table><hr></div><div class="section" title="Architecture Overview"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="firmware-architecture"></a>
  6. Architecture Overview
  7. </h2></div></div></div><p>
  8. The following figure illustrates a hypothetical powerline network consisting of two devices. Each device has an <span class="productname">INT6300</span>™ with optional dedicated flash memory and an onboard processor with associated storage. The processor in each device is the local host for that device and the remote host for the other device. The processor storage is unspecified but it must be persistent. The two devices are connected via coax or powerline. The flash memory is optional in this design because it uses the <span class="productname">INT6300</span>™ chipset.
  9. </p><div class="figure"><a name="idp21198600"></a><p class="title"><b>Figure 4.1. 
  10. Simple Network
  11. </b></p><div class="figure-contents"><div class="mediaobject" align="center"><img src="SimpleNetwork.png" align="middle" alt="Simple Network"></div></div></div><br class="figure-break"><p>
  12. The Boot Loader is permanent program that executes on startup. It detects the presence of flash memory and attempts to read <acronym class="acronym">SDRAM</acronym> configuration from flash memory then load and runtime the firmware image and <acronym class="acronym">PIB</acronym> from flash memory. On success, the Boot runtime firmware starts and the device assumes HomePlug AV compliant behavior. On failure, the Boot Loader requests <acronym class="acronym">SDRAM</acronym> configuration, runtime firmware image and <acronym class="acronym">PIB</acronym> from the local host. The local host must be prepared to respond to these requests.
  13. </p><p>
  14. On a system having no flash memory, the Boot Loader will request SDRAM configuration information from the local host. Once that is received, the Boot Loader will request a firmware image and <acronym class="acronym">PIB</acronym> from the local host. The local host determines which firmware image and <acronym class="acronym">PIB</acronym> to download, manages the download sequence and starts firmware execution.
  15. </p><p>
  16. Atheros software, such as the Windows Device Manager, Linux Flash Utility and Embedded API all support the <span class="emphasis"><em>Boot from Host</em></span> configuration.
  17. </p><p>
  18. Once the firmware is running on the <span class="productname">INT6300</span>™ , a remote host can forward runtime firmware and <acronym class="acronym">PIB</acronym> to the local host via the <span class="productname">INT6300</span>™ firmware. The remote host might reside on another<span class="productname">INT6300</span>™ device, as shown in the previous figure, or be located anywhere on the <span class="productname">HomePlug</span>® AV network. In either case, the operations described are the same.
  19. </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch04s02.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch04.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch04s04.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Firmware Components </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 
  20. Firmware Boot Process
  21. </td></tr></table></div></body></html>