-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #410 from AtanasBunchev/master
hw.device-type: Add phyboard-lyra-am62xx-2 device
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
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
37
contracts/hw.device-type/phyboard-lyra-am62xx-2/contract.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}}."] | ||
} | ||
} |