Skip to content

Instantly share code, notes, and snippets.

@psolyca
Last active November 19, 2022 17:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save psolyca/9c038e82ac87c07b087c71a601bb38c3 to your computer and use it in GitHub Desktop.
Save psolyca/9c038e82ac87c07b087c71a601bb38c3 to your computer and use it in GitHub Desktop.
postmarketOS TF101 Asus eepad Transformer

Following https://github.com/antonialoytorrens/TF101-linux-images in another order

U-Boot

First install U-Boot

https://github.com/antonialoytorrens/TF101-linux-images#2-u-boot-for-tf101-wheelie-and-nvflash My Transfomer as the serial C30* thus implies SBK2

Update U-Boot

ToDo

PostmarketOS

First install

Preparing and installing PostmarketOS following :

Commands:

$ pmbootstrap init
[...] # Choose edge -> asus -> tf101 -> ...
$ pmbootstrap config aports
~/.local/var/pmbootstrap/cache_git/pmaports
$ cd ~/.local/var/pmbootstrap/cache_git/pmaports # previous path
$ git fetch
$ git remote add devel https://gitlab.com/psolyca/pmaports.git
$ git fetch devel
[...]
$ git checkout -b devel/wip-tf101-pmaports
$ cd ~
$ pmbootstrap build device-asus-tf101
$ pmbootstrap install --sdcard=/dev/sdX

Update repo

$ git fetch devel
$ git pull devel wip-tf101-pmaports

dtb

dtb file specific for TF101 could be found in : ~/.local/var/pmbootstrap/chroot_native/home/pmos/build/pkg/linux-asus-tf101/usr/share/dtb/ or ~/.local/var/pmbootstrap/chroot_native/home/pmos/build/pkg/linux-asus-tf101/boot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment