RAppID Boot Loader for Linux

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

RAppID Boot Loader for Linux

跳至解决方案
1,536 次查看
yibbidy
Contributor V

Hi,

I may need to update the firmware in a MPC5643L remotely.  LINFlex_0's UART is connected to an embedded linux board.  Does a linux command line version of the RAppID boot loader exist?  I suspect that I might have to write one myself based on the description of the Boot Assist Module in the reference manual and maybe snooping the serial port of the Windows CLI version.  Some source code of the existing versions would come in handy, is any obtainable?

Thanks, Shaun

标记 (1)
0 项奖励
1 解答
1,292 次查看
stanish
NXP Employee
NXP Employee

Hello,

As far as i know there is no Linux version of RAppid Bootloader. The PC-side application is written in C# and currently it support just Windows platform.

Unfortunately we do not provide a source code.

It's based on CCP protocol (https://automotivetechis.files.wordpress.com/2012/06/ccp211.pdf)

See more details about Rappid Bootloader here: Overview of RAppID Bootloader|NXP 

Hope it helps.

Stan

在原帖中查看解决方案

4 回复数
1,293 次查看
stanish
NXP Employee
NXP Employee

Hello,

As far as i know there is no Linux version of RAppid Bootloader. The PC-side application is written in C# and currently it support just Windows platform.

Unfortunately we do not provide a source code.

It's based on CCP protocol (https://automotivetechis.files.wordpress.com/2012/06/ccp211.pdf)

See more details about Rappid Bootloader here: Overview of RAppID Bootloader|NXP 

Hope it helps.

Stan

1,236 次查看
Wally0258
Contributor I

Hi Stanish,

Due to CAN bus hardware limitation, I'd like to write a small software to support CAN bootloader via PCAN. Could you please provide CCP CRO and DTO ID? thanks.

0 项奖励
1,291 次查看
yibbidy
Contributor V

Hi Stanislav,

I didn't think I'd have much joy on the source code or linux front.  Thanks very much for your links, especially to the CCP protocol, that is very useful - I am not in the automotive sector and I did not know it existed.

Regards, Shaun

0 项奖励
1,291 次查看
jfrey
Contributor IV

Shaun James wrote:

Hi Stanislav,

 

I didn't think I'd have much joy on the source code or linux front.  Thanks very much for your links, especially to the CCP protocol, that is very useful - I am not in the automotive sector and I did not know it existed.

 

Regards, Shaun


You may get lucky looking at the pyccp module: GitHub - pySART/pyccp: ASAM CAN Calibration Protocol for Python https://github.com/pySART/pyccp/blob/master/setup.py

0 项奖励