Run otp_burner.py with the option --no-elftosb
otp_burner.py --help
Usage
=====
otp_burner.py [options] [-k FILE] [-r FILE] -i FILE [-o FILE]
Options
=======
--help, -h show this help message and exit
--version, -V Show version information.
--input=PATH, -i PATH Specify the input OTP bit settings file.
--output=PATH, -o PATH Write output to this file. Optional; if not provided
then the output file name is generated from the input
file name.
--key=PATH, -k PATH Specify the input crypto key file.
--key-number=NUM, -n NUM
Use key number N from the crypto key file (default 0).
--srk=PATH, -r PATH Specify the binary super root key hash file.
--print-otp, -p Print the resulting OTP registers.
--elftosb, -e Run elftosb to generate the .sb file (the default).
--no-elftosb, -E Do not run elftosb.
--hab, -a generate a HAB compatible .sb (MX28 only; default)
--no-hab, -A generate a non-HAB .sb (MX28 only)