Hi,
I try to update my Kernel with BUP but I get an error
Can't find matching TN Spec in OTA Blob!
OTA Blob update failed. Status: 3
/usr/sbin/nv_bootloader_payload_updater --no-dependent-partition failed.
Slot 0 update failed
Error: installing bootloader updates failed: 768
I use the latest L4T/r32_Release_v5.0 and try to compile the kernel with the preempt_rt patch by ./rt-patch.sh apply-patches
After that I use ./apply_binaries.sh and FAB=400 BOARDID=2888 BOARDSKU=0004 BOARDREV=K.0 FUSELEVEL=fuselevel_production ./build_l4t_bup.sh jetson-xavier mmcblk0p1 to build the BUP.
After that I transfer it to the AGX Xavier and install it by sudo nv_update_engine --install --payload bl_update_payload
could you please provide following output information for reference,
thanks
after generating BUP using “build_l4t_bup.sh”, execute ./bootloader/BUP_generator.py -c ./bootloader/payloads_t19x/bl_update_payload to display blob information.
check the board spec by $ cat /etc/nv_boot_control.conf.
FYI, it’s due to we have a service to unify the board names to “jetson-agx-xavier-devkit”.
in the other words, if the customized board name is different from the config names in official release. the service will NOT unify the name; so, you may use the customized name for BUP generation.
thanks