AsahiLinux / macvdmtool

Apple Silicon to Apple Silicon VDM utility
Apache License 2.0
246 stars 35 forks source link

Added T2 and iPad data #2

Open rickmark opened 3 years ago

rickmark commented 3 years ago

This tool already works out of box with iPad and T2 targets since the VDMs are identical

tihmstar commented 1 year ago

Hi @marcan @rickmark, I could successfully use this tool from my M1 mac to do: reboot, dfu and serial on my iPad8,1. On T2 i could do: reboot and dfu, but serial doesn't work.

sudo macvdmtool serial
Mac type: J316cAP
Looking for HPM devices...
Found: IOService:/AppleARMPE/arm-io/AppleT600xIO/i2c0@9B040000/AppleS5L8940XI2CController/hpmBusManager@6B/AppleHPMBusController/hpm0/AppleHPMARMI2C
Connection: Source
Status: APP 
Unlocking... OK
Entering DBMa mode... Status: DBMa
Putting target into serial mode... VDM failed (reply: 0x05ac8092)
Exiting DBMa mode... OK
VDM failed

Any ideas?

On the same machine i can get serial from my iPad8,1. Is it possible that serial VDM, is incorrect for T2? How can the correct VMD be found?