Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
alpinemobile_devices_nexus_7_2012 [2020/07/19 19:21]
okias removed
— (current)
Line 1: Line 1:
-===== Nexus 7 2012  ===== 
-codename: grouper / tilapia 
  
-==== Instalation ==== 
-<code> 
-git clone https://gitlab.com/Alpine-Mobile/pmbootstrap.git 
-cd pmbootstrap 
-./pmbootstrap.py init 
-./pmbootstrap flasher flash_kernel 
-./pmbootstrap export 
-</code> 
-Copy data partition to the correct place. 
-<code> 
-# start TWRP 
-(computer) $ adb shell 
-(twrp) $ df # look for the data partition. should be something like /dev/block/mmcblk0p9 or p10 with /data next to it 
-(twrp) $ umount /dev/block/mmcblk0p__ <- fill partition number 
-(twrp) $ umount /dev/block/mmcblk0p__ <- fill partition number # again, it can be mounted as /sdcard and as /data 
-(computer again) $ adb push /tmp/postmarketOS-export/asus-grouper.img /dev/block/mmcblk0p__ <- fill partition number 
-</code> 
-  * grouper has likely data on /dev/block/mmcblk0p9 but make sure! 
-  * tilapia has likely data on /dev/block/mmcblk0p10 but make sure! 
-it's probably because tilapia has additional modem partition. If you're not sure, come to our Matrix channel and ask :) 
-==== Update ==== 
-<code> 
-cd pmbootstrap/aports 
-git fetch origin 
-git reset origin/master 
-git reset HEAD --hard 
-cd .. 
-./pmbootstrap update 
-./pmbootstrap flasher flash_kernel 
-./pmbootstrap export 
-</code> 
-and continue with copying partition to the right place or update with apk update & apk upgrade inside device.