Changes between Version 6 and Version 7 of peripheral_test/sw_setup


Ignore:
Timestamp:
May 24, 2006, 8:32:51 PM (18 years ago)
Author:
bratton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • peripheral_test/sw_setup

    v6 v7  
    3434 10. At '''Software Setup''', UNCHECK '''Memory test''' and '''Peripheral selftest'''.  '''RS232''' should be chosen for '''STDIN''' and '''STDOUT'''.  Click '''Next'''.
    3535 11. If you chose to keep the "Memory test" or "Peripheral selftest" simply click '''NEXT''' through configuration menu(s). Click '''Generate''' at the '''System Created''' window.  Click '''Finish''' to exit the builder.  Click '''OK''' to beging using XPS.
     36
     37== 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".
     39 2. Right-click on '''Sources''' and choose '''Add Existing Files...'''.  You will want to add the following *.c files:
     40   * ''warplib.c''
     41   * ''peripheral_test.c''
     42 3. Next, right-click on '''Headers''' and choose '''Add Existing Files...'''  You will want to add the following *.h file:
     43   * ''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 will take 5-15 minutes depending on your computing speed.
     45 5. The file is now ready to download to the board.
     46
     47For help, please refer to the '''[wiki:peripheral_test/helpfaq Help/Faq]''' page.