This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.hardware
executable file
·120 lines (95 loc) · 3.86 KB
/
README.hardware
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
NXP S32G274A-EVB/S32G274A-RDB2 Board Support Package
Table of Contents
=================
1. Supported Boards
2. Change History
3. BSP Features
4. BSP Notes
1. Supported Boards
===================
This BSP supports the following boards:
+ NXP S32G274A-EVB: Board: S32GRV-PLATEVB (SCH-30081 REV B, 700-30081 REV B)
S32G-PROCEVB-S
CPU: NXP S32G274A rev. 1.0.0/1.0.1/2.1.0
+ NXP S32G274A-RDB2: Board: S32G274A-VNP-RDB2 (SCH-47440 REV C1, 700-47440 REV X2)
CPU: NXP S32G274A rev. 2.1.0
2. Change History
=================
- 2020/05 (LINUXPG-343): Wind River Linux 10.19 RCPL07. Standard support based on NXP
SDK v4.19.59_bsp24.0.
- 2020/08 (LINUXPG-454): WindRiver CI/CD branch support. Standard support based on NXP
SDK v5.4.24_bsp25.0.
- 2020/10 (LINUXPG-571): WindRiver CI/CD branch support. Standard support based on NXP
SDK v5.4.24_bsp26.0.
- 2020/11 (LINUXPG-592): WindRiver CI/CD branch support. Standard support based on NXP
SDK v5.4.24_bsp26.0.1.
- 2020/12 (LINUXPG-602): WindRiver CI/CD branch support. Support S32G274A-RDB2 board
based on SDK v5.4.24_bsp26.0.1.
- 2021/01 (LINUXPG-651): WindRiver CI/CD branch support. Standard support based on NXP
SDK v5.4.69_bsp27.0.
- 2021/03 (LINUXPG-698): WindRiver CI/CD branch support. Standard support based on NXP
SDK v5.4.69_bsp28.0.
- 2021/05 (LINUXPG-765): WindRiver CI/CD and LTS21 branches support. Standard support based on NXP
pre-released SDK v5.4.69_bsp29.0.
- 2021/06 (LINUXPG-765): WindRiver Linux 10.21 RCPL2. Standard support based on NXP SDK
v5.4.69_bsp29.0.
- 2021/08 (LINUXPG-854): WindRiver Linux 10.21 RCPL4. Standard support based on NXP SDK
bsp30.0-5.10.41-rt.
- 2021/10 (LINUXPG-938): WindRiver Linux 10.21 RCPL6. Standard and rt support based on NXP SDK
bsp30.0-5.10.41-rt.
- 2021/11 (LINUXPG-940): WindRiver Linux 10.21 RCPL7. Standard and rt support based on NXP SDK
bsp31.0-5.10.41-rt.
- 2022/03 (LINUXPG-1035): WindRiver Linux 10.21 RCPL11. Standard and rt support based on NXP SDK
pre-released SDK bsp32.0-5.10.90-rt.
3. BSP Features
===============
3.1 Supported Features
======================
The following BSP features are validated and supported.
o Bus
+ I2C: On-Chip I2C controller
+ DSPI: NXP DSPI bus controller in master mode
+ uSDHC: On-Chip ultra secured digital host controller
+ PCIe: On-Chip PCIe controller
+ QSPI: On-Chip Quad-SPI flash controller
+ USB: On-Chip USB 2.0 controller with host mode
o Network
+ Ethernet: DWMAC ethernet controller, KSZ9021 Gigabit PHY
+ FLEXCAN: Flexible controller area network
+ IEEE-1588
+ PFE: Package Forwarding Engine
o Storage
+ Micso SD card
+ NOR Flash:
+ QSPI NOR Flash: 64MB Macronix MX25UW51245G
o Misc Devices
+ UART: NXP LINFLEX UART
+ eDMA: Enhanced Direct Memory Access
+ GPIO: On-Chip general purpose Input/Output
+ Watchdog
+ RTC
+ LLCE CAN: NXP Low Latency Communication Engine CAN
3.2 Unsupported Features
========================
The following features are not supported or validated same as SDK.
x USB OTG
x CPU Freq
x HSE: Hardware Security Engine
4. BSP Notes
============
4.1 Target Notes
----------------
NOTE: This BSP is only validated in the following environment with booting from
SD, if used in a different environment it may run into unknown issues.
S32G274A-EVB:
Processor:: NXP S32G274A
CPU Revision: rev. 1.0.0/1.0.1/2.1.0
Board Serial: NXP S32G27x
BootLoader: U-Boot
BootLoader Version: U-Boot 2020.04+g6286902c94 (Dec 20 2021 - 11:33:57 +0000)
S32G274A-RDB2:
Processor:: NXP S32G274A
CPU Revision: rev. 2.1.0
Board Serial: NXP S32G27x
BootLoader: U-Boot
BootLoader Version: U-Boot 2020.04+g6286902c94 (Dec 20 2021 - 11:33:57 +0000)