Difference between revisions of "Development"
From ArmadeusWiki
(Add Oops page ref) |
(Adding QEMU page) |
||
Line 10: | Line 10: | ||
* [[GDB|Debugging with GDB and GDBserver]] | * [[GDB|Debugging with GDB and GDBserver]] | ||
* [[Orchestra| FPGA project generation with Orchestra]] | * [[Orchestra| FPGA project generation with Orchestra]] | ||
+ | * [[QEMU | Simulate an Armadeus system under QEMU]] | ||
==Linux== | ==Linux== |
Revision as of 18:07, 24 October 2007
On this page you will find useful informations to develop software for your Armadeus board
Contents
Project
Tools
- C/C++ Cross Compiler installation
- SVN usage on Armadeus and the way to provide us your modifications
- Debugging with GDB and GDBserver
- FPGA project generation with Orchestra
- Simulate an Armadeus system under QEMU
Linux
User apps
- How to create your first Linux C application for your board
- How to create your first Linux C++ application for your board
Kernel devt
- Tips to debug under Linux
- Instructions to develop Linux drivers for Armadeus
- Ressources available on i.MXL Linux kernel development
- Interpreting Linux kernel Oops (crashes)
Graphical User Interface / Games
- Qt/Embedded (Qtopia core 4.2)
- SDL
- Allegro
- Mesa 3D graphics library (OpenGL compatible)
Scripts
Firmware
Miscellaneous software packages
Links
- Things to know when porting x86 software to ARM: http://www.handhelds.org/minihowto/porting-software.html