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 81acb61 commit 7281386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions chi_edge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
SUPPORTED_MACHINE_NAMES = {
"raspberrypi3-64": "Raspberry Pi 3 (using 64bit OS)",
"raspberrypi4-64": "Raspberry Pi 4 (using 64bit OS)",
"raspberrypi5-64": "Raspberry Pi 5 (using 64bit OS)",
"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
1 change: 1 addition & 0 deletions chi_edge/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def register(
\b
raspberrypi3-64: Raspberry Pi 3 (using 64bit OS)
raspberrypi4-64: Raspberry Pi 4 (using 64bit OS)
raspberrypi5-64: Raspberry Pi 4 (using 64bit OS)
jetson-nano: Jetson Nano Devkit (SD Card, rev B01)
\b
Expand Down

0 comments on commit 7281386

Please sign in to comment.