generated from lvgl/board_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
30 lines (30 loc) · 1.89 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "Toradex Verdin AM62”",
"maintainer": "LVGL",
"hostOperatingsystem": [
"Linux"
],
"environment": [
"Torizon",
"Yocto"
],
"hardware": {
"chipVendor": "Texas Instruments",
"manufacturer": "Toradex",
"specs": {
"MPU": "2 64-bit Arm® Cortex®-A53 @1.4GHz",
"MCU": "Arm® Cortex®-M4F MCU @400MHz",
"RAM": "1 GB 16-Bit data bus with inline ECC (1600 MT/s)",
"Flash": "8GB eMMC Flash",
"GPU": "PowerVR Rogue AXE-1-16M"
}
},
"description": "The Verdin AM62 is a cost-effective Computer on Module (CoM) based on the TI Sitara AM62x processor, offering up to four Cortex-A53 cores. It provides an attractive entry point into the Verdin ecosystem, with scalability through pin-compatibility with the Verdin iMX8M Mini and Plus modules. Featuring integrated Wi-Fi 4 and Bluetooth 5.2, or optional Wi-Fi 6 and Bluetooth 5.3 for custom configurations, it supports Torizon’s OTA updates, device monitoring, and remote access. Designed for power-constrained applications, the Verdin AM62 includes advanced power management and hardware-based security for secure boot and cryptographic acceleration.",
"shortDescription": "Powerful Cortex®-A53 based device for embedded Linux.",
"urlToClone": "https://github.com/lvgl/lv_port_toradex_verdin_am62.git",
"logos": ["https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/texas_instruments/logo.svg", "https://raw.githubusercontent.com/lvgl/project-creator/master/meta/images/toradex/logo.svg"],
"branches": [
"release/v9.2"
],
"getStartedInstructions": "1. Open the project folder and update the submodules: `git submodule update --init --recursive` \n2. Follw the guide in the [README](https://github.com/lvgl/lv_port_toradex_verdin_am62/blob/master/README.md#getting-started)"
}