A13 tablet: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
Line 15: Line 15:
* Figure out how to enter FEL mode.
* Figure out how to enter FEL mode.
* No obviously exposed UART/JTAG - might be tied to uSD slot
* No obviously exposed UART/JTAG - might be tied to uSD slot
* ENtering FEL is par tof the boot process (handled by the masked BROM): https://linux-sunxi.org/Boot_Process
* Entering FEL is part of the boot process (handled by the masked BROM): https://linux-sunxi.org/Boot_Process
** https://linux-sunxi.org/FEL/USBBoot
* LiveSuit factory flashing software (Linux, OSX, Win) for Allwinner: http://linux-sunxi.org/LiveSuit
* LiveSuit factory flashing software (Linux, OSX, Win) for Allwinner: http://linux-sunxi.org/LiveSuit
* 'PhoenixSuit' (may be Windows only): https://github.com/linux-sunxi/sunxi-livesuite
* 'PhoenixSuit' (may be Windows only): https://github.com/linux-sunxi/sunxi-livesuite

Revision as of 19:47, 9 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). The id tag is searchable as "TW_A0910"
  • 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

Bootloader

  • A13 is now mainlined on U-boot

Kernel

Debian bootstrap

  • TODO