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.

wifi device testing

Hi,

    I am using panda board with omap4460 processor. i am trying to test wifi device interface from processor to target device in U-boot level. Here from processor side SDMMC5 interface and wifi device side SDIO control we are using.please help me how to test communication between omap processor and wifi device in u-boot level.

Regards,

Anji

  • Hi Anji,

    At u-boot stage only the ethernet interface is initialized. There are no drivers  for wifi interface in u-boot source code.

    You need to write your custom driver in order to test connectivity between OMAP and Wi-Fi slave device on your board.

    Best Regards,

    Yordan