Skip to content

Commit ff12096

Browse files
update README.md
Signed-off-by: Clark Wang <[email protected]>
1 parent c8ade92 commit ff12096

File tree

1 file changed

+31
-20
lines changed

1 file changed

+31
-20
lines changed

README.md

Lines changed: 31 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bcu (Board Control Utilities)
22

3-
[![Build status](https://ci.appveyor.com/api/projects/status/github/nxp-imx/bcu?svg=true)](https://ci.appveyor.com/project/nxpfrankli/bcu)
3+
[![Build status](https://github.com/nxp-imx/bcu/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/nxp-imx/bcu/actions/workflows/main.yml/badge.svg?branch=master)
44
![GitHub](https://img.shields.io/github/license/nxp-imx/bcu.svg)
55
[![Coverity Scan Build Status](https://scan.coverity.com/projects/18825/badge.svg)](https://scan.coverity.com/projects/nxpmicro-bcu)
66

@@ -16,7 +16,7 @@ ________________________________________________________________________________
1616

1717
# **Running environment**
1818

19-
- Windows 10, 64bit
19+
- Windows 10/11, 64bit
2020
- Need install FTDI Driver for Windows.
2121
- Early Windows version(below 1.2.0) need install vs2017 redistribute package
2222

@@ -37,7 +37,7 @@ ________________________________________________________________________________
3737
3838
- Ubuntu 18.04 or above, 64bit, using binary provided from release page
3939
- Need install these libraries
40-
- $ sudo apt-get install libftdi1-2 libyaml-dev openssl lsb_release(*only needed on 18.04*) libssl-dev libconfuse-dev
40+
- $ sudo apt-get install libftdi1-2 libyaml-dev libconfuse-dev
4141
- If you do not want to run BCU as root in Linux, please follow the steps below to set the rules.
4242
- $ cd /etc/udev/rules.d/
4343
- $ sudo vim xx-ftdi.rules
@@ -64,34 +64,45 @@ ________________________________________________________________________________
6464
6565
## i.MX8MP-EVK
6666
67-
- imx8mpevk: do not have power measurement function
68-
- imx8mpevkpwra0: have power measurement function
69-
- imx8mpevkpwra1: have power measurement function
70-
- imx8mpddr3l: VDB
71-
- imx8mpddr4: VDB
67+
- imx8mpevk
68+
- imx8mpevkpwra0
69+
- imx8mpevkpwra1
70+
- imx8mpddr3l
71+
- imx8mpddr4
7272
7373
## i.MX8DXL-EVK
7474
75-
- imx8dxlevk: have power measurement function
76-
- imx8dxl_ddr3_evk: VDB
75+
- imx8dxlevk
76+
- imx8dxl_ddr3_evk
7777
- imx8dxl_obx
7878
7979
## i.MX8ULP-EVK
8080
81-
- imx8ulpevk: have power measurement function
82-
- imx8ulpevk9: have power measurement function
83-
- imx8ulpwatchval: VDB
84-
85-
## Val_board_x
86-
87-
- val_board_1: VDB
88-
- val_board_2: VDB
89-
- val_board_3: VDB
81+
- imx8ulpevk
82+
- imx8ulpevk9
83+
- imx8ulpwatchval
84+
- imx8ulpwatchuwb
9085
9186
## i.MX93
9287
93-
- imx93evk11/imx93evk11b1: have power measurement function
88+
- imx93evk11/imx93evk11b1
9489
- imx93qsb
90+
- imx93evk14
91+
92+
## i.MX91
93+
94+
- imx91evk11
95+
- imx91qsb
96+
97+
## i.MX95
98+
99+
- imx95evk19
100+
- imx95evk15
101+
102+
## i.MX943
103+
104+
- imx943evk19a0/imx943evk19b1
105+
95106
96107
_______________________________________________________________________________________________________
97108

0 commit comments

Comments
 (0)