Subversion Repositories OpenARM Single-board Computer

Rev

Rev 170 | Rev 209 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
128 jelle 1
== Description ==
82 jelle 2
 
3
The OpenARM Single-board Computer is a demonstration project to show and
4
improve the possibilities and advantages of free open source software
5
development tools and methodologies.
6
 
7
The Singe-board Computer (SBC) is based on an ARM with Emdebian. It will
8
be a general evaluation board with possibilities for custom extensions.
9
It will include all datasheets, documentation and development notes.
10
 
183 jelle 11
We will aim to become the basis for other development boards; that should
12
make it easier to develop hardware with GPL-based software. We want the
13
boards to be able to split up into individual hardware repository branches.
82 jelle 14
 
183 jelle 15
The OpenARM project has been started and is sponsored by PowerCraft Technology.
82 jelle 16
PowerCraft Technology will guide the project and will facilitate the
17
possibility to order parts and assembled boards/kits. We are also a good
18
contact point for more information.
19
 
20
All work in this project is done with community spirit/philosophy and
21
is released under the GPLv3 License.
22
 
128 jelle 23
== Structure ==
82 jelle 24
 
25
/doc/       # development resources with datasheets and notes
26
/misc/      # images and other multimedia files
27
/pcb/       # GNU PCB footprints and resources
28
/gschem/    # GNU EDA symbols and resources
29
/temp/      # temporary documents
30
 
31
CREDIT      # credit list for all contributers
32
LICENSE     # the GPLv3 project license
33
README      # document with file and project descriptions
34
PLANNING    # planned work, features list, contribution requests
35
HACKING     # some project guidelines for contributers
36
 
128 jelle 37
== Resources ==
82 jelle 38
 
39
Certificate Authority:
40
http://www.cacert.org/index.php?id=3
41
 
42
Browsable Subversion Repository:
43
https://secure.powercraft.nl/websvn/openarm/
44
 
45
SVN Repository:
46
https://secure.powercraft.nl/svn/openarm/
47
 
48
Project Mailinglists:
49
http://www.powercraft.nl/cgi-bin/mailman/listinfo/openarm-commit
50
http://www.powercraft.nl/cgi-bin/mailman/listinfo/openarm-announce
51
http://www.powercraft.nl/cgi-bin/mailman/listinfo/openarm-devel
52
 
53
Subversion Linux installation command:
54
(sudo) apt-get install subversion
55
(sudo) yum install subversion
56
 
57
Subversion (SVN) checkout command:
58
svn co https://secure.powercraft.nl/svn/openarm/trunk ~/openarm-checkout/
59
 
60
IRC chat channel used for non-official discussions:
61
irc: geda.seul.org
62
channel: #geda
63
command: /join #geda
64
 
128 jelle 65
== Future Idea's ==
85 jelle 66
 
67
- Create full compliant JTAG debugger/programmer/ice for GNU/Linux
68
- Create open smartcard reader for authorization/encryption with gnupg
69
- Create Singel-board Computer with VGA output
128 jelle 70
- Create usb-host camera streamer
159 jelle 71
- Create dvb-t/analog tv streamer
170 jelle 72
- Create adsl2+ modem bridge
144 jelle 73
 
74
== Issues ==
75
 
76
Microsoft Windows users are encouraged to sent an email to the
77
mailinglist to indicate, that they use the repository so we can make
78
sure usability of the repository stays good.