@@ -8,7 +8,7 @@ Quickstart guide
8
8
2) Make sure the card is not mounted, run "mount" and if the card shows
9
9
up in the output umount its partitions
10
10
3) Write the img file to the card, ie as root do:
11
- xzcat Fedora-19-a10-armhfp-r1 .img.xz > /dev/mmcblk0
11
+ xzcat Fedora-19-a10-armhfp-r2 .img.xz > /dev/mmcblk0
12
12
sync
13
13
4) The card is not yet ready for use! Since the A10 u-boot is board
14
14
specific, the image comes without any uboot install, follow the next
@@ -35,7 +35,7 @@ Quickstart guide
35
35
11a) Configure networking, note:
36
36
* If you've an A10 board with wired ethernet and you want to use dhcp
37
37
you don't need to do anything.
38
- * If you've an A20 board, your ethernet will have a random mac-address,
38
+ * If you've an A20 board, your ethernet may have a random mac-address,
39
39
so if you want to configure a static ip-address and want it to stick
40
40
across reboots, go to the ethernet-tab, select the mac-address field
41
41
and delete its contents, so that the static ip address you're
@@ -51,7 +51,10 @@ Supported Devices:
51
51
------------------
52
52
53
53
Fedora 19 ARM for Allwinner A10 has been tested with the following devices:
54
+ * A10s-OLinuXino-MICRO (Olimex)
55
+ * A13-OLinuXino (Olimex)
54
56
* A13-OLinuXino-MICRO (Olimex)
57
+ * A20-OLinuXino-MICRO (Olimex)
55
58
* Auxtek T003 hdmi tv stick
56
59
* Auxtek T004 hdmi tv stick
57
60
* BA10 TV Box
@@ -70,9 +73,6 @@ Fedora 19 ARM for Allwinner A10 has been tested with the following devices:
70
73
Fedora 19 ARM should also work on the following devices:
71
74
* A10 tablet sold under various names (whitelabel)
72
75
* A13 tablet sold under various names (whitelabel)
73
- * A10s-OLinuXino-MICRO (Olimex)
74
- * A13-OLinuXino (Olimex)
75
- * A20-OLinuXino-MICRO (Olimex)
76
76
* Coby MID7042 tablet
77
77
* Coby MID8042 tablet
78
78
* Coby MID9742 tablet
@@ -83,13 +83,15 @@ Fedora 19 ARM should also work on the following devices:
83
83
* Hackberry development board
84
84
* Hyundai a7hd tablet
85
85
* iNet-97F Rev.2 (and clones) tablet
86
+ * Marsboard A10
86
87
* Mele A1000/A2000 512 MB RAM
87
88
* Mele A3700
88
89
* Mini-X 512 MB RAM
89
90
* mk802 (with female mini hdmi) 1024 MB RAM
90
91
* pcDuino development board
91
92
* Point of View ProTab 2 IPS 9" tablet
92
93
* Point of View ProTab 2 IPS tablet with 3g
94
+ * Sanei N90
93
95
* XZPAD700 7" tablet
94
96
95
97
Configuring the display output
@@ -156,34 +158,32 @@ Fedora 19 ARM for Allwinner A10 supports the following components:
156
158
* CPU + PMU + RAM
157
159
* Serial ports
158
160
* MMC cards
159
- * Internal NAND storage (*)
161
+ * Internal NAND storage
160
162
* Framebuffer on lcd / vga / hdmi / composite video
161
163
* Sound both analog out and over hdmi
162
- * OTG USB controller (*)
164
+ * OTG USB controller
163
165
* Both standard USB host controllers
164
166
* Wifi
165
167
* Wired Ethernet
166
168
* SATA
167
- * IR (untested at this time) (*)
168
-
169
- *) Not supported on A20, the A20 support in the Fedora 19 A10 images is new,
170
- and as such the driver code for these has not been forward-ported from the
171
- Allwinner source dump to the sunxi-3.4 kernel the Fedora 19 A10 images use yet.
169
+ * IR (untested at this time)
170
+ * SPI (as module, not supported on A20)
171
+ * "tablet" keys on olinuxino boards
172
+ * 7 and 10 inch lcd displays on olinuxino boards (requires selecting the
173
+ right config in select-board.sh
172
174
173
175
174
176
Unsupported hardware components:
175
177
--------------------------------
176
178
177
179
The following components require various proprietary blobs to be used, and
178
180
as such are not supported in the Fedora images. The kernel drivers for them
179
- are present (usually as modules) (*) , so if you add the necessary blobs you
180
- might get these to work:
181
+ are present (usually as modules), so if you add the necessary blobs you might
182
+ get these to work:
181
183
* Mali 400 GPU
182
184
* Cedar hardware video & audio decoding and encoding engine
183
185
* G2D 2d engine
184
186
185
- *) Except for the A20
186
-
187
187
188
188
Differences from stock Fedora
189
189
-----------------------------
0 commit comments