Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents


01 - Objectives

Tips, Development Notes, Tricks, and other useful stuffs that come in handy are expected being here.


02 - Notes

Ui tabs


Ui tab
titleJtag Lock/Unlock


IDG CmdDataDescription
90-1AN/AJTAG Lock, UMFG Mode
90-1BN/AJTAG Unlock, UMFG Mode
77-05N/ADevice Reboot

Steps

  1. Lock Device
    1. Stays in UMFG mode
    2. Devie Reset 90-00
    3. JTag Lock 90-1A
    4. Reboot Device
  2. Unlock Device
    1. Stays in UMFG mode
    2. Devie Reset 90-00
    3. JTag Unlock 90-1B
    4. Reboot Device
  3. USDK-PKI Master Reset Updated
    1. Unit stay in SMFG Mode
    2. The SDK Issues Master Reset
    3. The SDK Issues 90-1B , Jtag Unlock



Ui tab
title02.Device Tree Introduction

true


Ui tab
titleMSR Test

How it works !! - 2019

400300



Ui tab
titleTest03

Newton Magazines - 2021




02 - Notes 2

ItemDateKeyword(s)Comment
02. Input Dialogs

 

  • Confirm_Input
  • Confirm_Pic_Input

 Update Test Scripts
    A. RunMode: Board1.
        "Jig1-Current Consumption Check", 8810/8810P/6825, Board Level Test-Jig1
        - Added Input Field for input current value.
          Ex: typing "213.0", no unit(mA) required
          
    B. RunMode: Board2, Long Wait Board Installation, + 20 seconds wait after Unify ID Input.
     
    C.Run Mode: Production
       a. Removed RS232 + Ethernet Test items.

       b. Printer Test: Fixed No Printed Patterns Issue

01.Multiple Model Numbers but same instance

 

Products.cs

CreateModelNumberDictionary()


Code Block
languagec#
themeMidnight
firstline1
titleMultipleMNumbers
linenumberstrue
collapsetrue
 // In case of Multiple nodes (name, name1, name2, ...+name(\d)*$), multiple aliases are allowed.

                //Ex:

                // < ModelNumber name = "5E.5BDA8.003" Qisda - prjcode - name2 = "9J.5BD03.0DQ" IDT_name3 = "ID88-8800" name4 = "80163002-003" >

                // List : "5E.5BDA8.003" / "9J.5BD03.0DQ" / "ID88-8800" / "80163002-003"

                // rule 01: 1st name string attribute "name=..." must have..

                // rule 02: 2nd name and more attributes, " name#=..", optional. contain sub token "name"

                // rule 03: based on rule 02, every attribute name must be exclusive to others.

                //Ex:

                // < ModelNumber name = "5E.5BDA8.003" Qisda - prjcode - name2 = "9J.5BD03.0DQ" IDT_name3 = "ID88-8800" name4 = "80163002-003" >

                // Result: Automatically generate the nodes

                // ModelNumber 1 = name ("5E.5BDA8.003")

                // ModelNumber 2 = name ("9J.5BD03.0DQ"), aka name2, which contains "name".

                // ModelNumber 3 = name ("ID88-8800"),aka IDT_name3, found "name" sub string.

                //