Difference between revisions of "Development"
From ArmadeusWiki
SebastienR (Talk | contribs) (→Tutorials / Tips) |
(→Project) |
||
Line 5: | Line 5: | ||
* [[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]] | * [[Buildroot Packages | Adding packages to Buildroot]] | ||
+ | * [[Save buildroot configuration]] | ||
* [[GIT|GIT usage on Armadeus]] and the way to inform us about your changes | * [[GIT|GIT usage on Armadeus]] and the way to inform us about your changes | ||
* [[APF9328_and_APF27_migration_to_Linux_2.6.36 | APF9328 and APF27 migration to Linux 2.6.36]] | * [[APF9328_and_APF27_migration_to_Linux_2.6.36 | APF9328 and APF27 migration to Linux 2.6.36]] |
Revision as of 09:36, 8 October 2012
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
- Save buildroot configuration
- GIT usage on Armadeus and the way to inform us about your changes
- APF9328 and APF27 migration to Linux 2.6.36
Tools/Debug
- C/C++ Cross Compiler (Toolchain) installation
- Debugging with GDB and GDBserver
- Simulate an Armadeus system under QEMU
- Eclipse IDE with GDB debugger
- Support JTAGKey and BDI2000 JTAG probes
Bootloader / U-Boot
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 / Tips |
Libraries |
Graphical User Interface / Games |
Scripts / Languages |
Realtime applications
|
Web
|
Network | |
Robotics/Domotic | |
Third party non free |
Examples of projects
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