GTI9000Bootloader » History » Version 3
Denis 'GNUtoo' Carikli, 03/10/2020 04:22 PM
| 1 | 1 | Denis 'GNUtoo' Carikli | h1. GTI9000Bootloader |
|---|---|---|---|
| 2 | |||
| 3 | 2 | Denis 'GNUtoo' Carikli | h2. Boot log |
| 4 | |||
| 5 | <pre> |
||
| 6 | reading nps status file is successfully!. |
||
| 7 | nps status=0x504d4f43 |
||
| 8 | PMIC_IRQ1 = 0xc0 |
||
| 9 | PMIC_IRQ2 = 0x0 |
||
| 10 | PMIC_IRQ3 = 0x0 |
||
| 11 | PMIC_IRQ4 = 0x0 |
||
| 12 | PMIC_STATUS1 = 0x80 |
||
| 13 | PMIC_STATUS2 = 0x0 |
||
| 14 | get_debug_level current debug level is 0x574f4c44. |
||
| 15 | aries_process_platform: Debug Level Low |
||
| 16 | keypad_scan: key value ----------------->= 0x40 |
||
| 17 | CONFIG_ARIES_REV:48 , CONFIG_ARIES_REV03:48 |
||
| 18 | aries_process_platform: final s1 booting mode = 0 |
||
| 19 | DISPLAY_PATH_SEL[MDNIE 0x1]is on |
||
| 20 | MDNIE setting Init start!! |
||
| 21 | vsync interrupt is off |
||
| 22 | video interrupt is off |
||
| 23 | [fb0] turn on |
||
| 24 | MDNIE setting Init end!! |
||
| 25 | |||
| 26 | Autoboot (0 seconds) in progress, press any key to stop |
||
| 27 | get_debug_level current debug level is 0x574f4c44. |
||
| 28 | get_debug_level current debug level is 0x574f4c44. |
||
| 29 | boot_kernel: Debug Level Low |
||
| 30 | FOTA Check Bit |
||
| 31 | Read BML page=, NumPgs= |
||
| 32 | FOTA Check Bit (0xffffffff) |
||
| 33 | Load Partion idx = (6) |
||
| 34 | ..............................done |
||
| 35 | Kernel read success from kernel partition no.6, idx.6. |
||
| 36 | setting param.serialnr=0xxxxxxxxx 0xxxxxxxxx |
||
| 37 | setting param.board_rev=0x30 |
||
| 38 | setting param.cmdline=console=ttySAC2,115200 loglevel=4 |
||
| 39 | |||
| 40 | Starting kernel at 0x32000000... |
||
| 41 | </pre> |
||
| 42 | |||
| 43 | 1 | Denis 'GNUtoo' Carikli | h2. Available commands |
| 44 | |||
| 45 | <pre> |
||
| 46 | SBL> help |
||
| 47 | Following commands are supported: |
||
| 48 | * setenv |
||
| 49 | * saveenv |
||
| 50 | * printenv |
||
| 51 | * help |
||
| 52 | * reset |
||
| 53 | * boot |
||
| 54 | * kernel |
||
| 55 | * format |
||
| 56 | * open |
||
| 57 | * close |
||
| 58 | * erasepart |
||
| 59 | * eraseall |
||
| 60 | * loadkernel |
||
| 61 | * showpart |
||
| 62 | * addpart |
||
| 63 | * delpart |
||
| 64 | * savepart |
||
| 65 | * nkernel |
||
| 66 | * nramdisk |
||
| 67 | * nandread |
||
| 68 | * nandwrite |
||
| 69 | * usb |
||
| 70 | * mmctest |
||
| 71 | * keyread |
||
| 72 | * usb_read |
||
| 73 | * usb_write |
||
| 74 | * fuelgauge |
||
| 75 | * pmic_read |
||
| 76 | * pmic_write |
||
| 77 | To get commands help, Type "help <command>" |
||
| 78 | </pre> |
||
| 79 | 3 | Denis 'GNUtoo' Carikli | |
| 80 | h2. Environment |
||
| 81 | |||
| 82 | <pre> |
||
| 83 | SBL> printenv |
||
| 84 | PARAM Rev 1.3 |
||
| 85 | SERIAL_SPEED : 7 |
||
| 86 | LOAD_RAMDISK : 0 |
||
| 87 | BOOT_DELAY : 0 |
||
| 88 | LCD_LEVEL : 97 |
||
| 89 | SWITCH_SEL : 1 |
||
| 90 | PHONE_DEBUG_ON : 0 |
||
| 91 | LCD_DIM_LEVEL : 0 |
||
| 92 | LCD_DIM_TIME : 6 |
||
| 93 | MELODY_MODE : 1 |
||
| 94 | REBOOT_MODE : 3 |
||
| 95 | NATION_SEL : 0 |
||
| 96 | LANGUAGE_SEL : 0 |
||
| 97 | SET_DEFAULT_PARAM : 0 |
||
| 98 | PARAM_INT_13 : 0 |
||
| 99 | PARAM_INT_14 : 0 |
||
| 100 | VERSION : I9000XXIL |
||
| 101 | CMDLINE : console=ttySAC2,115200 loglevel=4 |
||
| 102 | DELTA_LOCATION : /mnt/rsv |
||
| 103 | PARAM_STR_3 : |
||
| 104 | PARAM_STR_4 : |
||
| 105 | </pre> |