hi,when download the software,and use the CodeSourcery,and modify
make.def content,which is in OBDS
modify
CC= arm-none-eabi-gcc
AS = arm-none-eabi-as
AR = arm-none-eabi-ar
LN = arm-none-eabi-ld
into
CC= /home/lucid/CodeSourcery/Sourcery_CodeBench_for_ARM_EABI/bin/arm-none-eabi-gcc
AS = /home/lucid/CodeSourcery/Sourcery_CodeBench_for_ARM_EABI/bin/arm-none-eabi-as
AR = /home/lucid/CodeSourcery/Sourcery_CodeBench_for_ARM_EABI/bin/arm-none-eabi-ar
LN = /home/lucid/CodeSourcery/Sourcery_CodeBench_for_ARM_EABI/bin/arm-none-eabi-ld
and run"make TARGET=mx53 BOARD=sbrth_lcb BOARD_VERSION=1",
and the shell will display "
Build has completed.ELF file available in:
=>/home/lucid/Desktop/obds/output/mx53/bin"
and it will produce "diag-obds-mx53sbrth_lcb-rev1.bin" in the catalogue "/home/lucid/Desktop/obds/output/mx53/bin" ,the size of it is 619.2KB,and i flash it into SD,the Board can't boot,but when i flash "diag-obds-mx53sbrth_lcb-rev1.bin" in the catalogue"/home/lucid/Desktop/I201139_mx53_sbrth_lcb_release" with the same method,and the file size is 624.5KB,it boots ok ,i don't know why?
i use i.MX53 QSB board.