Hi @Sanket_Parekh ,
Thanks for your reply.
I have checked the documents. Seems like it is specific for AOSP13, and also it doesnt have any details related to retrofit update.
While I am still trying to get the details for retrofit demo details AOSP10_2.0.0, we have tried few experiments and want to update on that
1. Device boots successfully when we flash using uuu, but with retrofit disabled
TARGET_USE_DYNAMIC_PARTITIONS ?= true
TARGET_USE_RETROFIT_DYNAMIC_PARTITION ?= false
2. Device stops to boot android (at firststagemount if we have following options enabled
TARGET_USE_DYNAMIC_PARTITIONS ?= true
TARGET_USE_RETROFIT_DYNAMIC_PARTITION ?= true
3. Now we have generated the OTA package with enabled TARGET_USE_RETROFIT_DYNAMIC_PARTITION := true
$ ./imx-make.sh bootloader kernel -j4
$ make target-files-package -j4
$ make otapackage -j4
With time device fails to load kernel.
4. Since bootloader/u-boot was not getting updated, we suspected uboot issue and used fastboot to update the bootloader as well. So kernel started booting but get stuck at this log
[ 0.032633] SELinux: Initializing.
[ 0.036154] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.043477] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.075382] ASID allocator initialised with 32768 entries
[ 0.088481] rcu: Hierarchical SRCU implementation.
[ 0.103637] EFI services will not be available.
[ 0.115897] smp: Bringing up secondary CPUs ...
Any pointers will be helpful,
Thanks & Regards,
Nishal