flash the DTB partition with ODMDATA in Jetson-tx2 kit

How to set ODMDATA=0x90000 and Flash the DTB partition ?
I am using command
sudo ./flash -r -k kernel-dtb jetson-tx2 mmcblk0p1

How to check value of ODMDATA ?
I have refereed PLATFORM ADAPTATION AND BRING-UP GUIDE and default ODMDATA=0x10900000
i want to change in ODMDATA=0x90000

Thanks
Ranjit

ranjit.jambhale,

In your usecase, you are using jetson-tx2.conf under Linux_for_Tegra.

As you see this file, it is linked to p2771-0000-devkit.conf.

jetson-tx2.conf -> p2771-0000-devkit.conf

Also, p2771-0000-devkit.conf includes “p2771-0000.conf.common”.

Thus, to modify ODMDATA, please just go to p2771-0000.conf.common and modify below line.

local kerndtbfab="-c03";        # default = C03
          <b>ODMDATA=0x1090000;              # default = C0X</b>

Hi wayne,

with above changes able to detect wifi module 8260ngw

Thanks.
Ranjit