Hello Nvidia team,
I am using Yocto development for generating kernel, dtb and rootfs using :
Nvidia meta
path = repos/meta-tegra
url = GitHub - OE4T/meta-tegra: BSP layer for NVIDIA Jetson platforms, based on L4T
branch = dunfell-l4t-r32.4.3
And
path = repos/meta-tegra-community
url = GitHub - OE4T/meta-tegra-community: Repository for community-maintained recipes for additional packages for NVIDIA Jetson platforms
And also swupdate meta :
path = repos/meta-swupdate
url = GitHub - sbabic/meta-swupdate: Yocto receipes to generate a swupdate rootfilesystem as initrd
I have define a custom configuration machine.
All works fine but with some batch of Nvidia Xavier AGX production, the swupdate do not work.
This issue is due to the parameters TEGRA_BUPGEN_SPECS who not contains all listing board.
In my conf I have something like that :
# Extracted from l4t_generate_soc_bup.sh for BOARDID=2888 and board=jetson-agx-xavier-devkit
TEGRA_BUPGEN_SPECS ?= "fab=400;boardsku=0001;boardrev=H.0 \
fab=400;boardsku=0001;boardrev=J.0 \
fab=400;boardsku=0001;boardrev=L.0 \
fab=400;boardsku=0004;boardrev=M.0 \
fab=400;boardsku=0004;boardrev=P.0 \
fab=401;boardsku=0004;boardrev=B.0 \
fab=402;boardsku=0005;boardrev=C.0 \
fab=402;boardsku=0005;boardrev=G.0 "
If the Xavier used for a swupdate have not the associative fab / sku / rev info in my conf, that will not work.
Someone knows how can I get all the listing ?
I donāt understand where the comment comes from, so I cannot generate the full listing.