Raspberry Pi OS (bookworm)

The documentation refers to RPI OS bullseye. When can we expect support for RPI OS bookworm (first release 2023-10-10)?

2 Likes

Hi @VOd3HNK

Let me check with the tech team, if we can add that to the docs.

Best

Eoin

3 Likes

yesterday I made a machine learning model using edge impulse for image classification, but I did the machine learning operation using a raspberry pi 4B with Bookworm OS with usb camera, because I don’t have much time to read documentation (need to finish the project quickly) (I’ll learn later ) machine learning inference using edge impulse for linux ( .eim), plus I needed a lot of customization, I decided to use the inference method using tflite-runtime, and it worked. here’s what I did:
Take the model that has been trained (on the dashboard), select the .H5 extension, then convert the model using a converter to .tflite, (I use Google Colab). why not .lite? I haven’t studied it much, but tflite-runtime works on .tflite not .lite, although it may be similar.
Then I created a machine learning inference program for tflite-runtime, and that was it. maybe you need a lot of customization for your program.

happy coding :slight_smile:

Gave it a go today. It works, except the camera (Global shutter camera via flat ribbon cable) is not detected. Opened a topic here

Failed to initialize linux tool Error: Cannot find any webcams, run this command with --disable-camera to skip selection
    at /usr/lib/node_modules/edge-impulse-linux/build/cli/linux/linux.js:447:23
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
uname -a
Linux raspberrypi 6.6.31+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux
lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 12 (bookworm)
Release:        12
Codename:       bookworm

Model : Raspberry Pi 4 Model B Rev 1.4

1 Like