Skip to content

Commit

Permalink
Merge pull request #410 from AtanasBunchev/master
Browse files Browse the repository at this point in the history
hw.device-type: Add phyboard-lyra-am62xx-2 device
  • Loading branch information
flowzone-app[bot] authored Feb 1, 2024
2 parents 8dfe06b + d9e57b1 commit e292fd2
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions contracts/hw.device-type/phyboard-lyra-am62xx-2/Phytec.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions contracts/hw.device-type/phyboard-lyra-am62xx-2/contract.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"slug": "phyboard-lyra-am62xx-2",
"version": "1",
"type": "hw.device-type",
"aliases": [],
"name": "phyBOARD-AM62x",
"assets": {
"logo": {
"url": "./Phytec.svg",
"name": "logo"
}
},
"data": {
"arch": "aarch64",
"hdmi": true,
"led": true,
"connectivity": {
"bluetooth": false,
"wifi": false
},
"storage": {
"internal": true
},
"media": {
"defaultBoot": "internal",
"altBoot": ["sdcard"]
},
"is_private": false
},
"partials": {
"bootDeviceExternal": [
"Configure S5 and S6 to set the boot mode to SD card. Plug in the microSD card and connect power to the {{name}}"
],
"flashIndicator": ["LEDs D11 and D12 are off"],
"bootDevice": ["Configure S5 and S6 to set the boot mode to eMMC. Remove and re-connect power to the {{name}}."]
}
}

0 comments on commit e292fd2

Please sign in to comment.