You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
csm-utils is collection of scripts and services required for qdu100 host machine to configure host, store ddr_training_data of qdu100 and start nbd related services on device.
4
4
5
+
All these scripts run on the host. Here are their descriptions:
6
+
csm-check-repair.sh: Checks the integrity of qdu100 images on the host
7
+
csm-configure-ip.sh: Configures the IP address of the host and sets /sys/bus/mhi/devices/mhi[0-9]_CSM_CTRL/transport_mode node depending on qdu100 debug.conf value(usb/pcie)
8
+
csm-nbdkit.sh: Starts nbd on the desired port and exports the qdu100 device-specific directory as a linuxdisk
9
+
csm-nbdkit-stop.sh: Stops nbd and the exposed linuxdisk
10
+
csm-store-ddr.sh: Reads /sys/bus/mhi/devices/mhi[0-9]/ddr-training-data to save the qdu100 device's DDR data (this one required for sahara and qdu100 driver)
11
+
decimal-to-hex.sh: Converts the qdu100 serial number to hexadecimal
0 commit comments