<div dir="ltr"><div><div><div>Hello,<br><br></div><div>I just started with embedded linux using yocto.<br></div><div><br></div>Can someone point me to a more comprehensive tutorial on application development using the Eclipse plugin? I've got the basic helloworld example running on a beaglebone black with TCF. <br><br>I would now like to try something else like getting a few LEDs to blink or driving some peripheral (there's led drivers and I2C drivers in the beaglebone kernel source). I can't really find any documentation or examples of an application which shows how to do board specific actions.<br><br></div>I understand the board specific functionality is described in BSPs, but I'm kind of lost as to how this all fits together when you're actually building an application. The BSP is a collection of recipes and those recipes point to source code. But how do I link my source code to the available hardware? For example, how can I tell the compiler what functionality is available? I see includes, but they do not appear to be board specific.<br><br></div>Thanks <br></div>