Embedded Linux - Programming and debugging. Where to start?
I have been scouring the net trying to find a clear definitive guide to getting started with embedded Linux. I have only found vague answers to my questions. I really am hoping that someone can give me some clear answers and advice.
I am used to programming microprocessors with an IDE and JTAG debugger. I really like all the benefits of developing with an IDE. The biggest advantage for me is being able to single step and view variables at run time.
Can I do this with a Linux based board? Everything I have read so far refers to terminals, make files etc. Programming and debugging this way can be time consuming especially when you are new to whole environment. I have been through this before.
I have seen some references to Eclipse that have the ability to set break points and single step but it wasn't clear how this worked. Can you literally single step your code on the target device and if so how exactly does it work?
I would like to buy a development kit with an ARM but I want to be sure that the kit is well documented, has sample code, is preloaded with Linux and will allow me to develop and debug with an IDE. I looked at the TS series from Technologic Systems. Is this a good choice for getting started?
Trending Topics
| You Need A Budget | Feb 10, 2012 |
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
- Fun with ethtool
- Parallel Programming with NVIDIA CUDA
- Readers' Choice Awards 2011
- 100% disappointed with the decision to go all digital.
- Linux-Based X Terminals with XDMCP
- Validate an E-Mail Address with PHP, the Right Way
- You Need A Budget
- The Linux powered LAN Gaming House
- Why Python?
- Python for Android
- Employment Posters
3 hours 51 min ago - Sure the best distro is
5 hours 11 min ago - BeOS was the best
7 hours 54 min ago - I use Wireshark on a daily
12 hours 25 min ago - buena información
17 hours 32 min ago - One important "bucket" that I didn't note (désolé si qqun deja d
18 hours 32 min ago - Gnome3 is such a POS. No one
1 day 4 hours ago - Gnome 3 is the biggest POS
1 day 4 hours ago - I didn't knew this thing by
1 day 10 hours ago - Author's reply
1 day 13 hours ago





Debugging and Getting Started
Well, maybe some people might find it otherwise. Almost all developers(even for commercial purposes) use cscope and vi for for linux based development(Atleast i have seen a lot of them). Yes IDE based source code navigation/debugging is easier, and maybe the __visual__ itself presents more life for some people, but that is an individual choice.
To get started with embedded programming, yes TS series of boards are very good, __but__ mind that most of them __does not__ have JTAG debugging capability. the JTAG pins are there, but they are used for programming the onboard CPLD and is not connect to any processor chipset / flash, which means you cannot debug or burn the flash using a JTAG debugger.
But said that __TS__ series of boards(i have a TS-7200) are good ones to start with., you can hunt around for other boards as well.