Skip to content

Add -p <rid> flag to target a specific USB-C port (multi-device support)#14

Open
gregsadetsky wants to merge 1 commit into
AsahiLinux:mainfrom
Revise-Robotics:main
Open

Add -p <rid> flag to target a specific USB-C port (multi-device support)#14
gregsadetsky wants to merge 1 commit into
AsahiLinux:mainfrom
Revise-Robotics:main

Conversation

@gregsadetsky

Copy link
Copy Markdown

The tool hardcoded the HPM RID to 0, so only a target on that one physical port could be driven; a Mac on any other port was invisible ("No connection detected"). -p <rid> selects which HPM/port to target. Default is 0 (byte-identical to previous behavior), so existing single-target usage is unchanged. This enables DFU of multiple Macs on one host, each on a different port (e.g. macvdmtool -p 0 dfu + macvdmtool -p 1 dfu).

Cheers! Thanks for the amazing tool

The tool hardcoded the HPM RID to 0, so only a target on that one physical port could be
driven; a Mac on any other port was invisible ("No connection detected"). `-p <rid>` selects
which HPM/port to target. Default is 0 (byte-identical to previous behavior), so existing
single-target usage is unchanged. This enables DFU of multiple Macs on one host, each on a
different port (e.g. `macvdmtool -p 0 dfu` + `macvdmtool -p 1 dfu`).

Signed-off-by: gregsadetsky <lepetitg@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant