CLI - Extracting BD Address

Learn MoreFAQsTutorials

3 posts / 0 new
Last post
fitz
Offline
Last seen:2 years 2 weeks ago
加入:2018-11-23 04:07
CLI - Extracting BD Address

Is there a way to dump the OTP contents to file using the PLT? I would like to be able to read out information from the OTP during production and store it for our records.

Device:
PM_Dialog
Offline
Last seen:22 min 49 sec ago
工作人员
加入:2018-02-08 11:03
Hi fitz,

Hi fitz,

In order to read the contents of the OTP memory, you should execute the Smart Snippets toolbox for the command prompt window. There is a command which reads OTP memory contents and writes its contents to a file. Please check the Smart Snippets user manual for more information. In case that your custom board is connected with the PLT, first you should power it from the tool via VBAT, and then you have to open the UART port that the DUT is connected. After that you should execute the appropriate command from the Smart Snippets command prompt. The contents of the OPT, will be stored into the opt_dump.bin file.

Thanks, PM_Dialog

fitz
Offline
Last seen:2 years 2 weeks ago
加入:2018-11-23 04:07
The issue with this is that I

The issue with this is that I don't see a way of doing this without manually providing all the com ports. Maybe there's a better way to what I'm trying to do. I would like to read the entire OTP header before the PLT programming occurs and store it for each of the DUTs on the PLT. I was planning to use the "Run script before testing starts" option in the PLT configuration but maybe there is a better way.