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.

About booting from EMIF norflash

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

In setConfig_c66xx_main() of 
      replace 
          ibl.bootModes[1].u.nandBoot.bootFormat        = ibl_BOOT_FORMAT_BBLOB;
      with
          ibl.bootModes[1].u.nandBoot.bootFormat        = ibl_BOOT_FORMAT_BTBL;

I do the experiment like above ,but the EVM fault to boot!
Please help me and give me some advices or some successful examples

Thanks a lot
Best regards