Changes between Version 9 and Version 10 of peripheral_test/helpfaq


Ignore:
Timestamp:
May 25, 2006, 1:23:37 PM (18 years ago)
Author:
bratton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • peripheral_test/helpfaq

    v9 v10  
    44=== QUESTIONS ===
    55
    6 '''I forgot to enable interrupts for the push buttons when using Base System Builder.  What do I do now?'''[[BR]]
    7 '''What do I do if I didn't select one of the devices while using Base System Builder?'''[[BR]]
    8 '''I get an error: "*** No rule to make target 'File name', needed by 'Peripheral_Test/executable.elf'. Stop.'''" [[BR]]
    9 '''Where can I get Tera Term Pro?'''[[BR]]
    10 '''When I download my project (''download.bit'') to the board, nothing happens.'''[[BR]]
    11 '''My project takes a longtime to generate the bitstream.  Then it doesn't work.  What's wrong?'''
     6 * '''I forgot to enable interrupts for the push buttons when using Base System Builder.  What do I do now?'''[[BR]]
     7 * '''What do I do if I didn't select one of the devices while using Base System Builder?'''[[BR]]
     8 * '''I get an error: "*** No rule to make target 'File name', needed by 'Peripheral_Test/executable.elf'. Stop.'''" [[BR]]
     9 * '''Where can I get Tera Term Pro?'''[[BR]]
     10 * '''When I download my project (''download.bit'') to the board, nothing happens.'''[[BR]]
     11 * '''My project takes a longtime to generate the bitstream.  Then it doesn't work.  What's wrong?'''
    1212
    1313=== ANSWERS ===
    1414
    15 '''I forgot to enable interrupts for the push buttons when using Base System Builder.  What do I do now?'''[[BR]]
     15* '''I forgot to enable interrupts for the push buttons when using Base System Builder.  What do I do now?'''[[BR]]
    1616Oh man, now you've done it...Copy the following lines of code into the MHS file:
    1717 BEGIN opb_intc[[BR]]
     
    4141''If this does not work, you will need to recreate the project using Base System Builder''
    4242
    43 '''What do I do if I didn't select one of the devices while using Base System Builder?'''[[BR]]
     43* '''What do I do if I didn't select one of the devices while using Base System Builder?'''[[BR]]
    4444For the size of this project, it will be easier to simply recreate the project using Base System Builder.  You can clear out the contents of the directory containing all the files, or simply create a new folder.
    4545
    4646
    47 '''I get an error: "*** No rule to make target 'File name', needed by 'Peripheral_Test/executable.elf'. Stop.'''" [[BR]]
     47* '''I get an error: "*** No rule to make target 'File name', needed by 'Peripheral_Test/executable.elf'. Stop.'''" [[BR]]
    4848Check to see that there are no spaces anywhere in the names of your source and header paths.  XPS will give the above error if there are.
    4949
    50 '''Where can I get Tera Term Pro?'''[[BR]]
     50* '''Where can I get Tera Term Pro?'''[[BR]]
    5151http://www.vector.co.jp/authors/VA002416/teraterm.html
    5252
    53 '''When I download my project (''download.bit'') to the board, nothing happens.'''
    54  * Did the lowest LED light up up downloading?
    55    * Yes? This indicates that the program has reached the board but that there may be something wrong with the serial connection.  Check these and try again.
    56    * No? This indicates that the program never got to your board.  Check the JTAG connection and try again.  Then move to the following questions.
    57  * Do the baud rates match between your project and Tera Term. 
     53* '''When I download my project (''download.bit'') to the board, nothing happens.'''
     54  * Did the lowest LED light up up downloading?
     55    * Yes? This indicates that the program has reached the board but that there may be something wrong with the serial connection.  Check these and try again.
     56    * No? This indicates that the program never got to your board.  Check the JTAG connection and try again.  Then move to the following questions.
     57  * Do the baud rates match between your project and Tera Term?
     58    * See Step 3 and "NOTE" on the '''Running the Program''' page: '''[wiki:peripheral_test/execution here.]'''
     59  * Review Steps 2-6 of '''Setting up the Peripheral Test in XPS''':  '''[wiki:peripheral_test/sw_setup here.]'''   
    5860 
    59 '''My project takes a longtime to generate the bitstream.  Then it doesn't work.  What's wrong?'''[[BR]]
    60 Refer to steps 5-7 of '''Setting up the Peripheral Test in XPS''':  '''[wiki:peripheral_test/sw_setup here.]'''
     61* '''My project takes a longtime to generate the bitstream.  Then it doesn't work.  What's wrong?'''[[BR]]
     62Refer to steps 4-6 of '''Setting up the Peripheral Test in XPS''':  '''[wiki:peripheral_test/sw_setup here.]'''
    6163
     64* '''Everything looks right, but when I try downloading to the board with iMPACT, nothing happens.'''[[BR]]
     65Try restarting !TeraTerm and iMPACT. If this doesn't work, try the other methods listed in the '''Download Peripheral Test to the Board''' section located '''[wiki:peripheral_test/execution here]'''.
     66
     67