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