Skip to content

Commit

Permalink
api: add pi5 SOC_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Sep 28, 2023
1 parent b39d39c commit ed745b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api
Original file line number Diff line number Diff line change
Expand Up @@ -2676,6 +2676,8 @@ get_model() { # populates the model and jetson_model variables with information
SOC_ID="g12b"
elif [[ ${CHIP} =~ "g12b" ]]; then
SOC_ID="g12b"
elif [[ ${CHIP} =~ "bcm2712" ]]; then
SOC_ID="bcm2712"
elif [[ ${CHIP} =~ "bcm2711" ]]; then
SOC_ID="bcm2711"
elif [[ ${CHIP} =~ "bcm2837" ]]; then
Expand Down

0 comments on commit ed745b9

Please sign in to comment.