Boot load settings in cmd file - problem with xBootCfg

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Boot load settings in cmd file - problem with xBootCfg

701 Views
EliArad
Contributor I

Hi

 

in the document Serial Bootloader for 56F82xx

it says to add the following in the cmd file of the application firmware side. 

 

.xBootCfg(RWX):smileysurprised:RIGIN = 0x00007BFE,LENGTH = 0x2

.ApplicationConfiguration :
{
# Store the application entry point
WRITEH(F_EntryPoint);

# Bootload start delay in seconds
WRITEH(10);

} > .xBootCfg

 

When i add this and trying to compile i am getting an error:

 

linker error on this line:

   .xBootCfg(RWX):smileysurprised:RIGIN = 0x00007BFE,LENGTH = 0x2

 

Can you please tell me what should I do?

Thanks,

Eli

Labels (1)
Tags (1)
0 Kudos
1 Reply

420 Views
EliArad
Contributor I

hi

 

Can any one from freescale can send me please a copy  example of 

smm_pROM_xRAM.cmd that works with bootloader?

 

I did all it says in the document and it failed to link

 

like in the previuos message. 

 

please send to easp13

at 

gmail.

com

 

Thanks,

Eli

 

0 Kudos