hello.
Out project need to use PPS. So I Customized jetson 5.0.2(R35.1) kern using this page:
https://docs.nvidia.com/jetson/archives/r35.1/DeveloperGuide/text/SD/Kernel/KernelCustomization.html
But now, after update to 5.1 by follow comman. The PPS in new system is gone. I cannt find /dev/pp0.
sudo apt update
sudo apt dist-upgrade
sudo apt install --fix-broken -o Dpkg::Options::=“–force-overwrite”
My question is, how to update system to jetson 5.1. My system is Customized system.
Thank you.