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.
Hi,
I have two problem,please help me to resolve.THX
1. In my board, I connect a norflash in EMIF,and I want to boot my code from the norflash.
My project use two cores,and generate two .out documents,now I can use hex6x.exe to conversion them to .btbl document and merger them into one .btbl document
then what shoud I do to burn it into EMIF norflash?
2.I have c6678 EVM,and I want to do a experiment, which use IBL to boot .btbl format data from EMIF nandflash,what should I do?
I want to use one core to do this experiment,and now I have convert the .out document into .btbl document,then what should i do next step?
Ps : I have done this experiment : change the XX.btbl document name directly into XX.bin and use nandwriter_evm6678l.out to burn it into nandflash and change the .gel document in tools\boot_loader\ibl\src\make\bin\i2cConfig.gel like this
I can answer question 2. The C6678 does support booting from a NOR flash on the EMIF but it does not support booting from a NAND flash. You need a NAND flash driver running to read the code from the NAND flash and that is not supported in the bootROM.
Hi,
Thank you for your answer.
I know the EVM can't boot directly from the Nandflash,so I use the IBL second boot from the nandflash.I just try to boot the data of .btbl format from the nandflash,and I don't how to do it
Thank you
For EMIF the bootloader just branch to 0x70000000. so just make sure you code c_int00 in 0x70000000. You can have a branch address in this location to your main code.
Thanks,
Arun.
Hi,
We have c6678 custom board with EMIF16 nor flash connected to it. We want to load our application from EMIF16.
1. To boot from EMIF, any pre boot loader is required like we use IBL for I2C ?
2. how to combine our application with boot parameter table, boot table and boot configuration table?
Thanks in advance