Update README.md after various lessons learned. #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 adjustedpicocom
invocation found from the IRC archives works much better.you likely need to install a corresponding KDK; you may need to upgrade
macOS to do that.
The commit also makes some other light wording tweaks. This doc could be further improved still, but it's a start.