Difference between revisions of "IBSS commands"

From The iPhone Wiki
Jump to: navigation, search
m (IBSS commands moved to IBSS commands pre-3.1: cos on 3.1 and > these commands got removed)
m
(5 intermediate revisions by 4 users not shown)
Line 2: Line 2:
 
You can access this command list by typing "help" after [[iBSS]] is uploaded.
 
You can access this command list by typing "help" after [[iBSS]] is uploaded.
   
  +
bgcolor set the display background color
 
bootx boot a kernel cache at specified address
 
bootx boot a kernel cache at specified address
  +
devicetree create a device tree from the specified address
  +
ramdisk create a ramdisk from the specified address
  +
setpicture set the image on the display
  +
reboot reboot the device
  +
reset reboot the device
  +
  +
These commands were removed as of iOS 3.1.
 
tsys boot into tsys (if present)
 
tsys boot into tsys (if present)
 
diags boot into diagnostics (if present)
 
diags boot into diagnostics (if present)
setpicture set the image on the display
 
bgcolor set the display background color
 
 
poweroff power off the device
 
poweroff power off the device
 
halt halt the system (good for JTAG)
 
halt halt the system (good for JTAG)
reboot reboot the device
 
 
run use contents of enironment var as script
 
run use contents of enironment var as script
 
script run script at specific address
 
script run script at specific address
Line 20: Line 25:
 
mdh memory display - 16bit
 
mdh memory display - 16bit
 
md memory display - 32bit
 
md memory display - 32bit
ramdisk create a radisk from the specified address
 
 
powernvram Access Power NVRAM.
 
powernvram Access Power NVRAM.
 
charge Manage the charger chip.
 
charge Manage the charger chip.
devicetree create a device tree from the specified address
 
 
saveenv save current environment to flash
 
saveenv save current environment to flash
 
syscfg flash SysCfg inspection
 
syscfg flash SysCfg inspection
 
chunk chunk a file
 
chunk chunk a file
arm7_stop stop the arm7
+
arm7_stop stop the iPod touch (2nd generation)'s ARM7. Removed in 2.2.
arm7_go start the arm7 with a downloaded image
+
arm7_go start the iPod touch (2nd generation)'s ARM7 with a downloaded image. Removed in 2.2.
 
iic iic read/write
 
iic iic read/write
 
usb run a USB command
 
usb run a USB command
Line 208: Line 211:
 
Kernelcache image not valid
 
Kernelcache image not valid
 
error loading kernelcache
 
error loading kernelcache
 
==[[IBEC]] commands==
 
 
A lot of the commands have been removed because [[IBEC]] is used to boot a [[ramdisk]] or [[kernelcache]].
 
 
ramdisk create a radisk from the specified address
 
go jump directly to address
 
bootx boot a kernel cache at specified address
 
devicetree create a device tree from the specified address
 

Revision as of 09:30, 26 March 2017

You can access this command list by typing "help" after iBSS is uploaded.

       bgcolor          set the display background color
       bootx            boot a kernel cache at specified address
       devicetree       create a device tree from the specified address
       ramdisk          create a ramdisk from the specified address
       setpicture       set the image on the display
       reboot           reboot the device
       reset            reboot the device

These commands were removed as of iOS 3.1.

       tsys             boot into tsys (if present)
       diags            boot into diagnostics (if present)
       poweroff         power off the device
       halt             halt the system (good for JTAG)
       run              use contents of enironment var as script
       script           run script at specific address
       go               jump directly to address
       mws              memory write - string
       mwb              memory write - 8bit
       mwh              memory write - 16bit
       mw               memory write - 32bit
       mdb              memory display - 8bit
       mdh              memory display - 16bit
       md               memory display - 32bit
       powernvram       Access Power NVRAM.
       charge           Manage the charger chip.
       saveenv          save current environment to flash
       syscfg           flash SysCfg inspection
       chunk            chunk a file
       arm7_stop        stop the iPod touch (2nd generation)'s ARM7. Removed in 2.2.
       arm7_go          start the iPod touch (2nd generation)'s ARM7 with a downloaded image. Removed in 2.2.
       iic              iic read/write
       usb              run a USB command
       sha1             SHA-1 hash of memory
       crc              POSIX 1003.2 checksum of memory
       clearenv         clear all environment variables
       setenv           set an environment variable
       printenv         print one or all environment variables
       image            flash image inspection
       pki              PKI
       bdev             block device commands

