Tool/software:
Hello,
Earlier in the previous [dunfell] u-boot boot.h was present in following location:
include/environment/ti
and Linux and Android partitions were present in boot.h file.
In Kirkstone, 2023.04 is used, boot.h file is missing and i see Android partitions are in mmc_android.env file.
Where are Linux partitions placed?
Earlier In dunfell,[u-boot-ti-staging_2021.01.bb] [branch : ti-u-boot-2021.01] these Linux and Android Partitions in boot.h :
/* Linux partitions */ \
"uuid_disk=${uuid_gpt_disk};" \
"name=bootloader,start=384K,size=1792K,uuid=${uuid_gpt_bootloader};" \
"name=rootfs,start=2688K,size=-,uuid=${uuid_gpt_rootfs}\0" \
i want to have a new partition table.
Can anyone please guide where can i change the blue highlighted ones in the new kirkstone.
Is it here ?
partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}
can i replace the blue highlighted one and proceed ? is it correct?
Regards,
R