Hello,
I would like to program and override the fuse OTP memory on the imx6UL device via the nvmem file (Full path is /sys/bus/nvmem/devices/imx-ocotp0/nvmem)
I can successfully read fuse memory via the nvmem file, and I can read, override and program the fuses using the fuse commands in uboot.
Is it possible to write this memory via the nvmem file? And is it possible to override the shadow registers using a similar mechanism? I would like to do this from my application code.
Best Regards,
Tom.
@Dhruvit any ideas please?