OE4T / meta-tegra

BSP layer for NVIDIA Jetson platforms, based on L4T
MIT License
384 stars 215 forks source link

add support for Jetson AGX Xavier with new BOM according to PCN 208560 #1596

Open PercevalSA opened 1 week ago

PercevalSA commented 1 week ago

I can open a pull request per dunfell branch if this one is validated.

add support for PCN 208560 from L4T 32.7.4 Extracted from l4t_generate_soc_bup.sh for BOARDID=2888 and board=jetson-agx-xavier-devkit

SKU 0001 for Jetson AGX Xavier (16 GB RAM) 0004 for Jetson AGX Xavier (32 GB RAM)

FAB 400 for old model with classic BOM 401 and upper for new models with new BOM

madisongh commented 1 week ago

The PCN states that L4T R32.7.2 has support for this updated BOM. I'm not sure that just hacking in the new FAB/SKU combinations to the R32.5.0-based branch is really going to work.

Just upgrading to the dunfell branch (which is based off R32.7.4) would be the better approach. A bigger change, but even better one, would be to move to kirkstone-l4t-r32.7.x, the current active LTS branch for the R32-series BSP, since dunfell is past its end-of-life date.