Hi all,
We are using Yocto zeus and it seems the user space utility for reading and writing fuse registers are not present in new kernel. I found from Linux Reference manual, mention about nvmem sysfs entry and able to read/write using dd commands. However, I believe there would some proper method to do this. Can anyone share how to read/write fuse registers from user space in i.MX8MPlus SoC?
Regards,
Kunal
pls refer to my another similar topic
Hi @joanxie ,
I already referred this link, it uses hexdump and print like utilities. Aren't there any user-space utility by NXP?
Regards,
Kunal
the link I share also mentions uboot fuse command, you can use that
Hi @joanxie ,
Agree, u-boot provides fuse commands. However, I am looking for user space utility like "fsl_otp.c" , which I believe has been removed in latest L5.4 kernel.
Regards,
Kunal