You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
7 months ago
..
Makefile v811_spc009_project 7 months ago
README v811_spc009_project 7 months ago
fw_load.c v811_spc009_project 7 months ago

README

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.