Independent developer project · not affiliated with or endorsed by BrainChip, Inc.docs checked 26 SEP 2026
DocsProjectsDemosLab NotesResourcesAbout
LAB / MULTI-DEVICE
ENGINEERING NOTEBOOK

4× AKD1500 on one Raspberry Pi

A deliberately cautious multi-device notebook: public evidence on one side, our Pi measurements on the other.

EXPERIMENTALIN PROGRESS4 × AKD1500

What is already supported by public evidence

AKD1500 is an Akida 1.0 target. The current runtime can enumerate multiple hardware devices. BrainChip also publishes a separate multi-device repository built around several Akida chips on one x86 host, where each device appears as its own PCIe endpoint.

Boundary: that multi-device x86 reference does not prove our Raspberry Pi topology. It only tells us that multi-device orchestration is a legitimate software/hardware pattern to investigate.

Our Pi questions

Baseline capture

uname -a
lspci -nn
lsmod | grep -i akida
ls -l /dev/akida* /dev/akd1500_* 2>/dev/null || true
python -c "import akida; print(akida.__version__); [print(i,d.desc,d.version) for i,d in enumerate(akida.devices())]"

Result log

TestResultStatus
1 device enumerationAwaiting captured Pi resultOpen
4 device cold bootAwaiting captured Pi resultOpen
Model mapping ×4Awaiting mapped modelOpen
Concurrent inferenceTest harness not yet fixedOpen