This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # Copyright 2022 The Chromium OS Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| import docker | |
| import logging | |
| import argparse | |
| IMAGE = "us-docker.pkg.dev/chromeos-hw-tools/servod/servod:release" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am superm1 on github. | |
| * I am superm1 (https://keybase.io/superm1) on keybase. | |
| * I have a public key whose fingerprint is 0B0B 6E49 4E9D 5EFB 3918 0D9A 2D19 2CA6 2477 0276 | |
| To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Root of issue was that XHCI controller wasn't visible: | |
| [ 320.557898] pci_bus 0000:3a: [bus 3a] partially hidden behind bridge 0000:02 [bus 02-39] | |
| [ 320.557899] pci_bus 0000:3a: [bus 3a] partially hidden behind bridge 0000:01 [bus 01-39] | |
| It was missing from PCI tree: | |
| -[0000:00]-+-00.0 | |
| +-02.0 | |
| +-04.0 | |
| +-08.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ git describe | |
| 1.0.5-10-g767210e | |
| $ ninja -C build test | |
| ninja: Entering directory `build' | |
| [1/220] Generating builder-test-firmware with a custom command. | |
| [2/220] Generating colorhug-test-firmware with a custom command. | |
| [3/220] Generating hwid-test-firmware with a custom command. | |
| [4/220] Generating installed-cab123 with a custom command. | |
| [5/220] Generating installed-cab124 with a custom command. | |
| [6/220] Generating noreqs-test-firmware with a custom command. |
NewerOlder