Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.gitignore | D | 03-May-2024 | 9 | 2 | 1 | |
Makefile | D | 03-May-2024 | 905 | 21 | 3 | |
README | D | 03-May-2024 | 441 | 12 | 10 | |
fw_load.c | D | 03-May-2024 | 5.2 KiB | 215 | 137 |
README
1The aim of the test is to check device firmware loading. Since kernel 3.7 2firmware loading changed to direct loading (by-pass udev). The test consists 3of the two parts: 4 - userspace part 5 - kernelspace part 6 7This is the userspace part, its tasks are: 8 - create firmware files in the standard firmware paths 9 - load the module and initiate firmware request procedure 10 - read device's result file and print final results 11 - unload the module. 12