A13 tablet: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 7: | Line 7: | ||
* Manufacturing: 2013 08 30 (silkscreened) | * Manufacturing: 2013 08 30 (silkscreened) | ||
* touch controller: gslx680 - https://github.com/jabjoe/sunxi-gslx680 | * touch controller: gslx680 - https://github.com/jabjoe/sunxi-gslx680 | ||
* wifi: Realtek RTL8188 | * wifi: Realtek RTL8188 - has been in linux kernel forever at this point | ||
* Power management: AXP209 | * Power management: AXP209 - https://linux-sunxi.org/AXP209 | ||
* Flash: Hynix | * Flash: Hynix | ||
* RAM: 256X16 DDR3 Generic (4GB) | * RAM: 256X16 DDR3 Generic (4GB) | ||
Revision as of 01:14, 7 November 2015
Allwinner A13 Chinese Tablet
90% of info will come from: https://linux-sunxi.org/Main_Page
Hardware
- Board model: TW_A0910_16B_V1.1_0830 (silkscreened)
- Manufacturing: 2013 08 30 (silkscreened)
- touch controller: gslx680 - https://github.com/jabjoe/sunxi-gslx680
- wifi: Realtek RTL8188 - has been in linux kernel forever at this point
- Power management: AXP209 - https://linux-sunxi.org/AXP209
- Flash: Hynix
- RAM: 256X16 DDR3 Generic (4GB)
Flashing
- Figure out how to enter FEL mode.
- No obviously exposed UART/JTAG - might be tied to uSD slot
Bootloader
- A13 is now mainlined on U-boot
Kernel
- TODO
- Reusing older sources: https://linux-sunxi.org/Linux_Kernel [most likely not necessary to reuse, because of Mali400 being pretty opensource now]
Debian bootstrap
- TODO