Edit online

测试指南

4 Dec 2024
Read time: 1 minute(s)

测试环境

  • 硬件
    • 测试板

    • PC:用于和测试板交互

    • 串口线:连接测试板的调试串口

  • 软件
    • PC 端串口终端软件

    • bwmtop 测试工具

编译测试工具

SDK 已默认编译 test-bwmtop 工具,可以直接使用。也可以按以下配置打开:
ArtInChip packages--->
    Sample code--->
        [*] test-bwmtop--->

配置后,重新编译。

bwmtop 测试

使用下列命令直接调用 bwmtop 测试:
bwmtop

该命令默认配置为 1s 更新一次参数。

该命令的其它参数可以参考 help 命令:
[aic@] # bwmtop -h

Usage: bwmtop [-n iter] [-d delay] [-m] [-o FILE] [-h]
    -n NUM   Number of updates before this program exiting.
    -d NUM   Seconds to wait between update.
    -m Display the result in MB unit, default unit is Byte
    -k Display the result in KB unit, default unit is Byte
    -o FILE  Output to a file.
    -v Display bwmtop version.
    -h Display this help screen.