-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md after various lessons learned.
Namely: * `AppleSerialShim` must be disabled not just for Monterey but any older macOS version; emphasize that point, * SIP must be disabled; while the user is there, you might as well have them run through the startup security downgrade steps while they are there, * the list of "except" ports on https://support.apple.com/en-us/111336 seems to be a hint to which are the DFU ports, add the link for reference in case this is true, * `cu` on macOS doesn't work well for the debug console port; this slightly adjusted `picocom` invocation found from the IRC archives works much better. The commit also makes some other light wording tweaks. This doc could be further improved still, but it's a start.
- Loading branch information
1 parent
0b7f364
commit b70f43f
Showing
1 changed file
with
16 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters