Difference between revisions of "Development"
From ArmadeusWiki
m (→Linux) |
|||
Line 16: | Line 16: | ||
==Linux== | ==Linux== | ||
+ | * [[kernel drivers status list|Kernel driver status list for the APF boards]] | ||
+ | * [[Linux Debug |Tips to debug under Linux]] | ||
+ | * [[Linux drivers development|Instructions to develop Linux drivers for Armadeus]] | ||
+ | * [[Linux on i.MXL|Resources available on i.MXL Linux kernel development]] | ||
+ | * [[Oops, Linux crashes | Interpreting Linux kernel Oops (crashes)]] | ||
+ | |||
+ | |||
+ | ==Userland== | ||
{| border="0" cellpadding="5" cellspacing="5" summary="Hardware Add-Ons by functionnalities" | {| border="0" cellpadding="5" cellspacing="5" summary="Hardware Add-Ons by functionnalities" | ||
|---------------- | |---------------- | ||
| | | | ||
− | === | + | ===Tutorials=== |
* [[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]] | ||
* [[Automatically launch your application]] | * [[Automatically launch your application]] | ||
− | |||
|| | || | ||
− | === | + | |
− | * [[ | + | === Libraries === |
− | + | * [[AsDevices | ARMadeus specific library]] | |
− | + | ||
− | + | ||
− | + | ||
|---------------- | |---------------- | ||
| | | |
Revision as of 08:52, 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
- 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 |
Libraries |
Graphical User Interface / Games |
Scripts |
Realtime applications |
Web
|
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