How to set up FRDM Development on Linux

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

How to set up FRDM Development on Linux

跳至解决方案
4,855 次查看
gurindersinghgi
Contributor III

How to setup GCC ARM Toolchain with Eclipse for Cortex M0+ - Freescale freedom FRDM KL25Z

and how to set up OpenSDA on linux for Debugging .

0 项奖励
1 解答
1,497 次查看
apanecatl
Senior Contributor II

I'm afraid we don't support Linux debugging for FRDM-KL25Z, CodeWarrior 10.3 is only supported under Windows environment, thus development under linux OS is not supported.

在原帖中查看解决方案

0 项奖励
7 回复数
1,497 次查看
gbd
Contributor II

I just wanted to share some tutorials I put together for getting the KL25Z up and running on Linux, I hope it helps someone out. >codercommander

0 项奖励
1,497 次查看
andrewpayne
Contributor II

This may help at least with the development side, I just posted it:   https://github.com/payne92/bare-metal-arm

It's a very simple & small "bare metal" example that builds on Linux using only the freely available GCC ARM toolchain.  It has no other external dependencies (e.g. CodeWarrior).

1,497 次查看
gurindersinghgi
Contributor III

Great thanks to Andrew Payne for this contribution, it is really a great start and i will help getting this project on to completion, as i am new i will surely take a bit time learning :smileysilly:

Hey Andrew i was wondering does some bootloader flash file exists by which we can connect this board on to OpenSDA or gdb , etc ?

I was reading about implimentation on CSMIS Plugin being used with Coocox IDE and was wondering can it be dome with Linux ??

I also tried USBDM and it wont install until i had codewarrier preinstalled onto my system ..

Thanks A Lot !! From Everyone Who will be searching an open Source Solun.

0 项奖励
1,497 次查看
andrewpayne
Contributor II

I'm not sure what you're asking. There are several boot loaders for the Freescale freedom board available that support open SDA in the software distribution that's available for the board.  I'm not aware of any with GDB support, or any with source code.

An open source boot loader with a USB block device for drag-and-drop programming (that's less buggy than the current boot loader), combined with GDB support: that would be an excellent project.

For the other items you ask, I don't have any experience with those. I'm sorry.

0 项奖励
1,497 次查看
gurindersinghgi
Contributor III

Great Thanks to "gdb" that he made a sample for Linux using GCC ARM Embedded in Launchpad

[Linux, gcc, and the FRDM-KL25Z]

and thanks to Adrian Sanchez Cano for sharing sample code for FREEDOM Platform.

[Preipheral Drivers for Freescale Freedom KL25Z FRDM Platform]

I will try and make an eclipse based port for FRDM KL25 board using opensource GCC and Eclipse,

A great thanks to these guys ..

1,498 次查看
apanecatl
Senior Contributor II

I'm afraid we don't support Linux debugging for FRDM-KL25Z, CodeWarrior 10.3 is only supported under Windows environment, thus development under linux OS is not supported.

0 项奖励
1,497 次查看
bobpaddock
Senior Contributor III

Will other operating systems be supported in the, hopefully near, future?

0 项奖励