Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/embedded/handbook: boards-arm-beaglebone.xml index.xml
Date: Sat, 31 Dec 2011 19:56:28
Message-Id: 20111231195618.D54382004B@flycatcher.gentoo.org
1 armin76 11/12/31 19:56:18
2
3 Modified: index.xml
4 Added: boards-arm-beaglebone.xml
5 Log:
6 Add beaglebone
7
8 Revision Changes Path
9 1.20 xml/htdocs/proj/en/base/embedded/handbook/index.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/embedded/handbook/index.xml?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/embedded/handbook/index.xml?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/embedded/handbook/index.xml?r1=1.19&r2=1.20
14
15 Index: index.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/index.xml,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- index.xml 4 Sep 2011 16:30:49 -0000 1.19
22 +++ index.xml 31 Dec 2011 19:56:18 -0000 1.20
23 @@ -1,7 +1,7 @@
24 <?xml version='1.0' encoding="UTF-8"?>
25 <!DOCTYPE book SYSTEM "/dtd/book.dtd">
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/index.xml,v 1.19 2011/09/04 16:30:49 armin76 Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/index.xml,v 1.20 2011/12/31 19:56:18 armin76 Exp $ -->
29
30 <book link="/proj/en/base/embedded/handbook/index.xml">
31 <title>Gentoo Embedded Handbook</title>
32 @@ -39,8 +39,8 @@
33 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
34 <license/>
35
36 -<version>0.5</version>
37 -<date>2010-12-05</date>
38 +<version>0.6</version>
39 +<date>2010-12-31</date>
40
41 <part>
42 <title>General Topics</title>
43 @@ -198,6 +198,11 @@
44 <title>Trimslice</title>
45 <include href="boards-arm-trimslice.xml"/>
46 </chapter>
47 +
48 +<chapter>
49 +<title>Beaglebone</title>
50 + <include href="boards-arm-beaglebone.xml"/>
51 +</chapter>
52 </part>
53
54 <part>
55
56
57
58 1.1 xml/htdocs/proj/en/base/embedded/handbook/boards-arm-beaglebone.xml
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/embedded/handbook/boards-arm-beaglebone.xml?rev=1.1&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/base/embedded/handbook/boards-arm-beaglebone.xml?rev=1.1&content-type=text/plain
62
63 Index: boards-arm-beaglebone.xml
64 ===================================================================
65 <?xml version='1.0' encoding='UTF-8'?>
66 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
67
68 <!-- The content of this document is licensed under the CC-BY-SA license -->
69 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
70
71 <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/boards-arm-beaglebone.xml,v 1.1 2011/12/31 19:56:18 armin76 Exp $ -->
72
73 <sections>
74
75 <abstract>
76 Little-endian ARMv7-A from Beagleboard.org.
77 </abstract>
78
79 <version>0.1</version>
80 <date>2011-12-31</date>
81
82 <section>
83 <title>Gentoo documentation</title>
84 <body>
85 <p>
86 The Beaglebone is supported on Gentoo, thanks to
87 <uri link="http://beagleboard.org/bone">Beagleboard.org</uri> who provided us with
88 hardware to bring this forward.
89 </p>
90
91
92 <ul>
93 <li>
94 <uri
95 link="http://dev.gentoo.org/~armin76/arm/beaglebone/install.xml">Documentation
96 about installing Gentoo on the Beaglebone</uri>
97 </li>
98 </ul>
99 </body>
100 </section>
101
102 <section>
103 <title>Beaglebone specifications</title>
104 <body>
105 <pre caption="Board Specifications">
106 # ARMv7-A 500MHz(USB power)/720MHz(PSU power) TI AM3358/9 ARM Cortex-A8 processor
107 # 256MB DDR2 RAM
108 # Realtek RTL5150 Ethernet card
109 #
110 # 1x microSDHC slot
111 # 1x USB 2.0 Type-A port
112 # 1x mini-USB 2.0 OTG port
113 # 1x RJ45
114 #
115 # Reset and user-defined button
116 </pre>
117 </body>
118 </section>
119
120 <section>
121 <title>/proc/cpuinfo</title>
122 <body>
123 <pre caption="CPU Info">
124 <comment>(Note: running in USB power)</comment>
125 Processor : ARMv7 Processor rev 2 (v7l)
126 BogoMIPS : 498.89
127 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls
128 CPU implementer : 0x41
129 CPU architecture: 7
130 CPU variant : 0x3
131 CPU part : 0xc08
132 CPU revision : 2
133
134 Hardware : am335xevm
135 Revision : 0000
136 Serial : 0000000000000000
137 </pre>
138 </body>
139 </section>
140 <section>
141 <title>References:</title>
142 <body>
143 <ul>
144 <li><uri link="http://beagleboard.org/bone/">Beagleboard.org</uri></li>
145 </ul>
146 </body>
147 </section>
148
149 </sections>