Difference between revisions of "Development"
From ArmadeusWiki
VeroniqueL (Talk | contribs) |
VeroniqueL (Talk | contribs) |
||
Line 26: | Line 26: | ||
* [[Linux Debug |Tips to debug under Linux]] | * [[Linux Debug |Tips to debug under Linux]] | ||
* [[Linux drivers development|Instructions to develop Linux drivers for Armadeus]] | * [[Linux drivers development|Instructions to develop Linux drivers for Armadeus]] | ||
− | * [[Linux on i.MXL| | + | * [[Linux on i.MXL|Resources available on i.MXL Linux kernel development]] |
* [[Oops, Linux crashes | Interpreting Linux kernel Oops (crashes)]] | * [[Oops, Linux crashes | Interpreting Linux kernel Oops (crashes)]] | ||
|---------------- | |---------------- |
Revision as of 15:27, 27 August 2009
On this page you will find useful information to develop software for your Armadeus board
Contents
Project
Tools
- C/C++ Cross Compiler (Toolchain) installation
- SVN usage on Armadeus and the way to inform us about your changes
- Debugging with GDB and GDBserver
- Simulate an Armadeus system under QEMU
- Eclipse IDE with GDB debugger
- Support JTAGKey and BDI2000 JTAG probes
Linux
Userland applications |
Linux kernel development |
Graphical User Interface / Games |
Scripts |
Realtime applications |
Miscellaneous software packages
Links
- Things to know when porting x86 software to ARM: http://www.handhelds.org/minihowto/porting-software.html