Answers:
我个人还没有尝试过,但是modaco(基于android的论坛)上的人讨论了它,您可以检查一下
和
Ubuntu on Transformer在这里。
正如@Uli所报道的,借助XDA开发人员,现在可以在Asus eee pad转换器上运行Ubuntu native。
按照本分步指南在您的Transformer的micro sd卡上安装Ubuntu并启动它。
该指南适用于Windows,但是在Ubuntu(和一般的GNU / Linux)中更容易。 只需不安装驱动程序并使用flash.sh(和restore.sh来还原boot.img以运行Android)而不是flash.bat。
PS。flash.sh和bootloader相关的文件在官方[DEV]本机Ubuntu上指示!@Uli指示的线程)。
如上所述下载Ubuntu。
1)Flash.sh
# ./flash.sh
Nvflash started
rcm version 0X20001
System Information:
chip name: t20
chip id: 0x20 major: 1 minor: 3
chip sku: 0x8
chip uid: 0x033c20c143608197
macrovision: disabled
hdcp: enabled
sbk burned: true
dk burned: true
boot device: emmc
operating mode: 4
device config strap: 2
device config fuse: 0
sdram config strap: 0
sending file: transformer.bct
- 4080/4080 bytes sent
transformer.bct sent successfully
odm data: 0x300d8011
downloading bootloader -- load address: 0x108000 entry point: 0x108000
sending file: bootloader.bin
| 943193/943193 bytes sent
bootloader.bin sent successfully
waiting for bootloader to initialize
bootloader downloaded successfully
Nvflash started
[resume mode]
sending file: boot-new.img
/ 6242304/6242304 bytes sent
boot-new.img sent successfully
WHOO HOO! UBUNTU Installed!
2)Restore.sh
# ./restore.sh
Nvflash started
rcm version 0X20001
System Information:
chip name: t20
chip id: 0x20 major: 1 minor: 3
chip sku: 0x8
chip uid: 0x033c20c143608197
macrovision: disabled
hdcp: enabled
sbk burned: true
dk burned: true
boot device: emmc
operating mode: 4
device config strap: 2
device config fuse: 0
sdram config strap: 0
sending file: transformer.bct
- 4080/4080 bytes sent
transformer.bct sent successfully
odm data: 0x300d8011
downloading bootloader -- load address: 0x108000 entry point: 0x108000
sending file: bootloader.bin
| 943193/943193 bytes sent
bootloader.bin sent successfully
waiting for bootloader to initialize
bootloader downloaded successfully
Nvflash started
[resume mode]
sending file: boot.img
- 4200448/4200448 bytes sent
boot.img sent successfully
Android RESTORED!