From 4a255aa4247c3cbf1751ab7163d5a3cf72bcd9a8 Mon Sep 17 00:00:00 2001 From: Soufiane Jounaid Date: Thu, 22 Aug 2024 18:23:08 -0400 Subject: [PATCH] added raspberrypi5 as supported machine types --- chi_edge/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chi_edge/__init__.py b/chi_edge/__init__.py index e384abd..a3260ee 100644 --- a/chi_edge/__init__.py +++ b/chi_edge/__init__.py @@ -17,7 +17,7 @@ SUPPORTED_MACHINE_NAMES = { "raspberrypi3-64": "Raspberry Pi 3 (using 64bit OS)", "raspberrypi4-64": "Raspberry Pi 4 (using 64bit OS)", - "raspberrypi5": "Raspberry Pi 5 (using 64bit OS)", + "raspberrypi5": "Raspberry Pi 5", "jetson-nano": "Jetson Nano Devkit (SD Card, rev B01)", "jetson-xavier-nx-emmc": "Jetson Xavier NX Devkit (eMMC)", "jetson-agx-orin-devkit": "Jetson AGX Orin Devkit",