Gentoo Archives: gentoo-commits

From: "Davide Cendron (scen)" <scen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/it/base/embedded/handbook: boards-arm-pandaboard.xml
Date: Wed, 26 Jan 2011 20:45:08
Message-Id: 20110126203939.82DC920054@flycatcher.gentoo.org
1 scen 11/01/26 20:39:39
2
3 Added: boards-arm-pandaboard.xml
4 Log:
5 Initial commit: Version 0.1, revision 1.1 of EN CVS
6
7 Revision Changes Path
8 1.1 xml/htdocs/proj/it/base/embedded/handbook/boards-arm-pandaboard.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/it/base/embedded/handbook/boards-arm-pandaboard.xml?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/it/base/embedded/handbook/boards-arm-pandaboard.xml?rev=1.1&content-type=text/plain
12
13 Index: boards-arm-pandaboard.xml
14 ===================================================================
15 <?xml version='1.0' encoding='UTF-8'?>
16 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
17
18 <!-- The content of this document is licensed under the CC-BY-SA license -->
19 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
20
21 <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/it/base/embedded/handbook/boards-arm-pandaboard.xml,v 1.1 2011/01/26 20:39:39 scen Exp $ -->
22
23 <sections>
24
25 <abstract>
26 Little-endian ARMv7-A da pandaboard.org.
27 </abstract>
28
29 <version>0.1</version>
30 <date>2010-12-05</date>
31
32 <section>
33 <title>Documentazione Gentoo</title>
34 <body>
35
36 <p>
37 Attualmente, la Pandaboard รจ supportata su Gentoo grazie a <uri
38 link="http://pandaboard.org">pandaboard.org</uri> che fornisce agli sviluppatori
39 l'hardware per creare e documentare i processi d'installazione.
40 </p>
41
42 <ul>
43 <li>
44 <uri
45 link="http://dev.gentoo.org/~armin76/arm/pandaboard/install.xml">
46 Documentazione riguardante l'installazione di Gentoo su Pandaboard</uri>
47 </li>
48 </ul>
49
50 </body>
51 </section>
52
53 <section>
54 <title>Specifiche Pandaboard</title>
55 <body>
56
57 <pre caption="Specifiche Scheda">
58 # TI OMAP SoC 4430
59 # Dual-core ARMv7-A 1GHz Cortex-A9 processor
60 # 1GB DDR2 RAM
61 # USB-based SMSC 9514-JZX Ethernet controller and USB HUB
62 # LS Research WL1271 SDIO module (WLAN, BT, FM)
63 #
64 # 1x SDHC/MMC/SDIO slot
65 # 2x USB 2.0 port
66 # 1x mini-USB 2.0 OTG port
67 # 1x HDMI out
68 # 1x DVI-D out(HDMI connector)
69 # 1x Audio IN
70 # 1x Audio OUT
71 # 1x RS232 serial port
72 # 1x RJ45 port
73
74 # Pulsante Reset e definito dall'utente
75 </pre>
76
77 </body>
78 </section>
79
80 <section>
81 <title>/proc/cpuinfo</title>
82 <body>
83
84 <pre caption="CPU Info">
85 Processor : ARMv7 Processor rev 2 (v7l)
86 processor : 0
87 BogoMIPS : 2013.49
88
89 processor : 1
90 BogoMIPS : 1963.08
91
92 Features : swp half thumb fastmult vfp edsp thumbee neon vfpv3
93 CPU implementer : 0x41
94 CPU architecture: 7
95 CPU variant : 0x1
96 CPU part : 0xc09
97 CPU revision : 2
98
99 Hardware : OMAP4430 Panda Board
100 Revision : 0010
101 Serial : 0000000000000000
102 </pre>
103
104 </body>
105 </section>
106
107 <section>
108 <title>References:</title>
109 <body>
110
111 <ul>
112 <li><uri link="http://pandaboard.org">Pandaboard.org</uri></li>
113 </ul>
114
115 </body>
116 </section>
117
118 </sections>