ASUS Eee Pad Transformer (asus-tf101): Difference between revisions
Appearance
tegra is armv7 |
m Update links |
||
Line 44: | Line 44: | ||
== Installation == | == Installation == | ||
{{note|We could [https:// | {{note|We could [https://gitlab.com/postmarketOS/pmbootstrap/-/merge_requests/1103#note_85244280 streamline this a lot] with your help.}} | ||
You have to flash a recovery like TWRP before doing this. | You have to flash a recovery like [https://twrp.me/asus/asustransformerTF101.html TWRP] before doing this. | ||
# <pre> | # <pre>pmbootstrap install</pre> | ||
# <pre> | # <pre>pmbootstrap export</pre> | ||
# Reboot the device in recovery | # Reboot the device in recovery | ||
# <pre>adb push /tmp/postmarketOS-export/blob-asus-tf101 /cache</pre> | # <pre>adb push /tmp/postmarketOS-export/blob-asus-tf101 /cache</pre> | ||
Line 73: | Line 73: | ||
== Links == | == Links == | ||
* [https://forum.xda-developers.com/wiki/index.php?title=ASUS_Eee_Pad_Transformer/How_to_install_Ubuntu&ajax=0#Development Partition overview] | * [https://forum.xda-developers.com/wiki/index.php?title=ASUS_Eee_Pad_Transformer/How_to_install_Ubuntu&ajax=0#Development Partition overview] | ||
* {{ | * {{MR|1103}} initial PR | ||
* [[Nvidia Tegra 2 (tegra20)]] |
Revision as of 06:41, 23 June 2020
![]() ASUS Eee Pad Transformer | |
Manufacturer | ASUS |
---|---|
Name | Eee Pad Transformer |
Codename | asus-tf101 |
Released | 2011 |
Hardware | |
Chipset | Nvidia Tegra 2 T20 |
CPU | Dual-core 1 GHz |
GPU | ULP GeForce |
Display | 1280x800 IPS |
Storage | 16/32 GB |
Memory | 1 GB |
Architecture | armv7 |
Software | |
Original software | Android 3.0 on Linux 2.6.36 |
postmarketOS | |
Category | testing |
Pre-built images | no |
Flashing |
No data |
---|---|
USB Networking |
Works |
Internal storage |
No data |
SD card |
No data |
Battery |
No data |
Screen |
Works |
Touchscreen |
Works |
Multimedia | |
3D Acceleration |
No data |
Audio |
No data |
Camera |
No data |
Camera Flash |
No data |
Connectivity | |
WiFi |
No data |
Bluetooth |
No data |
GPS |
No data |
NFC |
No data |
Modem | |
Mobile data |
No data |
Miscellaneous | |
FDE |
No data |
USB OTG |
No data |
HDMI/DP |
No data |
Sensors | |
Accelerometer |
No data |
Magnetometer |
No data |
Ambient Light |
No data |
Proximity |
No data |
Hall Effect |
No data |
Haptics |
No data |
Barometer |
No data |
Contributors
- CmdrWgls
- rrooij
- LongnoseRob
- blacksoil
- Everyone on IRC
Installation
We could streamline this a lot with your help. |
You have to flash a recovery like TWRP before doing this.
pmbootstrap install
pmbootstrap export
- Reboot the device in recovery
adb push /tmp/postmarketOS-export/blob-asus-tf101 /cache
adb push /tmp/postmarketOS-export/asus-tf101.img /cache
The following should be executed within adb shell:
adb shell
dd if=/cache/blob-asus-tf101 of=/dev/block/mmcblk0p4
dd if=/cache/asus-tf101.img of=/dev/block/mmcblk0p1
TODO
Photos
Boot log:
Links
- Partition overview
- !1103 initial PR
- Nvidia Tegra 2 (tegra20)