unplugged-system/external/ltp/testcases/kernel/firmware/fw_load_user
2025-10-06 13:59:42 +00:00
..
fw_load.c Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Makefile Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

The aim of the test is to check device firmware loading. Since kernel 3.7
firmware loading changed to direct loading (by-pass udev). The test consists
of the two parts:
 - userspace part
 - kernelspace part

This is the userspace part, its tasks are:
 - create firmware files in the standard firmware paths
 - load the module and initiate firmware request procedure
 - read device's result file and print final results
 - unload the module.