This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IBL - Customization for New board that differs from EVM6678 design

Other Parts Discussed in Thread: TMS320C6678

Hi

We have developed a customized board with TMS320C6678 with 8 bit Nand Flash of size 1Gbit, using EMIF interface

I have installed mcsdk in my windows system and got latest ibl source of 2_0_8_20 version and compiler installed

My queries are

1. In which files in ibl src , I need to mention my nand flash configuration for EMIF and its size ?

2. what files inside ibl src is 6678 evm board specific files ?

     My custom board has different connections to FPGA... so what files i need to check/edit which is evm specific in ibl source ?

3. After changing the file , should I go inside make folder and give the below command

     make evm_c6678_i2c ENDIAN=little I2C_BUS_ADDR=0x51 and after bin file got generated , use eeprom writer to write in eeprom ? please confirm

4. What is the use of util / iblconfig ?

    in the readme it says we can edit config parameters in device.c inside iblconfig and we have to copy bin file.. what bin file i need to copy. ?

    should i need to edit something in device.c inside iblconfig for my nand configuration ?

Please share your ideas

Thanks