-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
mdev-parityFeature present in busybox mdevFeature present in busybox mdev
Description
- look for
FIRMWAREentries in theUEvent - On
Addtry to load the firmware according tolinux/Documentation/firmware_class/README
mdev summarizes it this way:
/*
* Firmware loading works like this:
* - kernel sets FIRMWARE env var
* - userspace checks /lib/firmware/$FIRMWARE
* - userspace waits for /sys/$DEVPATH/loading to appear
* - userspace writes "1" to /sys/$DEVPATH/loading
* - userspace copies /lib/firmware/$FIRMWARE into /sys/$DEVPATH/data
* - userspace writes "0" (worked) or "-1" (failed) to /sys/$DEVPATH/loading
* - kernel loads firmware into device
*/
Metadata
Metadata
Assignees
Labels
mdev-parityFeature present in busybox mdevFeature present in busybox mdev