How do we support Yockto build enviroment to build jetpack
inlcud 1. building Jetpack process and 2. buring process to Jetson nvme (via /tools/kernel_flash/l4t_initrd_flash.sh)
we used Jetson OrinNX + custom jetson nano carrier board.
for example, we found an reference/demo distribution for NVIDIA Jetson platforms using Yocto Project tools and the meta-tegra BSP layer.
after successfully build with yocto command : ‘bitbake demo-image-full’
When we tried to use the L4T folder inside the build result: tegra-demo-distro\build\tmp\work-shared\L4T-tegra-36.4.3-r0\Linux_for_Tegra
and follw the normal L4T buring process to Jetson Orin NX
sudo time ./tools/kernel_flash/l4t_initrd_flash.sh --keep --external-device nvme0n1p1
-c tools/kernel_flash/flash_l4t_external.xml -p “-c bootloader/generic/cfg/flash_t234_qspi.xml”
–showlogs --network usb0 jetson-orin-nano-devkit internal
but didn’t not success.
Is there any suggesttion or different Yocto enviroment approaches for Jetpack we can use it directly on Jetson Orin platform. Thank you.