Starter Kit – Raspberry Pi 5 (GenX320) - Software update
If you installed the system using our custom image and wish to update the sensor driver to the latest version, please follow the steps below:
1. Remove the existing driver:
- Check the currently installed version:
- Uninstall and remove the current version (replace
<current_version> with the actual version, e.g., 1.0):
- sudo dkms uninstall psee_sensor_drivers/<current_version>
- sudo dkms remove psee_sensor_drivers/<current_version>
2. Get the driver source:
- git clone https://github.com/prophesee-ai/rpi-sensor-drivers.git
3. Build the driver:
- cd rpi-sensor-drivers
- make prepare
- make
4. Install the driver using DKMS (replace <new_version>, e.g., 1.0.1):
- sudo dkms add .
- # It will return the <new_version>
- sudo dkms build psee_sensor_drivers -v <new_version>
- sudo dkms install psee_sensor_drivers -v <new_version>
As a Prophesee customer, get access to your personal ticketing tool, application notes, product manuals, SDK Download Center and more resources.