Difference between revisions of "Development"
From ArmadeusWiki
(→Scripts / Languages) |
(→Tools/Debug) |
||
Line 8: | Line 8: | ||
==Tools/Debug== | ==Tools/Debug== | ||
* [[Toolchain|C/C++ Cross Compiler (Toolchain) installation]] | * [[Toolchain|C/C++ Cross Compiler (Toolchain) installation]] | ||
− | |||
* [[GDB|Debugging with GDB and GDBserver]] | * [[GDB|Debugging with GDB and GDBserver]] | ||
* [[QEMU | Simulate an Armadeus system under QEMU]] | * [[QEMU | Simulate an Armadeus system under QEMU]] |
Revision as of 09:26, 26 September 2010
On this page you will find useful information to develop software for your Armadeus board
Contents
Project
- Armadeus project sources organisation
- How to submit patches with your modifications
- Adding packages to Buildroot
Tools/Debug
- C/C++ Cross Compiler (Toolchain) installation
- Debugging with GDB and GDBserver
- Simulate an Armadeus system under QEMU
- Eclipse IDE with GDB debugger
- Support JTAGKey and BDI2000 JTAG probes
Linux
- Kernel driver status list for the APF boards
- Tips to debug under Linux
- Instructions to develop Linux drivers for Armadeus
- Resources available on i.MXL Linux kernel development
- Interpreting Linux kernel Oops (crashes)
Userland
Tutorials / Tips |
Libraries |
Graphical User Interface / Games |
Scripts / Languages |
Realtime applications |
Web
|
Robotics/Domotic |
Miscellaneous
Links
- Things to know when porting x86 software to ARM: http://www.handhelds.org/minihowto/porting-software.html
- Some nice presentations on Linux Embedded