Skip to content

Commit

Permalink
added raspberrypi5 as supported machine types
Browse files Browse the repository at this point in the history
  • Loading branch information
JOUNAIDSoufiane committed Aug 22, 2024
1 parent 1111432 commit 4a255aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chi_edge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4a255aa

Please sign in to comment.