Edit online

使用 eFuse 命令

打开 eFuse 写命令

在 BootLoader 的 menuconfig 中打开eFuse 写命令:
bm

Board options
    [*] Using Efuse/SID
        [*] SID Parameter
            [*] support efuse write
            (1) set efuse max word (NEW)
            (2x04021FF1) set timing value (NEW)

Drivers options
    Drivers examples
        [*] Enable SID driver test command
Edit online

使用 eFuse 相关命令配置参数

efuse help
efuse command usage:
efuse help                     : Get this help.
efuse init                     : Initialize eFuse driver.
efuse dump     offset len      : Dump data from eFuse offset.
efuse read     addr offset len : Read eFuse data to RAM addr.
efuse write    addr offset len : Write data to eFuse from RAM addr.
efuse writehex offset data     : Write data to eFuse from input hex string.
efuse writestr offset data     : Write data to eFuse from input string.

写入 eFuse 数据

efuse writestr 0xe0 Artinchip