You've already forked hexagonrpc
mirror of
https://github.com/linux-msm/hexagonrpc.git
synced 2026-02-25 13:13:52 -08:00
fastrpc: hexagonrpcd: document added options in help text
The -R option specifies the root of the files served to the remote processor (before mapping them to the virtual filesystem). The -d option specifies the DSP variant, used to select the subdirectory storing the libraries for the remote processor.
This commit is contained in:
@@ -246,7 +246,9 @@ int main(int argc, char* argv[])
|
||||
default:
|
||||
printf("Usage: %s [-s] [-f FastRPC node]\n\n", argv[0]);
|
||||
printf("Qualcomm Hexagon filesystem daemon\n\n"
|
||||
"\t-d\tDSP libraries subdirectory (default: adsp)\n"
|
||||
"\t-f\tFastRPC node to attach to\n"
|
||||
"\t-R\tDirectory of served files (default: /usr/share/qcom/)\n"
|
||||
"\t-s\tUse INIT_ATTACH_SNS instead of INIT_ATTACH ioctl\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user