Post Go back to editing

port blimp's osd onto the arm board

I want to port blimp's osd onto the arm board, do you have specific instructions

Parents Reply Children
  • Hi,

    Please find the answers below.

    Now that my image is out, I can use the iic control to have it display some blocks.If I want to implement spi, I need to implement SpiTransfer in the ADIAPI_OsdConInit function, right?

    Yes. You need to implement the SpiTransfer function.

    I have shielded SpiTransfer from your code, but several labels can still be displayed normally.

    If you block the SPI functions, label will not be displayed correctly. Can you try power cycle the board and check again and see labels are displayed correctly with demo board.

    Please let us know if you are seeing any issues after adding SPI functions.

    Thanks,

    Poornima

  • hello

    As shown in the figure below, I removed your flash and then removed the spi function.

  • Ok, maybe I didn't make it clear enough, but now I'm going to talk about my hardware conditions and my software conditions, and here's your demo board, and I've removed the flash,

    Below screenshot is my SpiTransfer function implementation, was I delete all, and then I use VDSP compiled code and burning inside.

    No matter how many times the restart occurs, the osd will display normally.Are you sure I also want to realize the spi?

  • Hi,

    Sorry that you are in trouble solving this issue.

    Please find more details about the hardware connection. Hope that it will help to understand where is the issue?

    In Eval platform, Blackfin controller is connected to ADV7625 and External flash as shown below.

    When designing Blimp project,Are you enabling Internal flash memory option right?

    If you are selecting External flash memory, you need to use External SPI flash(U38) to flash the OSD binary. If you are using Internal, this U38 is not required.

    To display the OSD component, we need to configure set of I2C and SPI registers in ADV7625, irrespective of external/internal flash that you are using.

    Can you share the VDSP source files and OSD project that you are verifying with Demo board offline via email?

    We will check and let you know if any issues?

    Thanks,

    Poornima

  • hello

    • You mean I must realize SpiTransfer function function, right?

    • Thank you very much for your help
    • sylon
  • Hi,

    Yes. You need to write the SPI transfer function (Controller to ADV7625). As mentioned before, If you are using Internal flash memory option, external flash is not needed.

    Still we are wondering and want to check the labels displayed with our evaluation correctly after burning out your changes(OSD is with junk normally).

    Please let us know if you are still facing any issues, we will check with our evaluation platform.

    Thank you.

    Thanks,

    Poornima

  • Hi,

    When I have blocked SpiTransfer function, it can still be displayed correctly after burning it.

    (blimp operation)

    Drag in six labels, change the memory option to internal storage, and change the resolution to the current resolution.Then the TV will display the six labels correctly

    Thank you for your patient answer!

  • HI;

    Do you have any experience of successfully porting to the arm board?Can you give me a demo?Let me see how you implement osd display。

    thanks

    sylon

  • Hi,

    When I have blocked SpiTransfer function, it can still be displayed correctly after burning it.

                  Are you saying, removing SPI flash from eval board as well as commenting out the SPI transfer function right? Can you share the details what are commented from code( source filename and APIs etc)?

    Drag in six labels, change the memory option to internal storage, and change the resolution to the current resolution.Then the TV will display the six labels correctly.

                 We assume that this statement is for Eval board, Is it right?

    Do you have any experience of successfully porting to the arm board?Can you give me a demo?Let me see how you implement osd display.

                 Please refer Advantiv_CrossPoint_Application_Userguide Appendix A which explains  OSD integration with HDMI driver code which is available at ADV7625 ADV7626 ADV7627 evaluation board software package documents. This document explains for Blackfin based eval board with VDSP. The same way you can integrate for ARM also. Please let us know if any issues?

    Thanks,

    Poornima

  • hello;

    1、My spi function is empty, as shown in the figure below

    • 2、yes,All operations are on the eval board
    • 3、I looked at the data that you gave me, but there was very little information on the transplant part.