Project

General

Profile

GTI9000Bootloader » History » Revision 2

Revision 1 (Denis 'GNUtoo' Carikli, 03/10/2020 04:15 PM) → Revision 2/6 (Denis 'GNUtoo' Carikli, 03/10/2020 04:18 PM)

h1. GTI9000Bootloader 

 h2. Boot log 

 <pre> 
 reading nps status file is successfully!. 
 nps status=0x504d4f43 
 PMIC_IRQ1      = 0xc0  
 PMIC_IRQ2      = 0x0  
 PMIC_IRQ3      = 0x0  
 PMIC_IRQ4      = 0x0  
 PMIC_STATUS1 = 0x80  
 PMIC_STATUS2 = 0x0  
 get_debug_level current debug level is 0x574f4c44. 
 aries_process_platform: Debug Level Low 
 keypad_scan: key value ----------------->= 0x40 
 CONFIG_ARIES_REV:48 , CONFIG_ARIES_REV03:48  
 aries_process_platform: final s1 booting mode = 0 
 DISPLAY_PATH_SEL[MDNIE 0x1]is on 
 MDNIE setting Init start!! 
 vsync interrupt is off 
 video interrupt is off 
 [fb0] turn on 
 MDNIE setting Init end!! 

 Autoboot (0 seconds) in progress, press any key to stop  
 get_debug_level current debug level is 0x574f4c44. 
 get_debug_level current debug level is 0x574f4c44. 
 boot_kernel: Debug Level Low 
 FOTA Check Bit  
  Read BML page=, NumPgs= 
 FOTA Check Bit (0xffffffff) 
 Load Partion idx = (6) 
 ..............................done 
 Kernel read success from kernel partition no.6, idx.6. 
 setting param.serialnr=0xxxxxxxxx 0xxxxxxxxx 
 setting param.board_rev=0x30 
 setting param.cmdline=console=ttySAC2,115200 loglevel=4 

 Starting kernel at 0x32000000... 
 </pre> 

 h2. Available commands 

 <pre> 
 SBL> help   
 Following commands are supported: 
 * setenv 
 * saveenv 
 * printenv 
 * help 
 * reset 
 * boot 
 * kernel 
 * format 
 * open 
 * close 
 * erasepart 
 * eraseall 
 * loadkernel 
 * showpart 
 * addpart 
 * delpart 
 * savepart 
 * nkernel 
 * nramdisk 
 * nandread 
 * nandwrite 
 * usb 
 * mmctest 
 * keyread 
 * usb_read 
 * usb_write 
 * fuelgauge 
 * pmic_read 
 * pmic_write 
 To get commands help, Type "help <command>" 
 </pre>