Other Parts Discussed in Thread: TMDXSK437X
Hi all,
My HW: TMDXSK437X
My SW: ti-processor-sdk-linux-rt-am437x-evm-03.03.00.04-Linux-x86-Install.bin
I'd like to know how to boot from SPI Flash.
Now, I run following instruction.
make am43xx_evm_qspiboot_config
make
Then the following error is output.
make am43xx_evm_qspiboot_config
#
# configuration written to .config
#
make
CHK include/config/uboot.release
CHK include/generated/version_autogenerated.h
CHK include/generated/timestamp_autogenerated.h
UPD include/generated/timestamp_autogenerated.h
CC lib/asm-offsets.s
lib/asm-offsets.c:1:0: error: bad value (armv5) for -march= switch
/*
^
make[1]: *** [lib/asm-offsets.s] Error 1
make: *** [prepare0] Error 2
Please tell me how to fix this error.
By the way, I am referring to the following link.
Best regards,
Sasaki