diff --git a/internal/platform-support/tegra/csv.go b/internal/platform-support/tegra/csv.go index 161e6a7a..e47ae9de 100644 --- a/internal/platform-support/tegra/csv.go +++ b/internal/platform-support/tegra/csv.go @@ -38,7 +38,7 @@ func (o tegraOptions) newDiscovererFromCSVFiles() (discover.Discover, error) { devices := discover.NewCharDeviceDiscoverer( o.logger, - o.driverRoot, + o.devRoot, targetsByType[csv.MountSpecDev], )