使用配置
U-Boot 编译配置
- 
                    在 SDK 根目录下,执行下列命令,进入 uboot 配置界面:make uboot-menuconfig 
- 
                    勾选下列选项使能 UserID 功能:[*] UserID support for ArtInChip ---> 
- 
                    确认相关的 UserID 分区位置与实际匹配:--- UserID support for ArtInChip Location of UserID (UserID is in SPINOR) ---> (0xE0000) UserID partition offset (0x4000) UserID partition Size
SDK 编译配置
- 
                    在 SDK 根目录下执行下列命令,进入 menuconfig 的功能配置界面:make menuconfig 
- 
                    在 ArtInChip packages 界面,使能 UserID 读写库: [*] userid r/w library ---> 
