Quote:
Thank you, good job! On T62-C&D works. Tested on a modified version without Kernel. Testing continues...
|
Thank you for testing it on T62-C&D.
Quote:
Universal TWRP recovery for T6x devices...
|
Creating a universal recovery using ramdisk image is not a good idea. Why?
1-if you built a rom for these devices then you won't be able to distinguish between B,C and D devices to install a custom kernel or vendor lib. (getprop)
2-You will make it more difficult for users to unbrick their devices if they installed the wrong kernel or boot images.
Quote:
The bootloader tries to load the kernel from the recovery partition if the "recovery" button is pressed (i.e. available on the RK3188 device). It is legal for a plain ramdisk-only image to be present in the recovery partition. If so, the OS kernel itself is loaded from the kernel partition.
The standard boot process involves reading the OS from the boot partition. Again, if the partition contains a ramdisk-only image (or the code is somehow invalid), the kernel is loaded from the kernel partition. If the code in the kernel partition is equally invalid then the bootloader tries to finally load the kernel from the recovery partition.
|
http://linux-rockchip.info/mw/index....Boot_Sequences
Quote:
Would any of these work with the inkbook obsidian? I'm pretty sure it uses a rk3026.
|
This one should work