Changes between Version 1 and Version 2 of Tools/Xilinx_SDK


Ignore:
Timestamp:
May 4, 2012, 11:32:09 AM (12 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tools/Xilinx_SDK

    v1 v2  
    1616
    1717The workarounds we've found:
    18  * Use the "Run" launch process, then press the FPGA Board PPC reset button (typically mapped to the down push button, near the power jack). This will force the PPC to start executing code from the PPC reset vector (0xFFFFFFFC), which (if the .elf is valid) will boot the PPC, then jump to the address for .text specified in your linker script. We've seen this work, but are not entirely convinced it's robust.
     18 * Use the "Run" launch process, then press the FPGA Board PPC reset button (typically mapped to the down push button, near the power jack). This will force the PPC to start executing code from the PPC reset vector (0xFFFFFFFC), which, if the .elf is valid, will boot the PPC then jump to the address for .text specified in your linker script. We've seen this work, but are not entirely convinced it's robust.
    1919
    2020 * Update the address map in XPS to place the memory you want to boot from at 0x0. For example we put the IOCM at 0x0 in the OFDM ref design. Then in your linker script assign .text to the IOCM. This will allow the "Run" launch process to succeed.