command descriptions

(Recovery) iPhone$ usb
Usage:
       usb get <filename> [address] [amount]
       usb get tftp://servername.com/file.bin [address] [amount]
       usb put <filename> <amount> [address]
(Recovery) iPhone$ pki
not enough arguments.
pki verify <cert-chain-as-concatenated-der-blobs-data> <length>  <signature-blob-data> <length> <hash-blob-data> <length>
       verify-image <8900-1.0-image-data> <length>
(Recovery) iPhone$ bdev
not enough arguments
usage:
bdev list
bdev read <dev> <offset> <len> [<address>]
bdev write <dev> <offset> [<len>] [<address>]
bdev memcmp <dev> <offset> [<len>] [<address>]
bdev erase <dev> <offset> <len>
(Recovery) iPhone$ image
not enough arguments.
image list [<detailed>]
image load [<type>|memory] [<address>]
(Recovery) iPhone$ printenv
 config_board = 'n72ap'
 loadaddr = '0x9000000'
 boot-command = 'fsboot'
 idle-off = 'true'
 boot-device = 'nand0'
 boot-partition = '0'
 boot-path = '/System/Library/Caches/com.apple.kernelcaches/kernelcache.s5l8720x'
 display-color-space = 'RGB888'
 display-timing = 'n72'
P bootdelay = '0'
P platform-uuid = 
P backlight-level = '56'
P debug-uarts = '4'
P auto-boot = 'false'
 image-version = '0x3'
 framebuffer = '0xfb04000'
 secure-boot = '0x1'
 ? = '0xfffffff'
(Recovery) iPhone$ crc
not enough arguments.
crc <address> <len>
(Recovery) iPhone$ sha1
not enough arguments.
sha1 <address> <len>
(Recovery) iPhone$ iic
not enough arguments.
iic read <bus> <iicaddr> <len>
iic readreg <bus> <iicaddr> <reg> <len>
iic write <bus> <iicaddr> <data0> <data1> ...
(Recovery) iPhone$ chunk
Enter a sub-command

Commands:
       put_test
       get_test
(Recovery) iPhone$ syscfg
0x53724e6d 'SrNm'  0x30304539 0x48453134 0x00333032 0x00000000
0x46774964 'FwId'  0x01000000 0x00000000 0x000a2700 0x00000000
0x48775672 'HwVr'  0x00000000 0x00000000 0x00000000 0x00000000
0x48774964 'HwId'  0x00000000 0x00000000 0x00000000 0x00000000
0x53775672 'SwVr'  0x00000000 0x00000000 0x00000000 0x00000000
(Recovery) iPhone$ saveenv
0x4d4c424e 'MLBN'  0x00000000 0x00000000 0x00000000 0x00000000
0x4d6f6423 'Mod#'  0x3335424d 0x00000031 0x00000000 0x00000000
0x5265676e 'Regn'  0x412f4446 0x00000000 0x00000000 0x00000000
0x4d4c4223 'MLB#'  0x30394339 0x50393237 0x5a323437 0x00000041
(Recovery) iPhone$ devicetree
0x42617474 'Batt'  0x42617474 0x00000012 0x00001fd8 0xffffffff
0x53425672 'SBVr'  0x00000031 0x00000000 0x00000000 0x00000000
0x4d74436c 'MtCl'  0x4d74436c 0x00000100 0x00001ed8 0xffffffff
(Recovery) iPhone$ powernvram
usage:
       powernvram <command>
               list                  List NVRAM Properties.
               set <prop#> <value>   Set NVRAM Property.
