Update firmware extraction docs after splitting the firmware tools to it's own repository

Patrik Jakobsson
2019-11-05 13:45:32 +01:00
parent 2b335ba779
commit c58d55266e

@@ -14,11 +14,10 @@ See [Additional Notes](#additional-notes) below in case you come across any issu
## Firmware extraction
Download the driver (zip version) and extract it by following these steps:
* Clone the git repository with `$ git clone https://github.com/patjak/bcwc_pcie.git`
* Change to the firmware directory with `$ cd bcwc_pcie/firmware`
Download the firmware extraction tools and following these steps:
* Clone the git repository with `$ git clone https://github.com/patjak/facetimehd-firmware.git`
* Dependencies for make are curl, xzcat and cpio
* Under bcwc_pcie/firmware type `$ make` and then as root type `# make install`
* In the cloned repository type `$ make` and then as root type `# make install`
* Result should be like:
```
@@ -26,11 +25,11 @@ $ make
Dowloading the driver, please wait...
Found matching hash from OS X, El Capitan 10.11.2
Found matching hash from OS X, El Capitan 10.11.5
==> Extracting firmware...
--> Decompressing the firmware using gzip...
--> Deleting temporary files...
--> Extracted firmware version 1.43.2
--> Extracted firmware version 1.43.0
```
```