... | ... | @@ -15,4 +15,16 @@ For straight AOSP updates, the situation is handled with a hook in the recovery- |
|
|
|
|
|
For Rockchip builds, this work has not been implemented. meaning that updates can only be delivered on unencrypted systems, or by applying an update from insertable media. We are left with the task of implementing the AOSP update process to the Rockchip rkimage file format.
|
|
|
|
|
|
* Code areas affected:
|
|
|
1. bootable/recovery
|
|
|
* recovery.cpp
|
|
|
* rkimage.cpp
|
|
|
* uncrypt/uncrypt.c - parses the recovery command - receives the CACHE_BLOCK_MAP parameter
|
|
|
* rkupdate.cpp/.h we created this to add blockmap changes to the rkimage code.
|
|
|
1. RKUpdateServiceCode
|
|
|
* need to add changes to the reboot-recovery command parameters in recoveryservice to enable blockmap
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|