Difference between revisions of "A33-OLinuXino"
(→Android) |
|||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[File:A33-OLinuXino-4GB.jpg|600px]] | ||
+ | |||
Board features: | Board features: | ||
Line 22: | Line 24: | ||
=== Linux === | === Linux === | ||
− | https://www.olimex.com/wiki/images/7/7d/A33_OLinuXino_allwinner_kernel_3.4.39_Jessie_rel_1.torrent | + | Torrent of official Linux image, Debian Jessie 3.4.39+: [https://www.olimex.com/wiki/images/7/7d/A33_OLinuXino_allwinner_kernel_3.4.39_Jessie_rel_1.torrent download torrent] |
+ | |||
+ | Log it to the image using username '''root''' and password '''olimex''' | ||
=== Android === | === Android === | ||
− | + | Torrent of official Android 4.4 image: [[Media:Sun8iw5p1 android olinuxino-a33.torrent|here]] | |
− | The A33 chip doesn't have support for resistive touchscreens, and it also doesn't have HDMI support. That is why the official Android image for the board has the video output set to work only with the 5" display with capacitive touchscreen named "LCD-OLinuXino-5TS". It is important to notice that you also need to use the on-board LCD connector to establish the connection to the display. By default the plastic header of LCD is not placed so you would also need to place it. | + | Android 4.4 build instructions: [https://github.com/hehopmajieh/olinuxino_configs/tree/master/A33-OLinuXino here] |
+ | |||
+ | '''WARNING: USING THE OFFICIAL ANDROID REQUIRES SPECIFIC HARDWARE EQUIPMENT''' | ||
+ | |||
+ | The A33 chip doesn't have support for resistive touchscreens, and it also doesn't have HDMI support. That is why the official Android image for the board has the video output set to work only with the 5" display with capacitive touchscreen named "LCD-OLinuXino-5TS" (the only display w have with capacitive touchscreen). It is important to notice that you also need to use the on-board LCD connector to establish the connection to the display. By default the plastic header of LCD is not placed so you would also need to place it. | ||
== Documents == | == Documents == | ||
Line 77: | Line 85: | ||
=== How to change HDMI, VGA and LCD resolutions in the official Debian image? === | === How to change HDMI, VGA and LCD resolutions in the official Debian image? === | ||
+ | |||
+ | [[Main_Page]] |
Latest revision as of 03:15, 12 June 2017
Board features:
- A33 Quad Core Cortex-A7 running at 1.2Ghz
- 1GB DDR3 RAM memory running at 432Mhz/360Mhz
- 4GB NAND flash memory
- USB On-The-Go interface on USB mini connector
- AXP223 PMU
- Debug UART connector
- Li-Po battery operation with buit-in charger
- Step-up converter allows all peripherals including USB hosts to work properly on Li-Po battery power
- Audio input for microphone
- Audio output for headphones
- Camera CSI / LCD MIPI 40 pin FPC connector
- LCD 0.1" step 40 pin connector (not assembled on board)
- GPIO 0.1" step 40 pin connector (not assembled on board)
- Barrel power jack for external 5V supply
- PCB dimensions: 66 x 71 mm
Official images provided by OLIMEX
Linux
Torrent of official Linux image, Debian Jessie 3.4.39+: download torrent
Log it to the image using username root and password olimex
Android
Torrent of official Android 4.4 image: here
Android 4.4 build instructions: here
WARNING: USING THE OFFICIAL ANDROID REQUIRES SPECIFIC HARDWARE EQUIPMENT
The A33 chip doesn't have support for resistive touchscreens, and it also doesn't have HDMI support. That is why the official Android image for the board has the video output set to work only with the 5" display with capacitive touchscreen named "LCD-OLinuXino-5TS" (the only display w have with capacitive touchscreen). It is important to notice that you also need to use the on-board LCD connector to establish the connection to the display. By default the plastic header of LCD is not placed so you would also need to place it.
Documents
A33 Brief
A33 Datasheet
A33 User's Manual
Hardware
Board Layout
Board dimensions
Power supply and consumption
CAD files
How To?
How do I write the Linux image to a micro SD card to use with my A33 board?
To write a Linux image to an SD card under Windows we use Win32 Disk Imager):
- Download Win32 Disk Imager Win32 Disk Imager
- Insert card
- Start program
- Select file
- Click "write"
To write a Linux image to an SD card under Linux:
For instance, if you have an image with the file name of "debian_2g.img". It would be downloaded to the SD card connected to a Linux machine using one of the following commands:
- # dd bs=4M oflag=sync if=debian_2g.img of=/dev/sdX
or
- # cp debian_2g.img /dev/sdX
where sdX is the name of the microSD card under Linux.