Hi, johnblackburn
We assume you want to set the fuses without using the console.
There is a way to access/burn the fuses using sysfs. The OCOTP fuses are available at /sys/fsl_otp.To enable this you need to enable the "CONFIG_FSL_OTP" in Linux.
You can write one script containing the command " echo "value_to_burn_fuse" > /sys/fsl_otp/<fuse_register> ", which you have to run automatically after boot.
You can also refer this link for various ways to burn the fuses.
Regards,
Shivani