Difference between revisions of "Baseband Bootrom Protocol"

From The iPhone Wiki
Jump to: navigation, search
(New page: This is the protocol used to talk to the old, and probably the new baseband, at the bootrom level. The old bootrom didn't have an sig checking, the new one does. ==Protocol== AT 0x30 2...)
 
Line 10: Line 10:
   
 
==Implementations==
 
==Implementations==
[http://lpahome.com/geohot/gbootloader.rar bootrom.h]
+
[http://lpahome.com/geohot/gbootloader.rar bootrom.h in gbootloader]

Revision as of 22:26, 27 July 2008

This is the protocol used to talk to the old, and probably the new baseband, at the bootrom level. The old bootrom didn't have an sig checking, the new one does.

Protocol

AT
0x30
2 byte length
n byte data
2 byte checksum
sends A5 on success, 5A on failure

Implementations

bootrom.h in gbootloader