Edit online

使用配置

17 Dec 2024
Read time: 1 minute(s)

U-Boot 编译配置

  1. 在 SDK 根目录下,执行下列命令,进入 uboot 配置界面:
    make uboot-menuconfig 
  2. 勾选下列选项使能 UserID 功能:
    [*] UserID support for ArtInChip  --->
    
  3. 确认相关的 UserID 分区位置与实际匹配:
    --- UserID support for ArtInChip
          Location of UserID (UserID is in SPINOR)  --->
    (0xE0000) UserID partition offset
    (0x4000) UserID partition Size
    

SDK 编译配置

  1. 在 SDK 根目录下执行下列命令,进入 menuconfig 的功能配置界面:
    make menuconfig
  2. ArtInChip packages 界面,使能 UserID 读写库:

    [*] userid r/w library  --->