(Recovery) iPhone$ powernvram list
0: [iBootState] 0x00
1: [iBootDebug] 0x00
2: [iBootStage] 0x00
3: [iBootErrorCount] 0x05
4: [iBootErrorStage] 0x30
(Recovery) iPhone$ md
0x09000000: e59f3014 e3a02a02  e1c320b0 e3e02000
0x09000010: e2833c9d e58326c0  eafffffe 2200f300
0x09000020: 00000000 00000000  00000000 00000000
0x09000030: 00000000 00000000  00000000 00000000
0x09000040: 00000000 00000000  00000000 00000000
0x09000050: 00000000 00000000  00000000 00000000
0x09000060: 00000000 00000000  00000000 00000000
0x09000070: 00000000 00000000  00000000 00000000
0x09000090: 00000000 00000000  00000000 00000000
0x090000a0: 00000000 00000000  00000000 00000000
0x090000b0: 00000000 00000000  00000000 00000000
0x090000c0: 00000000 00000000  00000000 00000000
0x090000d0: 00000000 00000000  00000000 00000000
0x090000e0: 00000000 00000000  00000000 00000000
0x090000f0: 00000000 00000000  00000000 00000000
(Recovery) iPhone$ mdh
0x09000100: 0000 0000 0000 0000  0000 0000 0000 0000
0x09000110: 0000 0000 0000 0000  0000 0000 0000 0000
0x09000120: 0000 0000 0000 0000  0000 0000 0000 0000
0x09000130: 0000 0000 0000 0000  0000 0000 0000 0000
0x09000140: 0000 0000 0000 0000  0000 0000 0000 0000
0x09000150: 0000 0000 0000 0000  0000 0000 0000 0000
0x09000160: 0000 0000 0000 0000  0000 0000 0000 0000
0x09000170: 0000 0000 0000 0000  0000 0000 0000 000
0x09000180: 0000 0000 0000 0000  0000 0000 0000 0000
0x09000190: 0000 0000 0000 0000  0000 0000 0000 0000
0x090001a0: 0000 0000 0000 0000  0000 0000 0000 0000
0x090001b0: 0000 0000 0000 0000  0000 0000 0000 0000
0x090001c0: 0000 0000 0000 0000  0000 0000 0000 0000
0x090001d0: 0000 0000 0000 0000  0000 0000 0000 0000
0x090001e0: 0000 0000 0000 0000  0000 0000 0000 0000
0x090001f0: 0000 0000 0000 0000  0000 0000 0000 0000
59f3014 (Recovery) iPhone$ mdd
(Recovery) iPhone$ mdb
0x09000200: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
0x09000210: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
0x09000220: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
0x09000230: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
0x09000240: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
0x09000250: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
0x09000260: 00 00 00 0 00 00 00 00  00 00 00 00 00 00 00 00
0x09000270: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
0x09000280: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
0x09000290: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
0x090002a0: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
0x090002b0: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
0x090002c0: 00 00 00 00 00 00 00 00  00 0000 00 00 00 00 00
0x090002d0: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
0x090002e0: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
0x090002f0: 00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00
(Recovery) iPhone$ mw
mw [<address>] 
(Recovery) iPhone$ mwh
mwh [<address>] 
(Recovery) iPhone$ mwb
mwb [<address>] 
(Recovery) iPhone$ mws
mws [<address>] 
(Recovery) iPhone$ bgcolor
wrong number of args.
bgcolor <red> <green> <blue>
(Recovery) iPhone$ setpicture
wrong number of args.
setpicture update? [<addr> [<size>]]
(Recovery) iPhone$ tsys
boot_flash: could not find image
(Recovery) iPhone$ diags
boot_flash: could not find image
(Recovery) iPhone$ run
run <variable>
(Recovery) iPhone$ script
running script at 0x9000000
finished running script (EOF at 0x900000c)
0??*?? ??

?SYNTAX ERROR
]      POSIX 1003.2 cpresent)
(Recovery) iPhone$ bootx
Attempting to validate kernelcache @ 0x09000000
(Recovery) iPhone$  usb_control_msg(iDev, 0x21, 2, 0, 0, 0, 0, 1000)
Kernelcache image not valid
error loading kernelcache