Update README.md after various lessons learned.#11
Open
3405691582 wants to merge 1 commit intoAsahiLinux:mainfrom
Open
Update README.md after various lessons learned.#113405691582 wants to merge 1 commit intoAsahiLinux:mainfrom
3405691582 wants to merge 1 commit intoAsahiLinux:mainfrom
Conversation
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. * 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. Signed-off-by: 3405691582 <dsk@google.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
AppleSerialShimmust 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,
cuon macOS doesn't work well for the debug console port; this slightly adjustedpicocominvocation 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.