Changes between Version 3 and Version 4 of CSPFL_X-Loader

Show
Ignore:
Author:
hardert (IP: 67.169.210.177)
Timestamp:
11/06/09 12:07:02 (2 weeks ago)
Comment:

Add a few clarifications

Legend:

Unmodified
Added
Removed
Modified
  • CSPFL_X-Loader

    v3 v4  
    66 
    77== Build Process == 
    8 Once in the 'x-load' directory run (with a proper arm-linux- toolchain installed): 
     8Once in the 'x-load' directory run the following commands (with a proper cross-compile toolchain installed): 
    99{{{ 
    1010#!sh 
    1111make omap3530oswald_config 
    12 CROSS_COMPILE=arm-linux- make 
     12CROSS_COMPILE=arm-radix-linux-gnueabi- make 
    1313./signGP 
    1414}}} 
     15 
     16This assumes you are using the SDK provided by this project. If you are not, make sure that the CROSS_COMPILE variable reflects the CTARGET of your cross-compile toolchain.