How can I do Slave processor boot-loading when the ELF file have more than 96 programs headers? Any suggestion? I tried change ProcMgr_MAX_MEMORY_REGIONS to a bigger value, but my system crashed after this.
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.
How can I do Slave processor boot-loading when the ELF file have more than 96 programs headers? Any suggestion? I tried change ProcMgr_MAX_MEMORY_REGIONS to a bigger value, but my system crashed after this.
Hi Christiano Belli,
It would help us to know some more information about your set up.
What hardware platform are you using?
Which software components are you using? Are you using BIOS?
Please provide these details.
Steve
Are you using SysLink? What version? Make sure you rebuild the syslink.ko after changing the ProcMgr_MAX_MEMORY_REGIONS. You may need to re-build other portion of the code if you are using older versions of SysLink.
Here are a few related post that discuss some of this
http://e2e.ti.com/support/embedded/bios/f/355/t/136229.aspx
http://e2e.ti.com/support/embedded/linux/f/354/p/185582/668391.aspx#668391
Steven Connell said:Hi Christiano Belli,
It would help us to know some more information about your set up.
What hardware platform are you using?
Which software components are you using? Are you using BIOS?
Please provide these details.
Steve
Hi Steven,
I'm using the DM8127 IP Camera Kit from Appropho with DM8127 DaVinci.
In this case, the master is a Cortex-A8 running Linux and the slaves is two Cortex-M3 and one DSP running BIOS.
Thanks!
Arnie Reynoso said:Are you using SysLink? What version? Make sure you rebuild the syslink.ko after changing the ProcMgr_MAX_MEMORY_REGIONS. You may need to re-build other portion of the code if you are using older versions of SysLink.
Here are a few related post that discuss some of this
http://e2e.ti.com/support/embedded/bios/f/355/t/136229.aspx
http://e2e.ti.com/support/embedded/linux/f/354/p/185582/668391.aspx#668391
Hi Arnie,
I'm using syslink 2.20.02.20 in DM8127 IP Camera from Appropho. In change ProcMgr_MAX_MEMORY_REGIONS and rebuild all of my modules included linux kernel. My elf file has 156 program headers. Do have any problem to change ProcMgr_MAX_MEMORY_REGIONS value to another bigger than 156?
Thanks!
Christiano Belli said:Do have any problem to change ProcMgr_MAX_MEMORY_REGIONS value to another bigger than 156?
I am not aware of any issue with increasing the ProcMgr_MAX_MEMORY_REGIONS to the value desired.