I9250Bootloader » History » Version 5
Denis 'GNUtoo' Carikli, 01/29/2020 07:16 PM
| 1 | 1 | Denis 'GNUtoo' Carikli | h1. I9250Bootloader |
|---|---|---|---|
| 2 | |||
| 3 | <pre> |
||
| 4 | 2 | Denis 'GNUtoo' Carikli | ====== VCELL : 409625, SOC : 100, nType : 4 ====== |
| 5 | 1 | Denis 'GNUtoo' Carikli | [Charger] nScaledVCELL : 409625000, nDesriedSOC, : 98, nMaxSOC : 118, nMinSOC : 78 |
| 6 | * FB base addr = 0xbea70000! |
||
| 7 | * PANEL_S6E8AA0_ID_READ : 0x12, 0x8e, 0x9b. |
||
| 8 | [ omap_power_get_reset_source :47] PRM_RSTST : 0x2 |
||
| 9 | |||
| 10 | Autoboot (1 seconds) in progress, press any key to stop . |
||
| 11 | |||
| 12 | Autoboot aborted.. |
||
| 13 | SBL> |
||
| 14 | SBL> |
||
| 15 | SBL> |
||
| 16 | SBL> help |
||
| 17 | Following commands are supported: |
||
| 18 | * setenv |
||
| 19 | * saveenv |
||
| 20 | * printenv |
||
| 21 | * help |
||
| 22 | * reset |
||
| 23 | * boot |
||
| 24 | * kernel |
||
| 25 | * loadpart |
||
| 26 | * loadkernel |
||
| 27 | * erasepart |
||
| 28 | * omap_upload_rdx |
||
| 29 | * omap_test_button |
||
| 30 | * omap_test_hwinfo |
||
| 31 | * omap_set_gpio_level |
||
| 32 | * omap_get_gpio_level |
||
| 33 | * omap_test_twl6030 |
||
| 34 | * omap_test_power |
||
| 35 | * omap_reboot |
||
| 36 | * omap_halt |
||
| 37 | * omap_cmdline_power |
||
| 38 | * omap_test_kbd |
||
| 39 | * omap_test_usbacc |
||
| 40 | * usb |
||
| 41 | * omap_test_max17043 |
||
| 42 | * omap_test_fsa9480 |
||
| 43 | * omap_dump_sec_log_buf |
||
| 44 | * omap_test_sud |
||
| 45 | To get commands help, Type "help <command>" |
||
| 46 | SBL> |
||
| 47 | |||
| 48 | 2 | Denis 'GNUtoo' Carikli | </pre> |
| 49 | |||
| 50 | <pre> |
||
| 51 | SBL> help setenv |
||
| 52 | * Help : setenv |
||
| 53 | * Usage : setenv [name] [value] . . |
||
| 54 | Modify current environment info on ram |
||
| 55 | |||
| 56 | SBL> help saveenv |
||
| 57 | * Help : saveenv |
||
| 58 | * Usage : saveenv |
||
| 59 | Save cuurent environment info to flash |
||
| 60 | |||
| 61 | SBL> help printenv |
||
| 62 | * Help : printenv |
||
| 63 | * Usage : printenv |
||
| 64 | Print current environment info on ram |
||
| 65 | |||
| 66 | SBL> help help |
||
| 67 | * Help : help |
||
| 68 | * Usage : help [command] |
||
| 69 | SBL> help reset |
||
| 70 | * Help : reset |
||
| 71 | * Usage : reboot |
||
| 72 | Reboot system |
||
| 73 | |||
| 74 | SBL> help boot |
||
| 75 | * Help : boot |
||
| 76 | * Usage : boot [kernel options] |
||
| 77 | Boot Linux with optional kernel options |
||
| 78 | |||
| 79 | SBL> help kernel |
||
| 80 | * Help : kernel |
||
| 81 | * Usage : kernel hex_adr |
||
| 82 | Change the Linux kernel base |
||
| 83 | |||
| 84 | SBL> help loadpart |
||
| 85 | * Help : loadpart |
||
| 86 | * Usage : load partition from storage device. |
||
| 87 | SBL> help loadkernel |
||
| 88 | * Help : loadkernel |
||
| 89 | * Usage : load kernel from storage device. |
||
| 90 | SBL> help erasepart |
||
| 91 | * Help : erasepart |
||
| 92 | * Usage : erase partition. |
||
| 93 | SBL> help omap_upload_rdx |
||
| 94 | * Help : omap_upload_rdx |
||
| 95 | * Usage : [OMAP] upload RDX |
||
| 96 | omap_upload_rdx |
||
| 97 | SBL> help omap_test_button |
||
| 98 | * Help : omap_test_button |
||
| 99 | * Usage : [OMAP] test OMAP buttons |
||
| 100 | omap_test_button |
||
| 101 | SBL> help omap_test_hwinfo |
||
| 102 | * Help : omap_test_hwinfo |
||
| 103 | * Usage : [OMAP] test OMAP HW Information |
||
| 104 | omap_test_hwinfo |
||
| 105 | SBL> help omap_set_gpio_level |
||
| 106 | * Help : omap_set_gpio_level |
||
| 107 | * Usage : [OMAP] set GPIO level |
||
| 108 | omap_set_gpio_level {GPIO} {VALUE} |
||
| 109 | SBL> help omap_get_gpio_level |
||
| 110 | * Help : omap_get_gpio_level |
||
| 111 | * Usage : [OMAP] get GPIO level |
||
| 112 | omap_get_gpio_level {GPIO} |
||
| 113 | SBL> help omap_test_twl6030 |
||
| 114 | * Help : omap_test_twl6030 |
||
| 115 | * Usage : [OMAP] test twl6030 device |
||
| 116 | omap_test_twl6030 |
||
| 117 | SBL> help omap_test_power |
||
| 118 | * Help : omap_test_power |
||
| 119 | * Usage : [OMAP] test power function |
||
| 120 | omap_test_power |
||
| 121 | SBL> help omap_reboot |
||
| 122 | * Help : omap_reboot |
||
| 123 | * Usage : [OMAP] system reboot command |
||
| 124 | omap_reboot |
||
| 125 | SBL> help omap_halt |
||
| 126 | * Help : omap_halt |
||
| 127 | * Usage : [OMAP] system halt command |
||
| 128 | omap_halt |
||
| 129 | SBL> help omap_cmdline_power |
||
| 130 | * Help : omap_cmdline_power |
||
| 131 | * Usage : [OMAP] check kernel-cmdline by power |
||
| 132 | omap_cmdline_power |
||
| 133 | SBL> help omap_test_kbd |
||
| 134 | * Help : omap_test_kbd |
||
| 135 | * Usage : [OMAP] test power function |
||
| 136 | omap_test_kbd |
||
| 137 | SBL> help omap_test_usbacc |
||
| 138 | * Help : omap_test_usbacc |
||
| 139 | * Usage : [OMAP] test OMAP usb-accessary |
||
| 140 | omap_test_usbacc |
||
| 141 | SBL> help usb |
||
| 142 | * Help : usb |
||
| 143 | * Usage : usb download command |
||
| 144 | SBL> help omap_test_max17043 |
||
| 145 | * Help : omap_test_max17043 |
||
| 146 | * Usage : [OMAP] test max17043 device |
||
| 147 | omap_test_max17043 |
||
| 148 | SBL> help omap_test_fsa9480 |
||
| 149 | * Help : omap_test_fsa9480 |
||
| 150 | * Usage : [OMAP] test fsa9480 device |
||
| 151 | omap_test_fsa9480 |
||
| 152 | SBL> help omap_dump_sec_log_buf |
||
| 153 | * Help : omap_dump_sec_log_buf |
||
| 154 | * Usage : [OMAP] dump sec-log-buf |
||
| 155 | omap_dump_sec_log_buf |
||
| 156 | SBL> help omap_test_sud |
||
| 157 | * Help : omap_test_sud |
||
| 158 | * Usage : [OMAP] test SUD image |
||
| 159 | omap_test_sud {NUMBER} |
||
| 160 | SBL> |
||
| 161 | 1 | Denis 'GNUtoo' Carikli | </pre> |
| 162 | 3 | Denis 'GNUtoo' Carikli | |
| 163 | <pre> |
||
| 164 | SBL> printenv |
||
| 165 | PARAM Rev 1.6 |
||
| 166 | SERIAL_SPEED : 7 |
||
| 167 | LOAD_RAMDISK : 0 |
||
| 168 | BOOT_DELAY : 1 |
||
| 169 | LCD_LEVEL : 6 |
||
| 170 | SWITCH_SEL : 3 |
||
| 171 | PHONE_DEBUG_ON : 0 |
||
| 172 | LCD_DIM_LEVEL : 0 |
||
| 173 | LCD_DIM_TIME : 6 |
||
| 174 | MELODY_MODE : 1 |
||
| 175 | REBOOT_MODE : 0 |
||
| 176 | NATION_SEL : 0 |
||
| 177 | LANGUAGE_SEL : 0 |
||
| 178 | SET_DEFAULT_PARAM : 0 |
||
| 179 | OFF_MODE_CHARGE : 1 |
||
| 180 | FLASH_LOCK_STATUS : 0 |
||
| 181 | VERSION : |
||
| 182 | CMDLINE : |
||
| 183 | DELTA_LOCATION : /mnt/rsv |
||
| 184 | WIFI_MAC_LINE : |
||
| 185 | PARAM_STR_4 : DCM |
||
| 186 | </pre> |
||
| 187 | 4 | Denis 'GNUtoo' Carikli | |
| 188 | <pre> |
||
| 189 | SBL> setenv CMDLINE loglevel=8 |
||
| 190 | argv[0] : setenv |
||
| 191 | argv[1] : CMDLINE |
||
| 192 | argv[2] : loglevel=8 |
||
| 193 | value : -3921274426 |
||
| 194 | SBL> printenv |
||
| 195 | PARAM Rev 1.6 |
||
| 196 | SERIAL_SPEED : 7 |
||
| 197 | LOAD_RAMDISK : 0 |
||
| 198 | BOOT_DELAY : 1 |
||
| 199 | LCD_LEVEL : 6 |
||
| 200 | SWITCH_SEL : 3 |
||
| 201 | PHONE_DEBUG_ON : 0 |
||
| 202 | LCD_DIM_LEVEL : 0 |
||
| 203 | LCD_DIM_TIME : 6 |
||
| 204 | MELODY_MODE : 1 |
||
| 205 | REBOOT_MODE : 0 |
||
| 206 | NATION_SEL : 0 |
||
| 207 | LANGUAGE_SEL : 0 |
||
| 208 | SET_DEFAULT_PARAM : 0 |
||
| 209 | OFF_MODE_CHARGE : 1 |
||
| 210 | FLASH_LOCK_STATUS : 0 |
||
| 211 | VERSION : |
||
| 212 | CMDLINE : loglevel=8 |
||
| 213 | DELTA_LOCATION : /mnt/rsv |
||
| 214 | WIFI_MAC_LINE : |
||
| 215 | PARAM_STR_4 : DCM |
||
| 216 | </pre> |
||
| 217 | 5 | Denis 'GNUtoo' Carikli | |
| 218 | <pre> |
||
| 219 | SBL> omap_test_hwinfo |
||
| 220 | ----------------------------------------------------------- |
||
| 221 | OMAP-Samsung HW Information |
||
| 222 | |||
| 223 | Board Name : tuna REV 9 |
||
| 224 | Board Rev : HSPA - 9 |
||
| 225 | Boot Type : USB MMC1 |
||
| 226 | Device Type : HS |
||
| 227 | Build Date : Jan 24 2012 18:27:20 |
||
| 228 | ----------------------------------------------------------- |
||
| 229 | </pre> |