Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: mention SIP & Studio port location #6

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@ sudo kmutil create -n boot -a arm64e -B /Library/KernelCollections/kc.noshim.mac

Replace `<soc>` with `t8101` on M1 Macs and `t6000` on M1 Pro/Max Macs. If you’re unsure, `uname -v` and look at the end of the version string (`RELEASE_ARM64_<soc>`).

Then, enter 1TR:
If you receive an error while generating the new kernel cache, "Operation not permitted," then you will need to disable SIP before executing the above step. SIP can be disabled by entering the 1TR with the steps described below, but instead issuing:

```
csrutil disable
```

At the 1TR terminal.

Once you've generated a new kernel cache, enter 1TR:

1. Power off your Mac
2. Press and hold the Power button until the boot menu appears
Expand Down Expand Up @@ -59,6 +67,7 @@ Connect the two devices via their DFU ports. That's:
- the rear port on MacBook Air and 13" MacBook Pro
- the port next to the MagSafe connector on the 14" and 16" MacBook Pro
- the port nearest to the power plug on Mac Mini
- the port nearest to the ethernet port on the Mac Studio

You need to use a *USB 3.0 compatible* (SuperSpeed) Type C cable. USB 2.0-only cables, including most cables meant for charging, will not work, as they do not have the required pins. Thunderbolt cables work too.

Expand Down