Edit online

WRI 配置

17 Dec 2024
Read time: 1 minute(s)

内核配置

  1. 在 SDK 根目录下,执行下列命令,进入 kernel 的功能配置界面:
    make kernel-menuconfig

    或使用简写命令

    make km
  2. 在内核配置界面,按如下选择:
    Linux
        Device Drivers
            Misc devices
                [*] WRI driver for ArtInChip Soc

DTS 参数配置

common/d211.dtsi 中的参数配置:
wri: wri@1900f000 {
            compatible = "artinchip,aic-wri-v1.0";
            reg = <0x0 0x1900f000 0x0 0x1000>;
            status = "okay";
    };