Subversion Repositories OpenARM Single-board Computer

Rev

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

Rev Author Line No. Line
81 jelle 1
=== Description ===
79 jelle 2
 
81 jelle 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
 
11
We will aim to become the basis for other development board, that should
12
make it easier to develop hardware with GPL based software. We want the
13
boards to be able to split in individual hardware repository branches.
14
 
15
The OpenARM project is started and sponsored by PowerCraft Technology.
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
 
23
 
24
=== Structure ===
25
 
26
/doc/       # development resources with datasheets and notes
27
/misc/      # images and other multimedia files
28
/pcb/       # GNU PCB footprints and resources
29
/gschem/    # GNU EDA symbols and resources
30
/temp/      # temporary documents
31
 
32
CREDIT      # credit list for all contributers
33
LICENSE     # the GPLv3 project license
34
README      # document with file and project descriptions
35
PLANNING    # planned work, features list, contribution requests
36
 
37
 
38
=== Resources ===
39
 
40
Certificate Authority:
41
http://www.cacert.org/index.php?id=3
42
 
43
Browsable Subversion Repository:
44
https://secure.powercraft.nl/websvn/openarm/
45
 
46
SVN Repository:
47
https://secure.powercraft.nl/svn/openarm/
48
 
49
Project Mailinglists:
50
http://www.powercraft.nl/cgi-bin/mailman/listinfo/openarm-commit
51
http://www.powercraft.nl/cgi-bin/mailman/listinfo/openarm-announce
52
http://www.powercraft.nl/cgi-bin/mailman/listinfo/openarm-devel
53
 
54
Subversion Linux installation command:
55
(sudo) apt-get install subversion
56
(sudo) yum install subversion
57
 
58
Subversion (SVN) checkout command:
59
svn co https://secure.powercraft.nl/svn/openarm/trunk ~/openarm-checkout/
60
 
61
IRC chat channel used for non-official discussions:
62
irc: geda.seul.org
63
channel: #geda
64
command: /join #geda
65