README: Configuration string should be diag_dun

For some reason, this string seems to need to be set to diag_dun rather
than DIAG to get QXDM and other tools fired up.

Signed-off-by: Evan Green <evangreen86@gmail.com>
This commit is contained in:
Evan Green 2019-01-17 09:37:52 -08:00 committed by Bjorn Andersson
parent 29db5d80b0
commit 2861875311

View File

@ -20,7 +20,7 @@ Ensure that your kernel is built with **CONFIG_CONFIGFS_FS** and **CONFIG_USB_CO
echo SERIAL > $G1/strings/0x409/serialnumber
echo MANUFACTURER > $G1/strings/0x409/manufacturer
echo PRODUCT > $G1/strings/0x409/product
echo "DIAG" > $G1/configs/c.1/strings/0x409/configuration
echo "diag_dun" > $G1/configs/c.1/strings/0x409/configuration
ln -s $G1/functions/ffs.diag $G1/configs/c.1
mkdir /dev/ffs-diag