Changes between Version 11 and Version 12 of Install


Ignore:
Timestamp:
Mar 16, 2007, 3:06:22 AM (17 years ago)
Author:
snovich
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Install

    v11 v12  
    11= The WARP EDK Installer Project Page =
    22
    3 '''Note:''' Installer is currently waiting for distribution approval. Please check back regularly for more updates. (''Jul. 24, 2006'')
     3Disclaimer: This installer is provided '''AS IS'''.
    44
    55== Background ==
     6
     7This binary executable will allow you to install the current WARP EDK (including the board files), the WARP OPB Export Tool for System Generator, and the WARP Sysgen2OPB conversion script and toolbox for MATLAB. These repositories also come Subversion ready, meaning that you may install an application such as [http://tortoisesvn.sourceforge.net/ TortoiseSVN], and with a simple right-click, update the repositories to their latest versions.
    68
    79This project is aimed towards creating a compact means of distributing and installing our support packages. The installer has been built using an open-source scripting language/compiler called [http://nsis.sourceforge.net/Main_Page NSIS] created by [http://www.nullsoft.com Nullsoft] (those pesky Llamas...). The installer has several purposes.
     
    1214== Current Contents ==
    1315
    14  * Peripherals
    15   * Radio Controller v 1.04.a
    16   * Radio Bridge v 1.04.a
    17  * WARP (Main Board) Xilinx Board Description file (XBD) v 2.2.0 for V2P70
    18  * [http://www.mager.org/mkdosfs/ mkdosfs] format utility ported for Windows
    19  * [http://hp.vector.co.jp/authors/VA002416/teraterm.html TeraTerm Pro]
     16 * WARP EDK (including board files for Xilinx Platform Studio)
     17 * WARP OPB Export Tool for MATLAB System Generator
     18 * WARP Sysgen2Opb Toolbox and System Generator Blockset.
    2019
    2120== Current Dev ==
    2221
    23  * More Peripherals
    24    * MGTs
    25      * EDK-Compliant Linkport/Framing MGT model (non-PPC controlled)
    26      * PPC-Controlled Streaming MGTs
    27      * PPC-Controlled Framing MGTs
    2822 * Reference Designs
    2923 * User Guides
    30  * Add [http://tortoisesvn.sourceforge.net/ TortoiseSVN] (need to figure out how to launch MSI-executables files from within the install)
    3124 * Uninstallation add-on
    3225
    3326== Building Your Own Installation ==
    3427
    35 The Project files for this installers can be found in [http://warp.rice.edu/trac/browser/Installers the Repository]. This includes the most updated version of the installation [http://warp.rice.edu/trac/browser/Installers/WARP_EDK_Install.nsi script]. To recreate or work with this installer, just move all of the [http://warp.rice.edu/trac/browser/Installers Installers] page's contents into a directory to preserve project hierarchy.[[BR]][[BR]]
     28The Project files for this installer will be posted soon. [[BR]][[BR]]
     29
    3630Nullsofts NSIS compiler and downloadable package is available via [http://www.sourceforge.net Sourceforge] [http://nsis.sourceforge.net/Main_Page HERE]. The NSIS downloadable package contains pretty decent documentation and some good reference designs. A useful site for reference is [http://forums.winamp.com/forumdisplay.php?s=&forumid=65 Nullsoft's NSIS Discussion Forum] and [http://nsis.sourceforge.net/Developer_Center Developer Center].
    3731