hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
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
# debug subset is all the debug tools we used
#  - evtest used to debug input event like touch panel, key, mouse, etc
BR2_PACKAGE_EVTEST=y
#  - lrzsz used to transfer file between device and secure crt
BR2_PACKAGE_LRZSZ=y
#  - procrank used to monitor the memory used by each process, thread, application
BR2_PACKAGE_PROCRANK_LINUX=y
#  - install the libdrm test programs
BR2_PACKAGE_LIBDRM_INSTALL_TESTS=y
#  - io tool used to read/write register and memory
BR2_PACKAGE_IO=y
#  - i2c tool used to detec, dump, set and get i2c devices
BR2_PACKAGE_I2C_TOOLS=y
#  - strace used to track what system calls a program makes
BR2_PACKAGE_STRACE=y
#  - iputils is a set of network debug tools like ping, tracepath, arping, tftpd, rarpd, clockdiff, rdisc
BR2_PACKAGE_IPUTILS=y
#  - debug tools for wireless devices using the mac80211 kernel stack
BR2_PACKAGE_IW=y
#  - a collection of tools to configure wireless lan cards, including iwconfig, iwlist, iwspy, iwpriv, ifrename
BR2_PACKAGE_WIRELESS_TOOLS=y
#  - debugutils, e.g: show fps
BR2_PACKAGE_GST1_PLUGINS_BAD_PLUGIN_DEBUGUTILS=y
#  - coreutil, All of the basic file/text/shell utilities
# Things like:
#         - chmod, cp, dd, dir, ls, etc...
#         - sort, tr, head, tail, wc, etc...
#         - whoami, who, etc...
BR2_PACKAGE_COREUTILS=y
#  - perf tool provided by kernel
BR2_PACKAGE_LINUX_TOOLS_PERF=y
# function test for Rockchip stress test
BR2_PACKAGE_ROCKCHIP_TEST=y
#  - add stress-ng
BR2_PACKAGE_STRESS_NG=y
# Provides things like kill, ps, uptime, free, top, etc for next generation
BR2_PACKAGE_PROCPS_NG=y
# Provides things like mpi_dec_test, mpi_enc_test.....
BR2_PACKAGE_ROCKCHIP_MPP_TESTS=y