Difference between revisions of "Development"
From ArmadeusWiki
m (→Miscellaneous software packages) |
(→Project) |
||
Line 4: | Line 4: | ||
* [[Sources organisation | Armadeus project sources organisation]] | * [[Sources organisation | Armadeus project sources organisation]] | ||
* [[GIT#Providing_modifications | How to submit patches with your modifications]] | * [[GIT#Providing_modifications | How to submit patches with your modifications]] | ||
+ | * [[Buildroot Packages | Adding packages to Buildroot]] | ||
==Tools/Debug== | ==Tools/Debug== |
Revision as of 08:43, 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
- GIT 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
- Install Java libraries, JamVM and run a java program
Linux
Userland applications |
Linux kernel development |
Graphical User Interface / Games |
Scripts |
Realtime applications |
Architecture dependent
SIMD |
Miscellaneous software packages
Links
- Things to know when porting x86 software to ARM: http://www.handhelds.org/minihowto/porting-software.html
- Some nice presentations on Linux Embedded