Skip to content

Commit

Permalink
Merge pull request #392 from balena-io/alexgg/rpi5
Browse files Browse the repository at this point in the history
raspberrypi5: Add new device type
  • Loading branch information
flowzone-app[bot] authored Sep 28, 2023
2 parents 518a1d4 + cde68c6 commit c8f948e
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 0 deletions.
32 changes: 32 additions & 0 deletions contracts/hw.device-type/raspberrypi5/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"slug": "raspberrypi5",
"version": "1",
"type": "hw.device-type",
"aliases": [],
"name": "Raspberry Pi 5 (using 64bit OS)",
"assets": {
"logo": {
"url": "./raspberrypi5.svg",
"name": "logo"
}
},
"data": {
"arch": "aarch64",
"hdmi": true,
"led": true,
"connectivity": {
"bluetooth": true,
"wifi": true
},
"storage": {
"internal": false
},
"media": {
"defaultBoot": "sdcard",
"altBoot": ["usb_mass_storage", "network"]
}
},
"partials": {
"bootDevice": ["Connect power to the {{name}}"]
}
}
56 changes: 56 additions & 0 deletions contracts/hw.device-type/raspberrypi5/raspberrypi5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c8f948e

Please sign in to comment.