Difference between revisions of "Development"
From ArmadeusWiki
m (→Tools) |
(→Linux) |
||
Line 13: | Line 13: | ||
==Linux== | ==Linux== | ||
− | === | + | {| border="0" cellpadding="5" cellspacing="5" summary="Hardware Add-Ons by functionnalities" |
+ | |---------------- | ||
+ | | | ||
+ | ===Userland applications=== | ||
* [[HelloWorld | How to create your first Linux C application for your board]] | * [[HelloWorld | How to create your first Linux C application for your board]] | ||
* [[HelloWorldCpp |How to create your first Linux C++ application for your board]] | * [[HelloWorldCpp |How to create your first Linux C++ application for your board]] | ||
− | === | + | || |
+ | ===Linux kernel development=== | ||
* [[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|Ressources available on i.MXL Linux kernel development]] | * [[Linux on i.MXL|Ressources available on i.MXL Linux kernel development]] | ||
* [[Oops, Linux crashes | Interpreting Linux kernel Oops (crashes)]] | * [[Oops, Linux crashes | Interpreting Linux kernel Oops (crashes)]] | ||
− | + | |---------------- | |
+ | | | ||
===Graphical User Interface / Games=== | ===Graphical User Interface / Games=== | ||
* [[Qt/Embedded]] (Qtopia core 4.2) | * [[Qt/Embedded]] (Qtopia core 4.2) | ||
Line 27: | Line 32: | ||
* [[Allegro|Allegro]] | * [[Allegro|Allegro]] | ||
* [[Mesa| Mesa 3D graphics library (OpenGL compatible)]] | * [[Mesa| Mesa 3D graphics library (OpenGL compatible)]] | ||
− | + | || | |
===Scripts=== | ===Scripts=== | ||
* [[Perl development | Perl]] | * [[Perl development | Perl]] | ||
* [[Python development | Python]] | * [[Python development | Python]] | ||
* [[Lua development | Lua]] | * [[Lua development | Lua]] | ||
+ | |---------------- | ||
+ | |} | ||
==Firmware== | ==Firmware== |
Revision as of 20:15, 29 November 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
Userland applications |
Linux kernel development |
Graphical User Interface / Games
|
Scripts |
Firmware
Miscellaneous software packages
Links
- Things to know when porting x86 software to ARM: http://www.handhelds.org/minihowto/porting-software.html