root/current/website/trunk/english/links.wml

Revision 1388, 4.0 kB (checked in by zumbi, 18 months ago)

added MinGW cross environment link

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1#use wml::emdebian::mainpage title="Emdebian links"
2# #include "$(ENGLISHDIR)/releases/info"
3
4<h2>Links</h2>
5<hr />
6
7<h3>Projects using emdebian or emdebsys</h3>
8
9<ul>
10<li><a href="http://lomb.abeille.com/">Linux Open Media Box</a> -
11A media player system based on x86 ITX hardware, using emdebsys to generate
12the system</li>
13</ul>
14
15<h3>Other embedded Distributions</h3>
16
17<p>There are a number of people and organisations using Debian to build
18small systems in one way or another. Here is list of links which are more or
19less related.</p>
20<ul>
21<li><a href="http://openwrt.org">OpenWRT Project</a> - described as a Linux distribution for embeded devices.</li>
22<li><a href="http://gate-bunker.p6.msu.ru/~berk/router">Debian Router Project</a> -
23builds a router from scratch using standard Debian parts, by Vadim Bergkaut</li>
24<li><a href="http://stag.mind.be/">STAG embedded framework</a> -
25Excellent paper on cross-building systems the Debian way. Example packages
26too. Still a work in progress but very informative.</li>
27<li><a href="http://www.turbobit.com/abox.html">5lb Linux</a> - a stripped
28down Debian stable system</li>
29<li><a href="http://people.debian.org/~andersee/">Erik Andersen's uclibc
30version of Debian</a> - a first cut version of all of Debian recompiled with
31uclibc</li>
32<li><a href="http://staff.washington.edu/dushaw/psion/">Debian Woody for the
33Psion 5mx PDA</a> - a stripped
34down Debian stable system  - 10MB for the base system plus anoth 7Mb for X,
35by Brian Dushaw.</li>
36<li><a href="http://linuxdevices.com/articles/AT5006522831.html">Instaling
37Debian on an x86 min-ITX machine</a> - Not really a small-resource system but contains some
38useful info of the joys of getting new hardware to work.</li>.   
39</ul>
40
41<h3>Tools and handy software</h3>
42
43<ul>
44<li><a href="http://www.scratchbox.org/">Scratchbox</a> - handy tool for faking
45native compiles on fast cross-compiling boxes</li>
46<li><a href="http://www.penguintronix.de/software/ptxdist_en.html">PTXdist</a> - tool for building systems from source</li>
47<li><a href="http://www.kegel.com/crosstool/">crosstool</a> - set of scripts for building
48cross-compilers by Dan Kegel</li>
49<li><a href="http://openembedded.sourceforge.net">OpenEmbedded</a> - a tool
50for building embedded systems from source.</li>
51<li><a href="http://www.aurel32.net/info/debian_arm_qemu.php">Debian on an emulated ARM machine</a> - Using a kernel compiled with the right options, it is possible to install a Debian distribution on QEmu emulator.</li>
52<li><a href="http://www.profv.de/mingw_cross_env/">MinGW cross compiling environment</a> - This script compiles a MinGW cross compiler and cross compiles
53many free libraries such as GD and SDL. Thus, it provides a nice
54MinGW cross compiling environment. All necessary source packages
55are downloaded automatically..</li>
56</ul>
57
58<h3>General links</h3>
59
60<ul>
61<li><a href="http://www.debian.org/">Debian GNU/Linux</a> - The Universal
62Operating System</li>
63<li><a href="http://www.linuxdevices.com">LinuxDevices.com</a> - Excellent
64news source for Embedded Linux</li>
65<li><a href="http://familiar.handhelds.org/">Familiar</a> - PDA
66distribution focussed on compaq ipaqs</li>
67<li><a href="http://www.openzaurus.org">OpenZaurus</a> - Free Software PDA distribution
68originally focussed on the Sharp Zaurus</li>
69<li><a href="http://www.handhelds.org">Handhelds.org</a> - lots of good stuff
70for Linux on Handhelds - compile farm, familiar, toolchains, ipkg mini
71package manager</li>
72<li><a href="http://www.t2-project.org/about.html">T2 Project</a> -
73it is a flexible open source System Development Environment or Distribution Build Kit.
74</li>
75<li><a href="http://soleup.eup.uva.es/mediawiki/index.php/TCOS/en">TCOS project</a> - it is an open source utility to setup a minimal rootstrap.
76</li>
77<li><a href="http://artax.karlin.mff.cuni.cz/~zajio1am/texts/debian_sarge_on_rb532.html">Debian Sarge on Rouberboard</a> - Installation of Debian Sarge on Rouberboard 532.</li>
78<li><a href="http://wpkg.org/index.php/Running_Debian_on_ASUS_WL-500G_deluxe">Debian Sarge on ASUS WL-500G deluxe</a> - Installation of Debian Sarge on ASUS WL-500G deluxe.</li>
79</ul>
Note: See TracBrowser for help on using the browser.