This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5718: [u-boot ] [kirkstone] [09.03.03] [ti-u-boot-2023.04]

Part Number: AM5718

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 ? 

https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/include/environment/ti/mmc.env?h=ti-u-boot-2023.04#n76

partitions=name=rootfs,start=0,size=-,uuid=${uuid_gpt_rootfs}

can i replace the blue highlighted one and proceed ? is it correct?

Regards,
R