Skip to content

Commit 1ca2668

Browse files
authored
Install usbtop to images (#129)
This PR installs usbtop to images for debugging purposes. If teams are experiencing issues with USB bandwidth, usbtop can be used to determine the data on each bus. Note that this install has no actual effect on PV and how things are run, it's simply meant to make it available as we expect our coprocs to be offline.
1 parent 4d7a00c commit 1ca2668

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ install_if_missing libatomic1
257257
install_if_missing v4l-utils
258258
install_if_missing sqlite3
259259
install_if_missing openjdk-17-jre-headless
260+
install_if_missing usbtop
260261

261262
debug "Setting cpufrequtils to performance mode"
262263
if [[ -z $TEST ]]; then

0 commit comments

Comments
 (0)