Jetson Nano bonding finger pin definition mismatch

hi,I referred to https://developer.nvidia.com/embedded/downloads#?tx=$product,jetson_nano to design my own custom carrier board,especially Jetson Nano Carrier Board Reference Design Files Jetson Nano Product Design Guide,I found some mismatch in bonding finger definition,please check.All results come from the actual tests.
1.According to J6 connector(HDMI&DP),I found mismatch as follow
HDMI connector SODIMM pin No. Nvidia definition
PIN1 TMDS_DATA2+ 59 DP0_TXD3_P
PIN3 TMDS_DATA2- 57 DP0_TXD3_N
PIN4 TMDS_DATA1+ 51 DP0_TXD2_N
PIN6 TMDS_DATA1- 53 DP0_TXD2_P
PIN7 TMDS_DATA0+ 41 DP0_TXD0_P
PIN9 TMDS_DATA0- 39 DP0_TXD0_N
PIN10 TMDS_CLOCK+ 45 DP0_TXD1_N
PIN12 TMDS_CLOCK- 47 DP0_TXD1_P
PIN13 CEC 90 DP0_AUX_N
PIN16 SDA 98 DP1_AUX_N
PIN15 SCL 100 DP1_AUX_P
PIN19 HPD 88 DP0_HPD

DP connector SODIMM pin No. Nvidia definition
PIN1 ML_Lane0+ 75 DP1_TXD2_N
PIN3 ML_Lane0- 77 DP1_TXD2_P
PIN4 ML_Lane1+ 65 DP1_TXD0_P
PIN6 ML_Lane1- 63 DP1_TXD0_N
PIN7 ML_Lane2+ 81 DP1_TXD3_N
PIN9 ML_Lane2- 83 DP1_TXD3_P
PIN10 ML_Lane3+ 71 DP1_TXD1_P
PIN12 ML_Lane3- 69 DP1_TXD1_N
PIN15 AUX_CH(P) 94 HDMI_CEC
PIN17 AUX_CH(N) 96 DP1_HPD
PIN18 HPD 92 DP0_AUX_P

2.UART mismatch
Actual test SODIMM pin No. Nvidia definition
uart1_txd 207 uart1_rts
uart1_rxd 209 uart1_cts
uart1_cts 205 uart1_rxd
uart1_rts 203 uart1_txd

uart0_rxd 105 uart0_cts
uart0_cts 103 uart0_rts
uart0_rst 101 uart0_rxd

3.I2C mismatch
I2C2_SCL 234 I2C2_SDA
I2C2_SDA 232 I2C2_SCL

4.GBE_MDI (diff pair order reverse, MDI0 parity reverse)
MDI_DA+ 204 MDI3_P
MDI_DA- 202 MDI3_N
MDI_DB+ 198 MDI2_P
MDI_DB- 196 MDI2_N
MDI_DC+ 192 MDI1_P
MDI_DC- 190 MDI1_N
MDI_DD+ 184 MDI0_N
MDI_DD- 186 MDI0_P

in my own custom carrier board , i modify pin order by flying line,the uart1 and mdi has been verified.

Please help check the correctness of the reference guide/schematic

The docs in DLC are for production module version design, it is incompatible to early devkit board (A02).

Ok,where can I get the A02 schematic?

A02 version doc is not released as customer only should follow the production version docs to do design.

As your say in other comments, A02(SD card) doc is not released, B01(emmc) is released.
If customer bought A02, they could use official demo carrier board, unable to design own carrier, is that right?
As customer, we could only use B01(emmc version) to do our design?

Could Nvidia provide the SODIMM 260pin definition of A02 Version?

A02 devkit is just for development not for custom design. If any customer want to design a custom board, they should follow the guide and reference schematic in current DLC. There is no docs of A02 is available to release.