Please provide complete information as applicable to your setup.
Hardware: Jetson AGX Orin
Deesptream7.0
Jetpack 6.0 (6.0+b106 and 6.0+b87 both are installed) L4T 36.3.0
TensorRT 8.6.2
NVRM version: NVIDIA UNIX Open Kernel Module for aarch64 540.3.0
Issue: i had the above configs on my board previously with ubuntu 22.04 then i performed a partial update on ubuntu after which somehow deepstream sdk 7.0 got removed and my tensorrt version got degraded to 6.0
So i reinstalled the deepstream sdk from the tbz2 file and it got installed properly.
Then i tested my custom prebuilt app and it worked properly
Then i tried to make a custom parser for my another app but it gave me following error: /opt/nvidia/deepstream/deepstream/sources/includes/nvdsinfer_custom_impl.h:127:10: fatal error: NvCaffeParser.h: No such file or directory
127 | # include “NvCaffeParser.h”.
but is it okay if i do it, as i have some important data on my board and i have not backed it up so, won’t it delete anything, just like the ubuntu update did?