Subversion Repositories OpenARM Single-board Computer

Rev

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
209 jelle 41
http://www.cacert.org/certs/root.crt
42
http://www.cacert.org/certs/class3.crt
82 jelle 43
 
44
Browsable Subversion Repository:
45
https://secure.powercraft.nl/websvn/openarm/
46
 
47
SVN Repository:
48
https://secure.powercraft.nl/svn/openarm/
49
 
50
Project Mailinglists:
214 jelle 51
http://www.powercraft.nl/cgi-bin/mailman/listinfo/openarm-commit # recommended
82 jelle 52
http://www.powercraft.nl/cgi-bin/mailman/listinfo/openarm-announce
53
http://www.powercraft.nl/cgi-bin/mailman/listinfo/openarm-devel
54
 
55
Subversion Linux installation command:
56
(sudo) apt-get install subversion
57
(sudo) yum install subversion
58
 
59
Subversion (SVN) checkout command:
60
svn co https://secure.powercraft.nl/svn/openarm/trunk ~/openarm-checkout/
61
 
62
IRC chat channel used for non-official discussions:
63
irc: geda.seul.org
64
channel: #geda
65
command: /join #geda
66
 
128 jelle 67
== Future Idea's ==
85 jelle 68
 
69
- Create full compliant JTAG debugger/programmer/ice for GNU/Linux
70
- Create open smartcard reader for authorization/encryption with gnupg
71
- Create Singel-board Computer with VGA output
128 jelle 72
- Create usb-host camera streamer
159 jelle 73
- Create dvb-t/analog tv streamer
170 jelle 74
- Create adsl2+ modem bridge
144 jelle 75
 
76
== Issues ==
77
 
78
Microsoft Windows users are encouraged to sent an email to the
79
mailinglist to indicate, that they use the repository so we can make
80
sure usability of the repository stays good.