-
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 branch 'balena-io:master' into master
- Loading branch information
Showing
6 changed files
with
156 additions
and
4 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,3 +1,42 @@ | ||
- commits: | ||
- subject: "hw.device-type: Modify bluechiptechnology-tm3" | ||
hash: 3d2002c5e35f4d20fc5ef5307f52f1cfbb91d6ab | ||
body: "" | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Chris Richardson <[email protected]> | ||
signed-off-by: Chris Richardson <[email protected]> | ||
author: crichardson | ||
version: 2.0.80 | ||
title: "" | ||
date: 2023-10-20T05:40:17.796Z | ||
- commits: | ||
- subject: "device: Add Compulab UCM-iMX93" | ||
hash: 2bbde3e92d6e1a6c3f9d63e9e79b14b70b755f80 | ||
body: "" | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Alexnadru Costache <[email protected]> | ||
signed-off-by: Alexnadru Costache <[email protected]> | ||
author: Alexandru Costache | ||
version: 2.0.79 | ||
title: "" | ||
date: 2023-10-19T12:44:49.999Z | ||
- commits: | ||
- subject: "hw.device-type: Modify bluechiptechnology-tm3" | ||
hash: 744605ce53f5091f1661c301962dba44c439481a | ||
body: "" | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Chris Richardson <[email protected]> | ||
signed-off-by: Chris Richardson <[email protected]> | ||
author: crichardson | ||
version: 2.0.78 | ||
title: "" | ||
date: 2023-10-19T07:29:25.960Z | ||
- commits: | ||
- subject: "hw.device-type: Add bluechiptechnology-tm3" | ||
hash: 68790a8618f57524be7ea70b7502d65917de91ad | ||
|
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
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
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,39 @@ | ||
{ | ||
"slug": "ucm-imx93", | ||
"version": "1", | ||
"type": "hw.device-type", | ||
"aliases": [], | ||
"name": "Compulab UCM-iMX93 Devkit", | ||
"assets": { | ||
"logo": { | ||
"url": "./ucm-imx93.svg", | ||
"name": "logo" | ||
} | ||
}, | ||
"data": { | ||
"arch": "aarch64", | ||
"hdmi": false, | ||
"led": false, | ||
"connectivity": { | ||
"bluetooth": true, | ||
"wifi": true | ||
}, | ||
"storage": { | ||
"internal": true | ||
}, | ||
"media": { | ||
"defaultBoot": "internal", | ||
"altBoot": ["sdcard"] | ||
}, | ||
"is_private": false | ||
}, | ||
"partials": { | ||
"bootDeviceExternal": [ | ||
"Connect power to the {{name}}", | ||
"Press and hold SW3 followed by SW4", | ||
"Release SW3 followed by SW4" | ||
], | ||
"flashIndicator": ["ethernet LEDs are off for more than 5 seconds. An Ethernet cable needs pe plugged in for the LEDs to stay on during provisioning."], | ||
"bootDevice": ["Remove and re-connect power to the {{name}}"] | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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