Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 471656
Collapse All | Expand All

(-)putusb/nv.py (-2 / +1 lines)
Lines 5-12 Link Here
5
    try:
5
    try:
6
        dev = putusb.NvidiaUsb()
6
        dev = putusb.NvidiaUsb()
7
    except putusb.NoDev:
7
    except putusb.NoDev:
8
        sys.stderr.write("No tegra device detected. Check device ownership and
8
        sys.stderr.write("No tegra device detected. Check device ownership and cable\n")
9
                cable\n")
10
        sys.exit(1)
9
        sys.exit(1)
11
10
12
    dev.boot("bin/tegra_pre_boot.bin", "bin/fastboot.stock.bin")
11
    dev.boot("bin/tegra_pre_boot.bin", "bin/fastboot.stock.bin")

Return to bug 471656