Changes between Version 3 and Version 4 of CSPFL_X-Loader
- Timestamp:
- 11/06/09 12:07:02 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CSPFL_X-Loader
v3 v4 6 6 7 7 == Build Process == 8 Once in the 'x-load' directory run (with a proper arm-linux-toolchain installed):8 Once in the 'x-load' directory run the following commands (with a proper cross-compile toolchain installed): 9 9 {{{ 10 10 #!sh 11 11 make omap3530oswald_config 12 CROSS_COMPILE=arm- linux- make12 CROSS_COMPILE=arm-radix-linux-gnueabi- make 13 13 ./signGP 14 14 }}} 15 16 This 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.
