Edge Impulse on Raspberry Pi 5

Hello,

Does Edge Impulse support the new Raspberry Pi 5 ?

And if you do how do I install the Python SDK as the instructions for the Raspberry Pi 4 do not work with the 5.

Thanks.

1 Like

Hey @ross6699

We should be able to support the Pi5, although I don’t have one yet to confirm with. Let me check with the team and order one.

Please share the specific step and problem you are encountering and we will do our best to troubleshoot.

Best

Eoin

I’m looking at some of the noted differences @ross6699 and checking with our embedded team,

Based on the noted differences here are some steps I think should give us the info, @Dmitriy_L @Arjan @rjames please post any additional ones you can think of:

  1. Swap over the Camera to the other port

  2. Enable Camera(s) Interface:

  • Use sudo raspi-config to navigate to Interfacing Options.
  • Enable the camera(s) and reboot the Raspberry Pi.
  1. Check for Error Messages relating to the camera(s):
  • Look for any error messages in the terminal or in the dmesg log (dmesg | grep -i camera) that might give clues about the issue.
  1. Test with Basic Commands:
  • Use basic commands like raspistill or raspivid to test camera functionality. For example, raspistill -o test.jpg to take a photo.

Here is the detailed table illustrating the improvements and reductions Raspberry Pi 5 has when compared with Raspberry Pi 4.

Raspberry Pi 5 Improvements Raspberry Pi 5 Reductions
1. A power button on the left is added. Audio/composite video interface erased
2. A PCIe interface on the left is added.
3. A battery connector interface to the bottom is added.
4. A UART interface to the bottom is added.
5. Two cameras/display transceivers are added to the bottom.
6. The RP1-CO chip is added to the top right.
7. A fan connection port has been added on the upper right side.

Camera and Monitor Adapter Cables

Raspberry Pi 5 comes with two 4-lane MIPI connectors, each of which can support a camera or display. These connectors utilize the 22-way, 0.5mm-pitch “mini” FPC format, which is identical to the Compute Module Development Kit’s format. To connect to the current camera and display products’ 15-way, 1mm-pitch “standard” format connectors, adapter cables are required.

best

Eoin

1 Like