Hello
I need to change the start address from A0002020 to A0000000 in erika demo for TC397XE.
How can I do?
Bets regards
Start address
Moderator: paolo.gai
Re: Start address
You need to rewrite the linker script.
If you want to use the linker script that we provide you need to change the boot mode headers, using the EE_OPT explained here:
http://www.erika-enterprise.com/wiki/in ... al_EE_OPTs
and using the Lauterbach with the script we provide.
If you don't want, you can't change BMHDs you need to provide you own liker script.
http://www.erika-enterprise.com/wiki/in ... KER_SCRIPT
If you want to use the linker script that we provide you need to change the boot mode headers, using the EE_OPT explained here:
http://www.erika-enterprise.com/wiki/in ... al_EE_OPTs
and using the Lauterbach with the script we provide.
If you don't want, you can't change BMHDs you need to provide you own liker script.
http://www.erika-enterprise.com/wiki/in ... KER_SCRIPT
Code: Select all
CPU_DATA = TRICORE {
COMPILER = TASKING {
LINKER_SCRIPT = "[/]path/to/custom/linker_script";
};
...
};