Hi,
I am currently having trouble rebuilding IBL.
I downloaded MinGW because I am building IBL on a microsoft machine.
I added C:\MinGW\msys\1.0\bin and C:\MinGW\bin to my system variables path.
I updated the setupenvMsys.sh: C6X_BASE_DIR='"C:/ti/ccsv5/tools/compiler/c6000_7.3.9"'
I updated the setupenvMsys.sh: C6X_BASE_DIR_MSYS=/c/ti/ccsv5/tools/compiler/C6000_7.3.9
I modified device.c ibl_t c6657_ibl_config(void) function, changing
ibl.bootModes[1].u.nandBoot.bootFormat= ibl_BOOT_FORMAT_BBLOB
to
ibl.bootModes[1].u.nandBoot.bootFormat = ibl_BOOT_FORMAT_ELF;
I type: make evm_c6657_i2c ENDIAN=little I2C_BUS_ADDR=0x51 in the boot_loader\ibl\src\make dir and I receive Error 2 "the system can not find the file specified" It is referring to ethboot.c