ASUS Transformer Prime (asus-tf201)
Appearance
WARNING: This device is not recommended for future use with postmarketOS due to its armhf architecture. Alpine Linux (the distribution that postmarketOS extends) pmaports#599 has been considering dropping it. The processor of the device may support the armv7 architecture. If so, you can modify the device package and change the architecture accordingly. |
This device is marked as not booting.
Status: doesn't go beyond boot logo
Status: doesn't go beyond boot logo
Manufacturer | Asus |
---|---|
Name | Eee Pad Transformer Prime |
Codename | asus-tf201 |
Released | 2011 |
Hardware | |
Chipset | Nvidia Tegra 3 |
CPU | 1.3 GHz quad-core Nvidia Tegra 3 T30 |
GPU | GeForce ULP |
Display | 1200x800 LED |
Storage | 32 GB |
Memory | 1GB |
Architecture | armhf |
Software | |
Original software | Android 4.1 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Contributors
Maintainer(s)
Based on
Katkiss android XDA link
Status
- Kernel compiles
- Flashable from within recovery (same as ASUS_Eee_Pad_Transformer_(asus-tf101))
- Doesn't go beyond bootlogo
- Having problems compiling with APANIC flag (to read last_kmesg - and figure out why)
How to enter flash mode
Longpress power (for reboot), then during reboot (feel the vibration) lower sound (to bootloader), and from bootloader higher sound to jump to recovery
Installation
You need to be running Katkiss 7.1 (with TWRP 3.0.0 and hairy bean bootloader). Please follow this guide on XDA if you're not.
./pmbootstrap.py install
./pmbootstrap.py export
- Reboot the device in recovery
adb push /tmp/postmarketOS-export/blob-asus-tf201 /cache
adb push /tmp/postmarketOS-export/asus-tf201.img /cache
The following should be executed within adb shell:
adb shell
dd if=/cache/blob-asus-tf201 of=/dev/block/mmcblk0p4
dd if=/cache/asus-tf201.img of=/dev/block/mmcblk0p1
Note: Other ways of flashing do not work. This is exactly how the katkiss android ROM is flashed to the device.
See also
- Katkiss android ROM XDA link
- How to get your tf201 to katkiss XDA link
- More about the device Wikipedia entry
- WIP feature branch Gitlab