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.

OE for dm8168

Hi,

I'm trying to use OE with dm8168. Is there some how to or some guide in order to learn how build OE for dm8168?

Thanks for help!!!

  • Hi,

    By OE, I presume you mean Openembedded.

    Please have a look at the OE manual and feel free to ask questions on the OE mailing list or IRC. The DM8168 device is present on OE as dm816x-evm. So, the first image you could try to build is the helloworld image. Please run the following command to build a very simple image that runs a statically built hello world program on boot.

    $ MACHINE=dm816x-evm bitbake helloworld-image

    I'm also going to move this thread to the linux forum.

    --Sid