Linux support?

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

Linux support?

4,601 次查看
BradR
Contributor I
Is there any software support for the OSBDM08 under Linux? Or, indeed, anything that doesn't require CodeWarrior?

Failing that, is the source code for the PC end of the OSBDM08 -- not the firmware -- available? I've searched on this forum but so far haven't found any links to that code.
标记 (2)
0 项奖励
回复
4 回复数

1,507 次查看
BradR
Contributor I
pgo, thank you very much. That was the pointer to the source code I was seeking.

What I have in mind: I develop Forth compilers, and at the moment I work entirely with a Linux desktop. I'm looking for some way to download my compiled code to both S08 and S12 target boards. I am hoping to use the Witztronics BDM Lite, and when I asked about alternate (non-CodeWarrior) drivers they suggested that the OSBDM code would be a good starting point.

There is a good chance that I will also be using the SDCC compiler under Linux. Again, I need to install code without the burden of CodeWarrior, and preferably from Linux.
0 项奖励
回复

1,507 次查看
pgo
Senior Contributor V
Dear Brad.

If you need to do HCS08 and HCS12 with the witztronics hardware I suggest you look at:
 
http://forums.freescale.com/freescale/board/message?board.id=TBDML&thread.id=240&view=by_date_ascend...

Good luck

bye


0 项奖励
回复

1,507 次查看
BradR
Contributor I
Thank you again!
0 项奖励
回复

1,507 次查看
pgo
Senior Contributor V
Dear Brad R,

OSBDM is a hardware interface designed to work with Codewarrior rather than a stand-alone tool.  The only PC software involved, apart from Codewarrior itself,  is the interface/driver DLLs.  This is available as part of the package below:

http://forums.freescale.com/freescale/board/message?board.id=OSBDM08&thread.id=422

This uses Win32-libusb so porting this driver to Linux should be straightforward.

This could be used as a starting point for interfacing to GDB, for example, but it would be a fair amount of work since it provides a very low-level interface without much knowledge of the actual targets.

What did you have in mind?

bye
 
0 项奖励
回复