RAppID Boot Loader

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

RAppID Boot Loader

2,003 次查看
MichaelSun
Contributor I

Hi Support team,

I'm using MPC56xx. I want to develop my own 2nd bootloader instead of RAppID BL. Is there any document decribe how to do this?  

0 项奖励
回复
5 回复数

1,941 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

petervlna_0-1676889234410.png

We do not support any modification to the rba file as it is specific for each micro. We also do not provide rba or rbf source codes.

I am not sure if I understand you correctly, but changing rba file will only lead to no communication with device.

The communication interface is selected automatically based on what is connected and based on boot pin configurations of micro.

Please read the above provided bootloader document carefully.

Best regards,

Peter

 

0 项奖励
回复

1,981 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

Looks to me that you missunderstood how the bootloader works.

In rba file you specify the binary file which will be loaded into micro.

file:///C:/Users/nxa13250/Downloads/RAppidBL_UserManual.pdf

Please have closer a look at chapter 4.2 Boot loader Configuration File (*.rbl) Format

Best regards,

Peter

0 项奖励
回复

1,972 次查看
MichaelSun
Contributor I

"In rba file you specify the binary file which will be loaded into micro. "  Yes, i understand this. 

Now what i want to do is to change the rba file to my own application.  The rba file i have now is the default one you provided. I want to know how to develop my own rba file.  I cannot find any document describe this.  

0 项奖励
回复

1,991 次查看
petervlna
NXP TechSupport
NXP TechSupport

Hello,

Similar questions has been already discussed in the following thread:

https://community.nxp.com/t5/MPC5xxx/Serial-bootloader-example-for-MPC5634M/m-p/445273

example code:

https://community.nxp.com/servlet/JiveServlet/download/427962-279359/bootloader.zip

Best regards,

Peter

0 项奖励
回复

1,985 次查看
MichaelSun
Contributor I

Thanks for your response.  I guess i didn't express my question clearly.

Now i'm using RappID bootloader utility to download/erase/read memory.  I have seen there is a file named "MPC5604B.rba" which is loaded to sram then execute . I want to change this file to implement my own function. Ex: read only 8byte specific memory.   But i don't know how to do it.  

As the first step, i want to use UART Bootloader to load a LED Blink program into the SRAM and execute it.  Could you please give me any advice ?

0 项奖励
回复