Creates a userspace application that can be built-out to support the project.
Testing: built the image with bitbake core-image-remote-led and then ran the image in QEMU with qemu core-image-remote-led slirp nographic. I then ran the application /usr/bin/remote-led, which printed Hello, world!.
Creates a userspace application that can be built-out to support the project.
Testing: built the image with
bitbake core-image-remote-led
and then ran the image in QEMU withqemu core-image-remote-led slirp nographic
. I then ran the application/usr/bin/remote-led
, which printedHello, world!
.