Subversion Repositories OpenARM Single-board Computer

Rev

Rev 81 | Rev 128 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 81 Rev 82
Line 1... Line 1...
1
=== Description ===
1
=== Description ===
2
2
3
The OpenARM Single-board Computer is a demonstration project to show and
3
The OpenARM Single-board Computer is a demonstration project to show and
4
improve the possibilities and advantages of free open source software
4
improve the possibilities and advantages of free open source software
5
development tools and methodologies.
5
development tools and methodologies.
6
6
7
The Singe-board Computer (SBC) is based on an ARM with Emdebian. It will
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.
8
be a general evaluation board with possibilities for custom extensions.
9
It will include all datasheets, documentation and development notes.
9
It will include all datasheets, documentation and development notes.
10
10
11
We will aim to become the basis for other development board, that should
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
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.
13
boards to be able to split in individual hardware repository branches.
14
14
15
The OpenARM project is started and sponsored by PowerCraft Technology.
15
The OpenARM project is started and sponsored by PowerCraft Technology.
16
PowerCraft Technology will guide the project and will facilitate the
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
17
possibility to order parts and assembled boards/kits. We are also a good
18
contact point for more information.
18
contact point for more information.
19
19
20
All work in this project is done with community spirit/philosophy and
20
All work in this project is done with community spirit/philosophy and
21
is released under the GPLv3 License.
21
is released under the GPLv3 License.
22
22
23
23
24
=== Structure ===
24
=== Structure ===
25
25
26
/doc/       # development resources with datasheets and notes
26
/doc/       # development resources with datasheets and notes
27
/misc/      # images and other multimedia files
27
/misc/      # images and other multimedia files
28
/pcb/       # GNU PCB footprints and resources
28
/pcb/       # GNU PCB footprints and resources
29
/gschem/    # GNU EDA symbols and resources
29
/gschem/    # GNU EDA symbols and resources
30
/temp/      # temporary documents
30
/temp/      # temporary documents
31
31
32
CREDIT      # credit list for all contributers
32
CREDIT      # credit list for all contributers
33
LICENSE     # the GPLv3 project license
33
LICENSE     # the GPLv3 project license
34
README      # document with file and project descriptions
34
README      # document with file and project descriptions
35
PLANNING    # planned work, features list, contribution requests
35
PLANNING    # planned work, features list, contribution requests
36
-
 
-
 
36
HACKING     # some project guidelines for contributers
37
37
38
=== Resources ===
38
=== Resources ===
39
39
40
Certificate Authority:
40
Certificate Authority:
41
http://www.cacert.org/index.php?id=3
41
http://www.cacert.org/index.php?id=3
42
42
43
Browsable Subversion Repository:
43
Browsable Subversion Repository:
44
https://secure.powercraft.nl/websvn/openarm/
44
https://secure.powercraft.nl/websvn/openarm/
45
45
46
SVN Repository:
46
SVN Repository:
47
https://secure.powercraft.nl/svn/openarm/
47
https://secure.powercraft.nl/svn/openarm/
48
48
49
Project Mailinglists:
49
Project Mailinglists:
50
http://www.powercraft.nl/cgi-bin/mailman/listinfo/openarm-commit
50
http://www.powercraft.nl/cgi-bin/mailman/listinfo/openarm-commit
51
http://www.powercraft.nl/cgi-bin/mailman/listinfo/openarm-announce
51
http://www.powercraft.nl/cgi-bin/mailman/listinfo/openarm-announce
52
http://www.powercraft.nl/cgi-bin/mailman/listinfo/openarm-devel
52
http://www.powercraft.nl/cgi-bin/mailman/listinfo/openarm-devel
53
53
54
Subversion Linux installation command:
54
Subversion Linux installation command:
55
(sudo) apt-get install subversion
55
(sudo) apt-get install subversion
56
(sudo) yum install subversion
56
(sudo) yum install subversion
57
57
58
Subversion (SVN) checkout command:
58
Subversion (SVN) checkout command:
59
svn co https://secure.powercraft.nl/svn/openarm/trunk ~/openarm-checkout/
59
svn co https://secure.powercraft.nl/svn/openarm/trunk ~/openarm-checkout/
60
60
61
IRC chat channel used for non-official discussions:
61
IRC chat channel used for non-official discussions:
62
irc: geda.seul.org
62
irc: geda.seul.org
63
channel: #geda
63
channel: #geda
64
command: /join #geda
64
command: /join #geda
65
65