Difference between revisions of "Development"
From ArmadeusWiki
(→Third party open-source) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 70: | Line 70: | ||
=== Web === | === Web === | ||
− | * [[ | + | * [[Lighttpd]]: lightweight Webserver |
* [[Links]]: lightweight textual mode Web browser | * [[Links]]: lightweight textual mode Web browser | ||
* [[Flot]] : Javascript plotting library for jQuery | * [[Flot]] : Javascript plotting library for jQuery | ||
Line 78: | Line 78: | ||
=== Network === | === Network === | ||
* [[Ngircd]] : an IRC server | * [[Ngircd]] : an IRC server | ||
− | * [[tftpd]] : adding a tftpboot server on | + | * [[tftpd]] : adding a tftpboot server on APF/OPOS |
|---------------- | |---------------- | ||
| | | | ||
Line 89: | Line 89: | ||
| | | | ||
− | ===Third party | + | ===Third party not open-source === |
* [[Straton]] | * [[Straton]] | ||
|---------------- | |---------------- |
Latest revision as of 14:12, 1 April 2020
On this page you will find useful information to develop software for your Armadeus board.
Contents
Tools/Debug
- C/C++ Cross Compiler (Toolchain) installation
- Save buildroot configuration
- 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
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 not open-source |
Examples of projects
Miscellaneous
Old stuff
- Armadeus project sources organisation
- How to submit patches with your modifications
- Adding packages to Buildroot
- APF9328 and APF27 migration to Linux 2.6.36
Links
- Things to know when porting x86 software to ARM: http://www.handhelds.org/minihowto/porting-software.html
- Some nice presentations on Linux Embedded