This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DLP3010EVM-LC: DLP3010EVM-LC configure Auto init routine

Part Number: DLP3010EVM-LC
Other Parts Discussed in Thread: DLPLCRD-GUI, DLPDLC-GUI,

I try to configure Auto-init Routine.

but..How to update flash image using DPLDLCGUI v1.1?

  • Hi Yosuke,

    The DLPDLC-GUI currently doesn't support Autoinit batch file updating, we're planning to add support in a future version. In the meantime, you can use the DLP Lightcrafter Display GUI v7.0 (DLPLCRD-GUI) to update the batch file.

    Let me know if you face any issues with this.

    Regards
    Azad
  • Thanks  for your reply.

    OK.I will expect for next version up.

    Could you show me the procedure how to update Auto-Init of DLP3010EVM-LC  using DLPLCRD-GUI?

    I tried  to update DLP3010EVM-LC  flash image with DLPLCRD-GUI Advanced mode .but did not work...

    Regards
    Yosuke.

  • Yosuke,

    Using the DLPLCRD-GUI is only a workaround and may not work depending on what you change in the batchfile. Can you let me know what commands you added to the batchfile and what issues you faced while updating the firmware?

    Regards

    Azad

  • Hi Azad.

    I tried the procedure like below.but Error message was shown.

    1.Select  DLP3010EVM-LC-FW image as a input image

    2.Choose evm type:3010EVM-G2 or 3010EVM

    3.Choose skip both LOOKS and Splash.

    4.Select batch file.

    5.Press Update flash button.

    Is this procedure correct??

    The following is the contents of the batch file

    # Write: SplashScreenSelect
    W 36 0d 00
    # Write: InputImageSize
    W 36 2e 80 02 68 01
    # Write: ImageCrop
    W 36 10 00 00 00 00 80 02 68 01
    # Write: InputSourceSelect
    W 36 05 02
    # 100 ms delay
    W 36 DB 64 00
    # Write: DisplayImageOrientation
    W 36 14 00
    # Write: SplashScreenExecute
    W 36 35
    # Write: RgbLedCurrent
    W 36 54 29 00 29 00 29 00
    # Write: RgbLedEnable
    W 36 52 07
    # Write: LocalAreaBrightnessControl
    W 36 80 02 00

    Regards Yosuke

  • Hi Yosuke

    Here is the procedure to update the DLP3010EVM-LC batch file using DLPLCRD-GUI.

    1. Go to the Advanced version of the DLP Lightcrafter Display v7.0 GUI.
    2. In the Flash Image Update section, select EVM type as DLPDLCR3010EVM.
    3. Select the DLP3010EVM-LC firmware available on ti.com as the Input Image.
    4. Select 'Skip changing user defined looks' and 'Skip Splash Image Update'. Note that if skip splash image update is skipped, the existing splash images will be replaced with those of the DLPDLCR3010EVM.
    5. Copy the below list of I2C commands into a .bf file and attach it as 'Batch File 1'.

    ###################################### BATCH FILE BEGINS HERE ######################################

    ## Write: InputImageSize: 520x320 = 0x0208 x 0x0140
    W 36 2e 08 02 40 01
    # Write: ImageCrop: 520x320 = 0x0208 x 0x0140
    W 36 10 00 00 00 00 08 02 40 01
    ## Write: DisplaySize: 1280x720
    W 36 12 00 00 00 00 00 05 D0 02

    ## Write: Splash screen select ; 00 = First Splash screen
    W 36 0D 00
    # Write: InputSourceSelect; 2 = Splash screen
    W 36 05 02

    # 100 ms delay
    w 36 DB 64 00
    w 36 E5 60 22 00 40
    w 36 E6 01 00 00 00

    ## Write Splash screen execute
    w 36 35

    # Write: LocalAreaBrightnessControl
    W 36 80 02 00
    # Write: RgbLedCurrent - minimum supported values
    W 36 54 33 00 33 00 33 00
    # Write: RgbLedEnable
    W 36 52 07

    ###################################### BATCH FILE ENDS HERE ########################################

    6. Click Update Flash.
    7. You will get an error saying "Flash Image Update Failed". However, you can ignore this as the flash image would still be generated.
    8. Now, open the DLPDLC-GUI.
    9. Under Firmware section, go to Update Firmware and select the .img file you just generated.
    10. Update the firmware. Once updated the system will boot with the new batch file.


    Hope this resolves your query.

    Regards
    Azad

  • Hi Azad

    Everything works fine!
    Thank you!

    Regards
    Yosuke