cu-ecen-aeld / final-project-bennowotny

final-project-bennowotny created by GitHub Classroom
0 stars 0 forks source link

Configure the Yocto Build for the RPi Hardware #2

Closed bennowotny closed 5 days ago

bennowotny commented 1 week ago

In order to deploy software to the target hardware, the Yocto project should be reconfigured to support the Raspberry Pi.

Definition of Done: the project repository can build a Yocto image deployable to a RPi SD card. The RPi should be able to boot/execute that image.

Blockers: #1

bennowotny commented 5 days ago

Issue resolved with commit 62d2c8c.

Testing: using build.sh, built an SD card image, burned that image to a RPi 3B+, and then booted the Pi. The userspace application from #3 was present in the image and worked as expected.