The kernel driver should be loaded on boot (with a mapped file interface) prior to the userspace application starting so that the userspace application can use the LED interface to receive commands.
Definition of Done: The kernel module should be loaded automatically on boot and unload it on shutdown. It's priority should allow for the userspace application to be loaded with a strictly-after ordering.
The kernel driver should be loaded on boot (with a mapped file interface) prior to the userspace application starting so that the userspace application can use the LED interface to receive commands.
Definition of Done: The kernel module should be loaded automatically on boot and unload it on shutdown. It's priority should allow for the userspace application to be loaded with a strictly-after ordering.
Blockers: #4