Skip to content
Rowan Decker edited this page Oct 27, 2013 · 5 revisions

Welcome to the tf201-dev wiki!


The target of this project is to build a powerful, highly flexible, and univeral Android boot loader. At the moment it has been used to boot Stock Android, CyanogenMod, Gentoo, and Ubuntu all on the Asus Transformer Prime TF201.

It is a replacement initial-ram-disk, meaning it should be possible to port to any device (even devices with locked boot loaders assuming that they have support for custom kernels). By calling any kernel and initrd, any OS can be started. Root_chooser (a premade initrd) will run Linux from any device, folder, or image file. Android_chooser edits files (such as the fstab) in order to boot from a custom location. Together this collection of tools should allow any device to run any OS.

For installation instructions see Installation.

For additional info see Additional Info

Are you a developer who wants to help out? See Building.

Source code available on the github project's main page - https://github.com/tux-mind/tf201-dev

Clone this wiki locally