Page 1 of 1

Write serial to OTP

Posted: Thu Nov 15, 2018 4:33 pm
by jsaksris
Hello,

I have tried to follow this thread and try to write serial number to the OTP
http://www.xcore.com/viewtopic.php?t=5155

the following command were used:
xburn --target-file src\core\xk-audio-216-mc.xn --serial-number 0002

but received
xburn: burning device failed

any insight on probable cause?

Re: Write serial to OTP

Posted: Thu Nov 15, 2018 5:09 pm
by mon2
Hi. See if this helps:

http://www.xcore.com/viewtopic.php?f=47&t=5155

Code: Select all

http://www.xcore.com/viewtopic.php?f=47&t=5155
Please post your results.

Re: Write serial to OTP

Posted: Fri Nov 16, 2018 11:41 am
by CousinItt
Looks like you're quoting the same thread.

Re: Write serial to OTP

Posted: Fri Nov 16, 2018 1:45 pm
by mon2
:) Meant to say that there are many ideas in the thread, so what are the results from:

Code: Select all

xburn --target-file src\core\xk-audio-216-mc.xn --serial-number 0002 -o otp-file.txt
The above syntax should pipe the details of this command to the specified output file. Please review and post the log file contents. No OTP write will be performed.

Another suggestion is to use the --target so for example,

Code: Select all

xburn --target  XE216-512-TQ128-C20 --read -o otp-file.txt
What are the results?