Write serial to OTP

If you have a simple question and just want an answer.
Post Reply
jsaksris
Member++
Posts: 29
Joined: Wed Jul 04, 2018 4:06 pm

Write serial to OTP

Post 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?


User avatar
mon2
XCore Legend
Posts: 1913
Joined: Thu Jun 10, 2010 11:43 am
Contact:

Post 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.
User avatar
CousinItt
Respected Member
Posts: 360
Joined: Wed May 31, 2017 6:55 pm

Post by CousinItt »

Looks like you're quoting the same thread.
User avatar
mon2
XCore Legend
Posts: 1913
Joined: Thu Jun 10, 2010 11:43 am
Contact:

Post 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?
Post Reply