mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
Update firmware extraction docs after splitting the firmware tools to it's own repository
@@ -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
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user