added dependency "libusb"

when trying the PoC, I stumbled on a python error ("no usb backends") which shows that `libusb` is needed for this to work
This commit is contained in:
TabascoEye 2018-04-26 00:51:51 +02:00 committed by GitHub
parent 94a3d0aed3
commit 2368f58d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -446,7 +446,7 @@ beyond the scope of a simple proof-of-concept.
To use this proof-of-concept on a Nintendo Switch: To use this proof-of-concept on a Nintendo Switch:
1. Set up an Linux or macOS environment that meets the criteira above, and 1. Set up an Linux or macOS environment that meets the criteira above, and
which has a working `python3` and `pyusb` installed. which has a working `python3` and `pyusb` as well as `libusb` installed.
2. Connect the Switch to your host PC with a USB A -> USB C cable. 2. Connect the Switch to your host PC with a USB A -> USB C cable.
3. Boot the Switch in RCM mode. There are three ways to do this, but the first-- 3. Boot the Switch in RCM mode. There are three ways to do this, but the first--
unseating its eMMC board-- is likely the most straightforward: unseating its eMMC board-- is likely the most straightforward: