How to update p2972-0000.conf.common without updating the full image?

I want to update p2972-0000.conf.common, but I do not want to update the full image. How can I do it? thanks

hello 756948396,

could you please share more details of what’s your modification.
thanks

Hi JerryChang,
I want to modify ODMDATA and I find I can pass paramters to flash.sh. thanks

hello 756948396,

yes, you should fully update all of the partitions if you want to modify odmdata.
however, you could add “-r” options to reuse the system image.
for example,

$ sudo ./flash.sh -r jetson-xavier mmcblk0p1

Just FYI, you would want to put a clone in as “Linux_for_Tegra/bootloader/system.img” prior to using with the “-r” if you are trying to preserve your root filesystem.

Hi jerryChang,
Can I skip app partion, becuase it is so big? thanks~