Changes between Version 10 and Version 11 of peripheral_test/sw_setup


Ignore:
Timestamp:
May 24, 2006, 9:20:10 PM (18 years ago)
Author:
bratton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • peripheral_test/sw_setup

    v10 v11  
    3636
    3737== Setting up the Peripheral Test in XPS ==
    38  1. Click on the '''Applications''' tab in the left hand box.  Right-click on '''Add Software Application Project...''' and choose '''Add Software Application Project...'''.  Give your project a name, and click '''OK'''.  You should see you project in the list of "Software Projects".
     38 1. Click on the '''Applications''' tab in the left hand box.  Right-click on '''Add Software Application Project...''' and choose '''Add Software Application Project...'''.  Type in '''Peripheral Test''', and click '''OK'''.  You should see you project in the list of "Software Projects".
    3939 2. Right-click on '''Sources''' and choose '''Add Existing Files...'''.  You will want to add the following *.c files:
    4040   * ''warplib.c''
     
    4242 3. Next, right-click on '''Headers''' and choose '''Add Existing Files...'''  You will want to add the following *.h file:
    4343   * ''warplib.h''
    44  4. Choose '''Update Bitstream''' by either accessing it through '''Device Configuration''' on the top menu, or by clicking on the toolbar button (it says "Bram Init" on it).  This process will take 15-25 minutes depending on your computing speed.
    45  5. The file is now ready to download to the board.
     44 4. Right-click on '''Default: ppc405_0_bootloop''' in the right hand menu.  Uncheck '''Mark to Intialize BRAMs'''.
     45 5. Right-click on '''Project: Peripheral Test''' and check '''Mark to Initialize BRAMs'''.  This step tells XPS to update the bitstream with your project.
     46 6. Choose '''Update Bitstream''' by either accessing it through '''Device Configuration''' on the top menu, or by clicking on the toolbar button (it says "Bram Init" on it).  This process will take 15-25 minutes depending on your computing speed.
     47 7. The file is now ready to download to the board.
    4648
    4749For help, please refer to the '''[wiki:peripheral_test/helpfaq Help/FAQ]''' page.