A13 tablet: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
No edit summary
Line 21: Line 21:
===Kernel===
===Kernel===
* TODO
* TODO
* Reusing older sources: https://linux-sunxi.org/Linux_Kernel
* Reusing older sources: https://linux-sunxi.org/Linux_Kernel [most likely not necessary to reuse, because of Mali400 being pretty opensource now]


===Debian bootstrap===
===Debian bootstrap===
* TODO
* TODO

Revision as of 00:53, 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
  • Power management: 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

Debian bootstrap

  • TODO