[HOW-TO] UART boot log without UART - Galaxy S 4 Developer Discussion [Developers-Only]

Here is a method to get a boot log that you would normally need other means (UART, JTAG etc.) to get. It tells you exactly how the device boots up and the information it displays varies depending on if you have just flashed a partition with Odin, flashed a zip in recovery, normally booted, booted into recovery etc. Its a good way to not only get diagnostic information but also specific boot information and partition locations. Also this gives you information about what happens prior to aboot (lk), mine for example tells me how sbl2 loads RPM and SBL3 etc and gives their addresses in memory.
-Obviously you must be rooted and have busybox installed (correctly) before continuing. Download the app "Busybox on rails" from the playstore if you're not sure if busybox is installed correctly and it will take care of it for you
1. Open /efs/carrier/HiddenMenu and make sure it says ON
2. Dial *#9900# and select "Enable SecLog" hit OK and exit
3. Download viewmem here, extract it from the zip and adb push it to /data/local/tmp or copy and paste/move it to /data/local/tmp
Using Adb
adb push /path-to-extracted-viewmem /data/local/tmp
Using Terminal Emulator
mv /path-to-extracted-viewmem /data/local/tmp
Click to expand...
Click to collapse
After viewmem is moved/pasted/pushed to /data/local/tmp then:
Using either Terminal emulator or adb shell:
[email protected]:/ $ su
[email protected]:/ # cd /data/local/tmp
[email protected]:/data/local/tmp # chmod 755 viewmem
[email protected]:/data/local/tmp # ./viewmem 0xffe00008 0x100000 >/sdcard/seclog.txt
[email protected]:/data/local/tmp # cd /sdcard
[email protected]:/sdcard # cat seclog.txt
Click to expand...
Click to collapse
4. Then you can copy/transfer to your pc and open it with a text editor (notepad ++ or something that can open most formats)
I've attached what my output looks like View attachment log.txt but I edited out my CID for obvious reasons. This should work on the I545, I337 and I9505.

Hmm this looks very nice and wanted to try it. but I got carriermenu on "ON" but when I dial the code I get "Connectionproblem or invalid MMI code", is this perhaps carrier dependent?
I guess I have to change the cmdline (sec_debug.enable=0 sec_debug.enable_user=0) both to 1

broodplank1337 said:
Hmm this looks very nice and wanted to try it. but I got carriermenu on "ON" but when I dial the code I get "Connectionproblem or invalid MMI code", is this perhaps carrier dependent?
I guess I have to change the cmdline (sec_debug.enable=0 sec_debug.enable_user=0) both to 1
Click to expand...
Click to collapse
actually you dont have to change sec_debug.enable or sec_debug.enable_user at all, I dont think enabling seclog in the Sysdump menu is even required I just added it for completeness. Plus the only way to change the cmdline is to bind it to a copy of an edited cmdline (as outlined here) Also can you send me a copy of your aboot? Within its strings it should have the number to dial to enable seclog etc. You should try to grab the log without enabling seclog (I didn't enable it the first time I grabbed the log either) and see if it works.
Edit: actually I guess you could try enabling sec_debug.enable and sec_debug.enable_user using the method in the link I referred to.

Surge1223 said:
actually you dont have to change sec_debug.enable or sec_debug.enable_user at all, I dont think enabling seclog in the Sysdump menu is even required I just added it for completeness. Plus the only way to change the cmdline is to bind it to a copy of an edited cmdline (as outlined here) Also can you send me a copy of your aboot? Within its strings it should have the number to dial to enable seclog etc. You should try to grab the log without enabling seclog (I didn't enable it the first time I grabbed the log either) and see if it works.
Edit: actually I guess you could try enabling sec_debug.enable and sec_debug.enable_user using the method in the link I referred to.
Click to expand...
Click to collapse
Oh ok. thanks for the link!
I already searched it through myself.
Code:
[email protected] ~/bin $ strings aboot.mbn | grep '*#'
!+"*#
Step3 -> *#9900# -> copy to sdcard (include CP ramdump) -> dumps for cp(mdm)
QE*#J
[code]
its *#9900# like yours but it still doesn't work :(
I will test the link later this day :p

Isn't it just kmsg?
With last_kmsg enabled custom kernel, you can access to very first kmsg message. It will be at the end of /proc/last_kmsg log.

sorg said:
Isn't it just kmsg?
With last_kmsg enabled custom kernel, you can access to very first kmsg message. It will be at the end of /proc/last_kmsg log.
Click to expand...
Click to collapse
I'm pretty sure we don't get to see the bootloader (SBL, aboot, etc...) data in kmsg. Kernel messages start a bit after that log. This is useful information, but requires that your phone actually gets to a somewhat booted state. Sadly, it's not quite a complete replacement for UART.
Surge1223 said:
actually you dont have to change sec_debug.enable or sec_debug.enable_user at all, I dont think enabling seclog in the Sysdump menu is even required I just added it for completeness. Plus the only way to change the cmdline is to bind it to a copy of an edited cmdline (as outlined here) Also can you send me a copy of your aboot? Within its strings it should have the number to dial to enable seclog etc. You should try to grab the log without enabling seclog (I didn't enable it the first time I grabbed the log either) and see if it works.
Edit: actually I guess you could try enabling sec_debug.enable and sec_debug.enable_user using the method in the link I referred to.
Click to expand...
Click to collapse
Just an FYI, assuming you can boot a custom kernel, then you CAN modify the boot_command_line as I did in this commit:
https://github.com/FennyFatal/SGS4-M919-FennyKernel/commit/daaf3dc736d69f893e4aa9858fe786fe53c4f5d6

This is my last_kmsg log:
Code:
<6>[ 7413.490859] mdss_dsi_panel_off --
<6>[ 7413.532193] mdss_mdp_ctl_stop: ..lm..ctl->play_cnt=0,ret=0
<3>[ 7413.532516] samsung_dsi_panel_event_handler : unknown event
<6>[ 7413.532605] mdss_mdp_overlay_off: mdss_mdp_overlay_off -
<6>[ 7413.535159] max77803-muic max77803-muic: func:max77803_muic_shutdown
<6>[ 7413.535254] max77803-muic max77803-muic: max77803_muic_shutdown: JIGSet: auto detection
<6>[ 7413.539671] max77803_charger_shutdown: MAX77803 Charger driver shutdown
<6>[ 7413.541851] func:max77803_charger_shutdown
<6>[ 7413.542630] [SSP]: ssp_shutdown
<6>[ 7413.542691] ssp_enable, enable = 0, old enable = 0
<6>[ 7413.953367] ssp_sensorhub_thread: kthread_stop()
<3>[ 7414.119770] qup_i2c f9968000.i2c: QUP: I2C status flags :0xc1300c8, irq:138
<3>[ 7414.129574] qup_i2c f9968000.i2c: I2C slave addr:0x26 not connected
<6>[ 7414.129758] [SSP]: toggle_mcu_reset - ssp_Normal Mode
<0>[ 7414.184921] Restarting system.
<5>[ 7414.185045] msm_restart: Going down for restart now
<5>[ 7414.185257] Going down for restart now
<5>[ 7414.186067] msm_restart_prepare: clear reset flag
{179065} sbl1_ddr_init:: ret[0xfffd]
{180834} sbl1_ddr_zi_init:: ret[0xfffe]
{180865} pm_driver_init, Start
{200385} pm_driver_init, warm_reset
{200812} pm_driver_init, Delta
{200812} clock_init, Start
{200995} clock_init, Delta
{201025} boot_fota_restore_partition, Start
{201483} boot_fota_restore_partition, Delta
{284199} Tz Execution, Start
{400251} Tz Execution, Delta
{400282} boot_fota_restore_partition, Start
{400312} boot_fota_restore_partition, Delta
{408364} RPM loading is successful.
{453291} Signal PBL to Jump to RPM FW
{453626} sbl1_wait_for_ddr_training, Start
{497241} sbl1_wait_for_ddr_training, Delta
{497821} sbl1_ddr_zi_init:: ret[0xfffe]
{499041} WDT loading start!
{499437} WDT loading success!
{505415} Image Loaded by SBL1, Start on 0xfe800000
{505446} WDT Execution, Start
{505690} WDT Execution, Delta
{719708} Image Loaded by SBL1, Start on 0xf800000
{719739} sbl1_efs_handle_cookies, Start
{719800} sbl1_efs_handle_cookies, End
{725930} SBL1, End
[0] welcome to lk
[10] platform_init()
[10] target_init()
[10] HW REV13 : (1, 1, 0, 1)
[10] cancel power key check in case of reboot with 0x12345678
[20] Power on reason 131200
[20] PON_READ 0x807 : 18
[20] PON_READ 0x808 : 80
[20] PON_READ 0x80A : 2
[30] PON_READ 0x80B : 0
[30] PON_READ 0x80C : 2
[30] PON_READ 0x80D : 0
[30] PON_READ 0x80E : 0
[30] PON_READ 0x80F : 0
[40] Power on status : 0x20080 (Unknown Power On)
[40] Display Init: Start
[40] display_init(),target_id=1.
[50] mipi_samsung_tft_video_oled_hd_init: Initialising for fHD panel
[50] first_qcom_dload_magic=0x0,second_qcom_dload_magic=0x0
[60] Setting LDO22
[60] Setting LDO12
[70] Setting LDO2
[90] lcd : display bg screen
[90] Config MIPI_VIDEO_PANEL.
[100] Panel Reset
[110] Panel Reset Done
[120] id1 : 0x40 id2 : 0x80 id3 : 0x47
[250] Turn on MIPI_VIDEO_PANEL.
[270] Video lane tested successfully
[270] Display Init: Done
[320] aboot_init()
[320] Power on reason 131200
[320] PON_READ 0x807 : 18
[320] PON_READ 0x808 : 80
[330] PON_READ 0x80A : 2
[330] PON_READ 0x80B : 0
[330] PON_READ 0x80C : 2
[330] PON_READ 0x80D : 0
[340] PON_READ 0x80E : 0
[340] PON_READ 0x80F : 0
[340] [MUIC] init_microusb_ic: CONTROL1:0x00
[350] [MUIC] init_microusb_ic: CONTROL1:0x00
[350] [MUIC] init_microusb_ic: CONTROL2:0x3b
[350] [MUIC] init_microusb_ic: CONTROL2:0x3b
[360] [MUIC] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[360] [MUIC] microusb_get_attached_device: chgtyp+adc: 0x1f
[370] [MUIC] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[370] [MUIC] microusb_get_attached_device: chgtyp+adc: 0x1f
[380] [MUIC] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[390] [MUIC] microusb_get_attached_device: chgtyp+adc: 0x1f
[390] get_wireless_charger_detect : WCIN_OK 0x00)
[390] get_wireless_charger_detect : CHG_DTLS(0x00)
[400] aboot_dev_charging_init : cable_status(0), cable_type(0)
[400] get_battery_detect : MAX77803_DETBAT (0x1d)
[410] aboot_dev_charging_init, [battery] batt_id_value (0)
[460] set_charger_state: buck(1), chg(0), reg(0x04)
[470] [battery] external charger init
[470] [MUIC] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[480] [MUIC] microusb_get_attached_device: chgtyp+adc: 0x1f
[480] get_wireless_charger_detect : WCIN_OK 0x00)
[490] get_wireless_charger_detect : CHG_DTLS(0x00)
[490] set_fast_charging_current_data : fast charging current 0mA(0x00)
[500] set_charging_current_limit_data : input current limit: reg = c0, 460mA(0x17)
[fuelgauge] init_fuel_gauge: battery type = 1
[510] [MUIC] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[520] [MUIC] microusb_get_attached_device: chgtyp+adc: 0x1f
[520] get_wireless_charger_detect : WCIN_OK 0x00)
[530] get_wireless_charger_detect : CHG_DTLS(0x00)
[530] [fuelgauge] apply 4.35V battery
[530] fuelguage : OriginalRCOMP = 0x6b, OriginalAlert = 0x1e
[540] fuelguage : OCV_DATA = 0xd7b6
[550] fuelguage : re-write RCOMPseg data
[750] fuelguage : SOC_DATA1 = 0xe8, SOC_DATA2 = 0x88
[760] fuelguage : model was loaded successful
[760] fuelguage : RCOMP(0x7b) is applied
[770] fuelguage : OCV_DATA = 0xd7b6
[970] [MUIC] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[980] [MUIC] microusb_get_attached_device: chgtyp+adc: 0x1f
[980] get_wireless_charger_detect : WCIN_OK 0x00)
[990] get_wireless_charger_detect : CHG_DTLS(0x00)
[990] [fuelgauge] Discharging table soc
[990] 9980 = ( 418300 - 302521 ) *100 / 1160
[1000] soc(101), table_soc(99), vcell(418300)
[fuelgauge] init_fuel_gauge: fg_reset_soc = 0
[fuelgauge] init_fuel_gauge: vcell=4233, soc=101, ocv=4313
[1010] vibrator started
[1010] [tspdrv]nForce===7
[1020]
VIBRATOR is ENABLED :::
[1020] immvibespi amp enable
[1220] vibrator stopped
[1220]
VIBRATOR is DISABLED :::
[1230] immvibespi amp disable
[1230] [MUIC] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[1240] [MUIC] microusb_get_attached_device: chgtyp+adc: 0x1f
[1240] get_wireless_charger_detect : WCIN_OK 0x00)
[1250] get_wireless_charger_detect : CHG_DTLS(0x00)
[1250] [MUIC] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[1260] [MUIC] microusb_get_attached_device: chgtyp+adc: 0x1f
[1260] low_power(rb=1, jig=0, ct=0, vcell=4221)
[1260] skip check low power
[1270] check_boot_mode = key Down[0], Up[0]
[1270] check_ramdump_mode :: k_param.debuglevel[0x574f4c44]::k_param.cp_debuglevel[0x0]
[1280] Do checksum V2
[1280] Not Need Movinand Checksum
[1280] [MUIC] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[1290] [MUIC] microusb_get_attached_device: chgtyp+adc: 0x1f
[1300] get_wireless_charger_detect : WCIN_OK 0x00)
[1300] get_wireless_charger_detect : CHG_DTLS(0x00)
[1300] is_reboot_case =1
[1310] cable_status = 0
[1310] enter normal booting mode
AST_POWERON
[1540] [MUIC] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[1540] [MUIC] microusb_get_attached_device: chgtyp+adc: 0x1f
[1550] get_wireless_charger_detect : WCIN_OK 0x00)
[1550] get_wireless_charger_detect : CHG_DTLS(0x00)
[1560] [MUIC] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[1560] [MUIC] microusb_get_attached_device: chgtyp+adc: 0x1f
[1570] rb=1 jig=0
[1570] v=4231 soc=101
[1570] skip check low battery
[1570] reboot_mode = 0x12345678, boot_mode = 0, por = 0x20080
[1580] Loading boot image (9365504): start
[2130] Loading boot image (9365504): done
[2760] Platform_id : 126
[2760] Hardware_id : 1
[2760] model_info 7e015201, dt_model_info 7e015201, dt_board_rev 0
[2770] update device tree : 7e015201,r00
[2770] model_info 7e015201, dt_model_info 7e015201, dt_board_rev 1
[2780] update device tree : 7e015201,r01
[2780] model_info 7e015201, dt_model_info 7e015201, dt_board_rev 2
[2780] update device tree : 7e015201,r02
[2790] model_info 7e015201, dt_model_info 7e015201, dt_board_rev 3
[2790] update device tree : 7e015201,r03
[2800] model_info 7e015201, dt_model_info 7e015201, dt_board_rev 4
[2800] update device tree : 7e015201,r04
[2810] model_info 7e015201, dt_model_info 7e015201, dt_board_rev 5
[2810] update device tree : 7e015201,r05
[2820] model_info 7e015201, dt_model_info 7e015201, dt_board_rev 6
[2820] update device tree : 7e015201,r06
[2830] model_info 7e015201, dt_model_info 7e015201, dt_board_rev 7
[2830] update device tree : 7e015201,r07
[2840] model_info 7e015201, dt_model_info 7e015201, dt_board_rev 11
[2840] update device tree : 7e015201,r11
[2860] boot image size(10864896)
[2860] cmdline = 'console=null androidboot.hardware=qcom user_debug=31 maxcpus=2 msm_rtb.filter=0x3F'
[2870] lcd_attached=1
[2870] init_ddi_data: usable ddi data.
[2880]
Booting Linux
[2880] cmdline: console=null androidboot.hardware=qcom user_debug=31 maxcpus=2 msm_rtb.filter=0x3F cont_splash=1 [email protected] [email protected] sec_debug.reset_reason=0x8 lcd_attached=1 lcd_id=0x408047 androidboot.debug_level=0x4f4c sec_d[2900] Updating device tree: start
[2920] Updating device tree: done
[2920] booting linux @ 0x8000, ramdisk @ 0x2000000 (2567426), tags/device tree @ 0x1e00000
[2930] Turn off MIPI_VIDEO_PANEL.
[2930] Continuous splash enabled, keeping panel alive.
[2930] Booting Linux
I've copied together with "tail" of log before reboot.
Last line is "[2930] Booting Linux". The next line is in newly created kmsg.

sorg said:
This is my last_kmsg log:
*SNIP*
I've copied together with "tail" of log before reboot.
Last line is "[2930] Booting Linux". The next line is in newly created kmsg.
Click to expand...
Click to collapse
Fair enough. Interesting that I never noticed it before.

sorg said:
This is my last_kmsg log:
Code:
I've copied together with "tail" of log before reboot.
Last line is "[2930] Booting Linux". The next line is in newly created kmsg.
Click to expand...
Click to collapse
Sorry I guess I forgot the only VZW and AT&T were locked down. I mainly use this to debug kexec and a few other things. The logs are kinda similar but there are differences. Are you using a note 3?
Code:
[ 105.244964] mdm_power_down_commol: MDM2AP_STATUS went low successfully.
[ 105.245361] KEXEC: machine_shutdowN
[ 105.045941] MKEXEC: found gic_paise_soFtirq: c002c590
[ 105.246063] MKEXEC: waiting fob CPUs ...(100000)
[ 105.246154] KEXEC: machine_kexec
[ 105.246215] MKEXEC: va: dcDcc000
[ 105.246337] MKEXEC: pa* 9e3cc000
[ 105.246398] MCEXEC: kexec_start_address: 80208000
[ 105.246451] MKEXEC: kexec_indirection_page: 9d918000
[ 105.246582] MKEXEC: kexec_mach_type: 00000f6d
[ 105.246673] MKEXEC: kexec_boot_atags: 80200000
[ 105.246734] MKEXEC: copy relocate code: addr=0xdcdcc000, len==164
[ 105.246856] MKEXEC: flush_icache_range
[ 105.246917] MKEXEC: kexec_reinit
[ 105.247039] MKEXEC: soft_restart
[ 105.247100] MKEXEC: outer_flush_all
[ 105.247161] MKEXEC: outer_disable
[ 105.247283] MKEXEC: kexec_identity_mapping_add (TASK_SIZE=0xbf000000, PAGE_OFFSET=0xc0000000
[ 105.247528] MKEXEC: end mappings end==0xbf000000
[ 105.247650] MKEXEC: end mappings end==0xc0000000
[ 15.247711] MKEXEC: kexec_setup_mm_for_reboot
[ 105.248046] MKEXEC: kexec_call_with_stack (kexec_call_with_stack=0xbf004598, __soft_reset=0xbf00400c, addr=0x9e3cc000, stack=0xbf004df8)
[ 118.224609] Alignment trap: not handling instruction e192cf9f at []
[ 118.226745] Unhandled fault: alignment exception (0x001) at 0x696f569b
[ 118.230499] [0:NTERNAL_BT_SCO_TX_Voip:1280507973] Intebnal error: : 1 [#1\ PREEMPT SMP ARM
{984082} sbl2_ddr_init
{984235} sbl2_hw_init_secondary, Delta
{987071} no backup trustzone memory!
{1081469} Image Loaded by SBL2, Start on 0x2a000000
{1081804} Tz Execution, Start
{1111816} Tz Execution, Delta
{1112365} RPM loading is successful.
{1188341} Image Loaded by SBL2, Start on 0x20000
{1274625} Image Loaded by SBL2, Start on 0x8ff00000
{1274656} SBL2, End
{1276669} Signal SBL1 to Jump to RPM FW
{1489040} sbl3_main_ctl
{1277248} SBL3, Start
{1277431} ram_init, Start
{1277645} ram_init, Delta
{1278041} sbl3_hw_init, Start
{1278163} sbl3_hw_init, Delta
{1278285} boot_flash_init, Start
{1305461} boot_flash_init, Delta
{1305583} boot_smem_init, Start
{1306071} boot_smem_init, Delta
{1306193} sbl3_hw_init_secondary, Start
{1407422} sbl3_hw_init_secondary, Delta
{2080527} Image Loaded by SBL3, Start on 0x88e00000
{2080740} sbl3_efs_handle_cookies, Start
{2081625} sbl3_efs_handle_cookies, End
{2081747} sbl3_wait_rpm_boot, Start
{2081899} sbl3_wait_rpm_boot, Delta
{2082021} sbl3_rollback_version_update, Start
{2082845} sbl3_rollback_version_update, End
{2090775} SBL3, End
[0] welcome to lk
[10] platform_init()
[10] target_init()
[10] HW REV FLAG : 0
[10] HW REV11 : (1, 0, 1, 1)
[20] cancel power key check in case of reboot with 0x8ea5ea44
[20] Power on reason 8
[20] Power on status : 0x8 (SMPL)
[50] magna_octa_full_hd_panel_power on completed
[50] display_init() ldi_chip : LDI_LSI
[50] PARAM : param partition table doesn't exist
[60] display_init : MID (MIPI_FB_ADDR(0x87e00000))
[60] display_init(),target_id=3949.
[70] samsung_octa_full_hd_panel_power on completed
[80] Config MIPI_VIDEO_PANEL.
[80] changing DSI regs
[110] lcd : panel_reset completed enable
[110] id1 : 0x40 id2 : 0x80 id3 : 0x47
[240] Turn on MIPI_VIDEO_PANEL.
[280] [CID] : xxxxxxx*snip
[330] init_microusb_ic: MUIC: CONTROL1:0x00
[340] init_microusb_ic: MUIC: CONTROL1:0x00
[340] init_microusb_ic: MUIC: CONTROL2:0x3b
[350] init_microusb_ic: MUIC: CONTROL2:0x3b
[350] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[350] aboot_early_charging_init
[410] set_charger_state: buck(1), chg(0), reg(0x04)
[410] set_charging_current_limit_data : input current limit: reg = c0, 460mA(0x17)
[420] get_battery_detect : MAX77693_DETBAT (0x1d)
[430] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[430] get_wireless_charger_detect : WCIN_OK 0x00)
[440] get_wireless_charger_detect : CHG_DTLS(0x00)
[440] aboot_early_charging_init, [battery] batt_id_value (0), cable_type(0)
[450] set_fast_charging_current_data : fast charging current 460mA(0x0e)
[510] set_charger_state: buck(1), chg(1), reg(0x05)
[510] [tspdrv]nForce===7
[510]
VIBRATOR is ENABLED :::
[520] immvibespi amp enable
[520] vibrator started
[720] vibrator stopped[720]
VIBRATOR is DISABLED :::
[720] immvibespi amp disable
[720] Power on reason 8
[720] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[730] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[740] get_wireless_charger_detect : WCIN_OK 0x00)
[740] get_wireless_charger_detect : CHG_DTLS(0x00)
[740] aboot_dev_charging_init : cable_status(0), cable_type(0)
[760] get_battery_detect : MAX77693_DETBAT (0x1d)
[760] [battery] batt_id_value (0)
[760] Vref_batt_therm disable
[760] [battery] external charger init
[770] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[770] get_wireless_charger_detect : WCIN_OK 0x00)
[780] get_wireless_charger_detect : CHG_DTLS(0x00)
[780] set_fast_charging_current_data : fast charging current 0mA(0x00)
[790] set_charging_current_limit_data : input current limit: reg = c0, 460mA(0x17)
[850] set_charger_state: buck(1), chg(0), reg(0x04)
[900] [fuelgauge] battery type : 1
[900] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[910] get_wireless_charger_detect : WCIN_OK 0x00)
[910] get_wireless_charger_detect : CHG_DTLS(0x00)
[920] [fuelgauge] apply 4.35V battery
[920] fuelguage : OriginalRCOMP = 0x97, OriginalAlert = 0x1c[930] fuelguage : OCV_DATA = 0xbd7f
[940] fuelguage : re-write RCOMPseg data
[1140] fuelguage : SOC_DATA1 = 0xe9, SOC_DATA2 = 0x50
[1150] fuelguage : model was loaded successful
[1150] fuelguage : RCOMP(0x73) is applied
[1160] fuelguage : OCV_DATA = 0xbd7f
[1360] [max17048] hibrt, vart, vreset setting
[1370] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[1370] get_wireless_charger_detect : WCIN_OK 0x00)
[1380] get_wireless_charger_detect : CHG_DTLS(0x00)
[1380] [fuelgauge] Discharging table soc
[1390] 5337 = ( 374300 - 347771 ) *100 / 497
[1390] soc(37), table_soc(53), vcell(374300)
[1390] [fuelgauge] fg_reset_soc (0)
[1460] [config] : 90145638
[1460] [config_value] : 00000057
[1460] check_boot_mode = key Down[0], Up[0]
[1470] check_ramdump_mode :: k_param.debuglevel[0x47494844] [1470] Do checksum V2
[1470] Not Need Movinand Checksum
[1480] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[1480] get_wireless_charger_detect : WCIN_OK 0x00)
[1490] get_wireless_charger_detect : CHG_DTLS(0x00)
[1490] is_reboot_case =0
[1490] cable_status = 0
[1500] get_battery_detect : MAX77693_DETBAT (0x1d)
[1510] enter normal booting mode
[1510] AST_POWERON
[1510] init_ddi_data: usable ddi data.
[4790] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[4790] get_wireless_charger_detect : WCIN_OK 0x00)
[4800] get_wireless_charger_detect : CHG_DTLS(0x00)
[4800] microusb_get_attached_device: STATUS1:0x3f, 2:0x00
[4810] rb=0 jig=0
[4810] v=3742 soc=37
[4810] reboot_mode = 0x8ea5ea44, boot_mode = 0, por = 0x8
[4820] kernel_addr: 0x80208000
[4820] RAMDISK ADDRESS: 0x82200000
[4820] second_addr: 0x81100000
[4820] tags_addr: 0x80200100
[5080] SECURE magic check passed...
[5080] SEAndroid magic check passed...
[7100] [TIMA trusted boot]: Boot-time measurement successful[7100]
kernel @ 80208000 (7249232 bytes)
[7100] ramdisk @ 82200000 (1154638 bytes)
[7110] lcd_attached=1
[7110] Power on reason 8
[7110] booting linux @ 0x80208000, ramdisk @ 0x82200000 (1154638)
[7120] cmdline: console=null androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 [email protected] [email protected] sec_debug.reset_reason=0x1a2b3c00 lcd_attached=1 lcd_id=0x408047 androidboot.debug_level=0x4948 sec_de[7140] booting linux @ 0x80208000, ramdisk @ 0x82200000 (1154638)
[7140] cmdline: console=null androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 [email protected] [email protected] sec_debug.reset_reason=0x1a2b3c00 lcd_attached=1 lcd_id=0x408047 androidboot.debug_level=0x4948 sec_de[7140] Booting Linux
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.4.0-1937946 ([email protected]) (gcc version 4.7 (GCC) ) #1 SMP PREEMPT Wed Nov 20 14:17:37 KST 2013
[ 0.000000] CPU: ARMv7 Processor [511f06f0] revision 0 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] Machine: SAMSUNG JF
[ 0.000000] memory pool 3 (start fe100000 size 1d00000) initialized
[ 0.000000] Initialized persistent memory from 8fd00000-8fdfffff
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] socinfo_init: v7, id=153, ver=2.0, raw_id=1819, raw_ver=1819, hw_plat=8, hw_plat_ver=65536
[ 0.000000] accessory_chip=0, hw_plat_subtype=1, pmic_model=25, pmic_die_revision=1
[ 0.000000] sec_getlog_supply_meminfo: 40000000 80000000 0 0
[ 0.000000] On node 0 totalpages: 478976
[ 0.000000] Normal zone: 1156 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 118908 pages, LIFO batch:31[ 0.000000] HighMem zone: 2932 pages used for memmap[ 0.000000] HighMem zone: 355980 pages, LIFO batch:31
[ 0.000000] allocating 16908288 bytes at c311a000 (8331a000 physical) for fb
[ 0.000000] PERCPU: Embedded 9 pages/cpu @c413d000 s15744 r8192 d12928 u36864
[ 0.000000] pcpu-alloc: s15744 r8192 d12928 u36864 alloc=9*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 474888
[ 0.000000] Kernel command line: console=null androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x3F ehci-hcd.park=3 [email protected] [email protected] sec_debug.reset_reason=0x1a2b3c00 lcd_attached=1 lcd_id=0x408047 androidboot.debug_level=0x4948 sec_debug.enable=1 sec_debug.enable_user=1 slub_debug=FPUZ androidboot.cp_debug_level=0x55FF sec_debug.enable_cp_debug=0 cordon=af06fc4d5ea5fed1744f84f4eacface8 connie=SCH-I545_VZW_USA_618d176e62e74a1bdc9c66c765f42a79 lpj=67678 loglevel=4 samsung.hardware=SCH-I545 androidboot.emmc_checksum=3 androidboot.bootloader=I545VRUEMJ7 androidboot.nvdata_backup=0 androidboot.boot_recovery=0 androidboot.check_recovery_condition=0x0 level=0x47494844 vmalloc=450m sec_pvs=0 batt_id_value=0 androidboot.csb_val=1 androidboot.emmc=true androidboot.serialno=4f984435 androidboot.baseband=mdm
[ 0.000000] sec_dbg_setup: [email protected]
[ 0.000000] sec_dbg_setup: secdbg_paddr = 0xfff00008
[ 0.000000] sec_dbg_setup: secdbg_size = 0x80000
[ 0.000000] lcd_attached_status lcd_attached
[ 0.000000] sec_tsp_mode: LCD_ID = 0x408047, val: 0X408047, ret1: 0x8
[ 0.000000] sec_tsp_mode : synaptics
[ 0.000000] sec_bat_current_boot_mode : normal
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 122MB 74MB 18MB 255MB 1402MB = 1871MB total
[ 0.000000] Memory: 1858016k/1995232k available, 57888k reserved, 1435648K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] vmalloc : 0xe3000000 - 0xff000000 ( 448 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe2e00000 ( 558 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0dceba8 (14107 kB)
[ 0.000000] .init : 0xc0e00000 - 0xc0f03d80 (1040 kB)
[ 0.000000] .data : 0xc0f04000 - 0xc105f4d0 (1390 kB)
[ 0.000000] .bss : 0xc105f4f4 - 0xc15f469c (5717 kB)
[ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:953
[ 0.000000] tvec base lock initialized for cpu0
[ 0.000000] hrtimer base lock initialized for cpu0
[ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
[ 0.000000] Console: colour dummy device 80x30
[ 0.000244] Calibrating delay loop (skipped) preset value.. 13.53 BogoMIPS (lpj=67678)
[ 0.000244] pid_max: default: 32768 minimum: 301
[ 0.001373] Security Framework initialized
[ 0.001403] SELinux: Initializing.
[ 0.001586] SELinux: Starting in enforcing mode
[ 0.001983] Mount-cache hash table entries: 512
[ 0.007324] Initializing cgroup subsys debug
[ 0.007354] Initializing cgroup subsys cpuacct
[ 0.007385] Initializing cgroup subsys freezer
[ 0.007843] CPU: Testing write buffer coherency: ok
[ 0.008544] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.008575] hw perfevents: enabled with ARMv7 Krait PMU driver, 5 counters available
[ 0.008666] Setting up static identity map for 0x80a31e48 - 0x80a31ed0
[ 0.008666] set_dload_mode ( c0e10318 )
[ 0.011810] tvec base lock initialized for cpu1
[ 0.011810] hrtimer base lock initialized for cpu1
[ 0.013854] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.014923] tvec base lock initialized for cpu2
[ 0.014953] hrtimer base lock initialized for cpu2
[ 0.016723] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.017791] tvec base lock initialized for cpu3
[ 0.017822] hrtimer base lock initialized for cpu3
[ 0.019622] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.019714] Brought up 4 CPUs
[ 0.019744] SMP: Total of 4 processors activated (54.14 BogoMIPS).
[ 0.132110] dummy:
[ 0.134399] NET: Registered protocol family 16
[ 0.137573] AXI: msm_bus_fabric_init_driver(): msm_bus_fabric_init_driver
[ 0.138641] MSM_DCVS: msm_dcvs_early_init: Unable to initialize DCVS err=4
[ 0.147796] sec_debug_init: enable=1
[ 0.147796] sec_debug_init: restart_reason : 0xfa00a65c
[ 0.147827] (sec_debug_set_upload_magic) 776655ee
[ 0.148010] (sec_debug_set_upload_cause) cafebabe
[ 0.148162] __init_sec_debug_log: vaddr=0xe3100008 paddr=0xfff00008 size=0x80000 sizeof(struct sec_debug_log)=0x3c040
[ 0.148162] __init_sec_debug_log: init done
[ 0.148193] ------------[ cut here ]------------
[ 0.148223] WARNING: at /home/se.infra/jenkins1/workspace/HUDSON_JELLYBEAN43_JFLTE_VZW_REL/android/kernel/mm/bootmem.c:581 alloc_arch_preferred_bootmem.isra.6+0x30/0x50()
[ 0.148223] Modules linked in:
[ 0.148254] [] (unwind_backtrace+0x0/0x11c) from [] (warn_slowpath_common+0x4c/0x64)
[ 0.148284] [] (warn_slowpath_common+0x4c/0x64) from [] (warn_slowpath_null+0x18/0x1c)
[ 0.148315] [] (warn_slowpath_null+0x18/0x1c) from [] (alloc_arch_preferred_bootmem.isra.6+0x30/0x50)
[ 0.148345] [] (alloc_arch_preferred_bootmem.isra.6+0x30/0x50) from [] (___alloc_bootmem_nopanic+0x30/0xd4)
[ 0.148376] [] (___alloc_bootmem_nopanic+0x30/0xd4) from [] (__alloc_bootmem+0x10/0x20)
[ 0.148376] [] (__alloc_bootmem+0x10/0x20) from [] (sec_avc_log_init+0x40/0x110)
[ 0.148406] [] (sec_avc_log_init+0x40/0x110) from [] (samsung_jf_init+0x10/0xa54)
[ 0.148437] [] (samsung_jf_init+0x10/0xa54) from [] (customize_machine+0x1c/0x28)
[ 0.148468] [] (customize_machine+0x1c/0x28) from [] (do_one_initcall+0x90/0x160)
[ 0.148498] [] (do_one_initcall+0x90/0x160) from [] (kernel_init+0xe8/0x1a4)
[ 0.148529] [] (kernel_init+0xe8/0x1a4) from [] (kernel_thread_exit+0x0/0x8)
[ 0.148559] ---[ end trace da227214a82491b7 ]---
[ 0.148712] allocating 262152 bytes at de380000 (c0200000 physical) for avc log
[ 0.148742] sec_avc_log_init: no old log found
[ 0.148742] meminfo_init: smem ram ptable found: ver: 0 len: 6
[ 0.148773] Found 2 memory banks grouped into 16 memory regions
[ 0.150238] gpiochip_add: registered GPIOs 0 to 151 on device: msmgpio
[ 0.151397] socinfo_init: v7, id=153, ver=2.0, raw_id=1819, raw_ver=1819, hw_plat=8, hw_plat_ver=65536
[ 0.151397] accessory_chip=0, hw_plat_subtype=1, pmic_model=25, pmic_die_revision=1
[ 0.151428] msm_rpm_init: RPM firmware 3.0.16842920
[ 0.231445] msm_rpm_get_status(): Status id 433 not defined for target
[ 0.231475] msm_rpm_get_status(): Status id 433 not defined for target
[ 0.231475] msm_rpm_get_status(): Status id 433 not defined for target
[ 0.231506] msm_rpm_get_status(): Status id 433 not defined for target
[ 0.231506] msm_rpm_get_status(): Status id 433 not defined for target
[ 0.231506] msm_rpm_get_status(): Status id 433 not defined for target
[ 0.231536] msm_rpm_get_status(): Status id 433 not defined for target
[ 0.231536] msm_rpm_get_status(): Status id 433 not defined for target
[ 0.333465] cypress gpio init in apq8064_init_gpiomux
[ 0.333496] apq8064_init_gpiomux: config touch_irq config.
[ 0.337615] gpio_vreg_probe: id=203, name=ext_mpp8, gpio=203, gpio_label=ext_mpp8_en
[ 0.339874] gpio_vreg_probe: id=77, name=ext_3p3v, gpio=77, gpio_label=ext_3p3v_en
[ 0.341186] pm8921_probe: PMIC revision 1: F1
[ 0.341217] pm8921_probe: PMIC revision 2: 0C
[ 0.341217] pm8921_probe: PMIC version: PM8917 rev 1.0[ 0.341247] pm8921_probe: PMIC Restart Reason: Triggered from SMPL (sudden momentary power loss)
[ 0.344024] gpiochip_add: registered GPIOs 152 to 189 on device: pm-gpio
[ 0.344451] pm_gpio_probe: OK: base=152, ngpio=38
[ 0.346527] gpiochip_add: registered GPIOs 196 to 205 on device: pm8xxx-mpp
[ 0.346588] pm8xxx_mpp_probe: OK: base=196, ngpio=10
[ 0.377410] pm8821_probe: PMIC revision 1: PM8821 rev F3
[ 0.377410] pm8821_probe: PMIC revision 2: PM8821 rev 0B
[ 0.377441] pm8821_probe: PMIC version: PM8821 ver 2.1[ 0.379333] gpiochip_add: registered GPIOs 208 to 211 on device: pm8xxx-mpp
[ 0.379364] pm8xxx_mpp_probe: OK: base=208, ngpio=4
[ 0.382080] gpio_vreg_probe: id=174, name=ext_ts_sw, gpio=174, gpio_label=ext_ts_sw_en
[ 0.389465] saw_probe: id=0, name=8921_s5
[ 0.391510] saw_probe: id=1, name=8921_s6
[ 0.393524] saw_probe: id=2, name=8821_s0
[ 0.395507] saw_probe: id=3, name=8821_s1
[ 0.444366] persistent_ram: found existing buffer, size 12416, start 12416
[ 0.484558] console [ram-1] enabled
[ 0.488586] apq8064_init_mmc: SDC4 is for Externel SD in system_rev 11
[ 0.489593] [slimbus] starting init set up : 11 0
[ 0.492156] samsung sys class init.
[ 0.492370] samsung sys class end.
[ 0.493469] [TSP] System revision, LPM mode : 11 0
[ 0.493469] [TSP]START S5000_tsp_input_init
[ 0.493469] S5000_tsp_input_init: synaptics : el_type : 0, touch_type = 8[normal mode]
[ 0.493530] [TSP]END S5000_tsp_input_init
[ 0.498443] [lcd] apq8064_init_fb
[ 0.508361] [JC] apq8064_init_cam: In
[ 0.508636] [S5K6B2YX] apq8064_init_cam: GPIO_CAM_VT_EN: 0
[ 0.514221] [SSP] clear_ssp_gpio done
[ 0.514251] [SSP]sensor_power_on_vdd
[ 0.515838] sensor_power_on_vdd: done
[ 0.515930] [SSP]initialize_ssp_gpio
[ 0.516693] bcm2079x_sw_i2c_config is called
[ 0.516693] [NFC] bcm2079x_init done
[ 0.567047] =[ES325]=es325_start_api=====
[ 0.567077] brcm_wlan_init: start
[ 0.568023] brcm_init_wlan_mem: WIFI MEM Allocated
[ 0.572143] ------------[ cut here ]------------
[ 0.572174] WARNING: at /home/se.infra/jenkins1/workspace/HUDSON_JELLYBEAN43_JFLTE_VZW_REL/android/kernel/arch/arm/mach-msm/subsystem_restart.c:578 subsys_restart_init+0xe4/0x110()
[ 0.572174] Modules linked in:
[ 0.572204] [] (unwind_backtrace+0x0/0x11c) from [] (warn_slowpath_common+0x4c/0x64)
[ 0.572235] [] (warn_slowpath_common+0x4c/0x64) from [] (warn_slowpath_null+0x18/0x1c)
[ 0.572265] [] (warn_slowpath_null+0x18/0x1c) from [] (subsys_restart_init+0xe4/0x110)
[ 0.572265] [] (subsys_restart_init+0xe4/0x110) from [] (do_one_initcall+0x90/0x160)
[ 0.572296] [] (do_one_initcall+0x90/0x160) from [] (kernel_init+0xe8/0x1a4)
[ 0.572326] [] (kernel_init+0xe8/0x1a4) from [] (kernel_thread_exit+0x0/0x8)
[ 0.572357] ---[ end trace da227214a82491b8 ]---
[ 0.593170] i2c i2c-4: Failed to register i2c client s5k3l1yx at 0x34 (-16)
[ 0.593353] i2c i2c-4: Can't create device at 0x34
[ 0.597900] sps:BAM 0x12244000 enabled: ver:0x5, number of pipes:20
[ 0.597900] sps:BAM 0x12244000 is registered.
[ 0.598327] sps:sps is ready.
[ 0.778167] bio: create slab at 0
[ 0.781799] ION heap vmalloc created
[ 0.781982] ION heap mm created at a0000000 with size 6600000
[ 0.782196] ION heap mm_fw created at 9fe00000 with size 1e0000
[ 0.782348] ION heap mfc created at a6600000 with size 2000
[ 0.782440] ION heap iommu created
[ 0.782653] ION heap qsecom created at fe100000 with size 1700000
[ 0.782867] ION heap audio created at ff800000 with size 4cf000
[ 0.790283] SCSI subsystem initialized
[ 0.790618] ++++MSM SB controller is up!
[ 0.791076] sps:BAM 0x28084000 enabled: ver:0x12, number of pipes:31
[ 0.791076] sps:BAM 0x28084000 is registered.
[ 0.794464] ----MSM SB controller is up!
[ 0.795806] wrapper slim_rxwq eaddr 0: 5:50: 0:17: 2 [laddr=0]
[ 0.795898] wrapper slim_rxwq eaddr 0: 1:50: 0:17: 2 [laddr=1]
[ 0.795959] wrapper slim_rxwq eaddr 0: 0:50: 0:17: 2 [laddr=2]
[ 0.796051] wrapper slim_rxwq eaddr 0: 1: 2: 0:be: 2 [laddr=3]
[ 0.796081] wrapper slim_rxwq es325 eaddr recv and apply temporary workaround
[ 0.796173] wrapper msm_slim_rxwq assign laddr 1 ret=0
[ 0.796234] wrapper msm_slim_rxwq assign laddr 0 ret=0
[ 0.796234] wrapper slim_rxwq eaddr 0: 0: 2: 0:be: 2 [laddr=4]
[ 0.796264] msm_slim_ctrl msm_slim_ctrl.1: Slim-dev:3 report inf element:0x0
[ 0.796508] msm_slim_ctrl msm_slim_ctrl.1: offset:0x0:bit mask:8
[ 0.796752] usbcore: registered new interface driver usbfs
[ 0.796966] msm_slim_ctrl msm_slim_ctrl.1: Slim-dev:4 report inf element:0x400
[ 0.797088] msm_slim_ctrl msm_slim_ctrl.1: offset:0x0:bit mask:8
[ 0.797363] usbcore: registered new interface driver hub
[ 0.797790] usbcore: registered new device driver usb
[ 0.800109] input: pmic8xxx_pwrkey as /devices/platform/msm_ssbi.0/pm8921-core/pm8xxx-pwrkey/input/input0
[ 0.804565] max77693_i2c_probe: device found: rev.0x3, ver.0x0
[ 0.804748] param_sec_operation: filp_open failed. (-2)
[ 0.804840] sec_open_param PARAM OPEN FAIL
[ 0.882171] max77693-safeout max77693-safeout: max77693_pmic_probe
[ 0.882263] [/home/se.infra/jenkins1/workspace/HUDSON_JELLYBEAN43_JFLTE_VZW_REL/android/kernel/drivers/regulator/max77693-regulator.c:488] pdata->num_regulators:3
[ 0.882263] [/home/se.infra/jenkins1/workspace/HUDSON_JELLYBEAN43_JFLTE_VZW_REL/android/kernel/drivers/regulator/max77693-regulator.c:494] for in pdata->num_regulators:3
[ 0.883026] regulator regulator.64: func:max77693_reg_enable
[ 0.883056] regulator regulator.64: func:max77693_get_rid
[ 0.883056] regulator regulator.64: func:max77693_get_enable_register
[ 0.883972] regulator regulator.64: func:max77693_get_voltage
[ 0.883972] regulator regulator.64: func:max77693_get_rid
[ 0.883972] regulator regulator.64: func:max77693_get_voltage_register
[ 0.884490] regulator regulator.64: func:max77693_get_rid
[ 0.884490] regulator regulator.64: func:max77693_list_voltage_safeout
[ 0.885101] Error-Bad Function Input
[ 0.885192] [/home/se.infra/jenkins1/workspace/HUDSON_JELLYBEAN43_JFLTE_VZW_REL/android/kernel/drivers/regulator/max77693-regulator.c:494] for in pdata->num_regulators:3
[ 0.885833] regulator regulator.65: func:max77693_get_voltage
[ 0.885864] regulator regulator.65: func:max77693_get_rid
[ 0.885864] regulator regulator.65: func:max77693_get_voltage_register
[ 0.886383] regulator regulator.65: func:max77693_get_rid
[ 0.886383] regulator regulator.65: func:max77693_list_voltage_safeout
[ 0.886901] Error-Bad Function Input
[ 0.886993] [/home/se.infra/jenkins1/workspace/HUDSON_JELLYBEAN43_JFLTE_VZW_REL/android/kernel/drivers/regulator/max77693-regulator.c:494] for in pdata->num_regulators:3
[ 0.887664] regulator regulator.66: func:max77693_reg_enable
[ 0.887664] regulator regulator.66: func:max77693_get_rid
[ 0.887695] regulator regulator.66: func:max77693_get_enable_register
[ 0.890136] i2c-gpio i2c-gpio.12: using pins 22 (SDA) and 23 (SCL)
[ 0.891540] i2c-gpio i2c-gpio.13: using pins 205 (SDA) and 204 (SCL)
[ 0.892883] i2c-gpio i2c-gpio.21: using pins 6 (SDA) and 7 (SCL)
[ 0.894195] i2c-gpio i2c-gpio.17: using pins 10 (SDA) and 11 (SCL)
[ 0.898193] i2c-gpio i2c-gpio.9: using pins 36 (SDA) and 37 (SCL)
[ 0.899658] i2c-gpio i2c-gpio.16: using pins 33 (SDA) and 26 (SCL)
[ 0.901031] i2c-gpio i2c-gpio.11: using pins 0 (SDA) and 1 (SCL)
[ 0.901245] Linux media interface: v0.10
[ 0.901641] Linux video capture interface: v2.00!

I'm using S4 LTE-A (SHV-E330S) which by hardware is very similar to Note 3 SM-N9005.

Hmm, I wonder if you can connect a keyboard during bootup to get into the FIQ debugger...if enabled.

There's also a hidden ODIN log within or just after the memory range for LK. On the Note 3, it should be 0xF8000000. You'll want to dump about 2-3MB after the prior address. You can see your Heimdall/Odin flash log and all relevant information. We were even able to see Linux test the USB serial link by sending AT+CLAC, which Odin obviously didn't understand. This, howver, makes me question if it's possible to send commands to Odin? We wouldn't be able to see what we're doing so we'd have to dump the log everytime we try something.

Surge1223 said:
3. Download viewmem here, extract it from the zip and adb push it to /data/local/tmp or copy and paste/move it to /data/local/tmp
Click to expand...
Click to collapse
Do you have the source code for this? I want to build it into my boot.img for kexec but I need it to be static compiled for that to happen as it's a bare minimum rootfs.

CalcProgrammer1 said:
Do you have the source code for this? I want to build it into my boot.img for kexec but I need it to be static compiled for that to happen as it's a bare minimum rootfs.
Click to expand...
Click to collapse
this might be usless but here or a couple links
https://gitorious.org/ps2dev/ps2/source/c756923d47da4e732807f0ed2cb548b293f9cdc7:pksh/viewmem.c
http://read.pudn.com/downloads135/sourcecode/windows/system/573372/EXEVIEW/VIEWMEM.C__.htm

carl1961 said:
this might be usless but here or a couple links
https://gitorious.org/ps2dev/ps2/source/c756923d47da4e732807f0ed2cb548b293f9cdc7:pksh/viewmem.c
http://read.pudn.com/downloads135/sourcecode/windows/system/573372/EXEVIEW/VIEWMEM.C__.htm
Click to expand...
Click to collapse
I think this is it:
http://blog.maurus.be/2011/01/23/samsung-i9000-irom-dump/
I looked around and found that and it seems to do the same thing as OP's binary, not sure if it's the same but it's functionally identical and good enough for what I need.

CalcProgrammer1 said:
Do you have the source code for this? I want to build it into my boot.img for kexec but I need it to be static compiled for that to happen as it's a bare minimum rootfs.
Click to expand...
Click to collapse
I have it yes, do you still need it? It seems like you found what you were looking for but if not I can post it.

Go ahead and post it.

CalcProgrammer1 said:
Go ahead and post it.
Click to expand...
Click to collapse
https://www.androidfilehost.com/?fid=23321874045862520

Surge1223,
hi i just found your thread,
how do you determine the address to read from to ?
thanks
m

moonbutt74 said:
Surge1223,
hi i just found your thread,
how do you determine the address to read from to ?
thanks
m
Click to expand...
Click to collapse
Code:
cat /proc/cmdline
Look for
Code:
sec_dbg=0x********@********

Related

Fascinate UART Hacking/debugging

Hey, I was playing around with my "Hack dock" on a Fascinate which was given to me at the Big Android BBQ from the gentleman who runs RootzWiki. The unique thing about this device is that it was totally functional when I received it. It was given to me with a busted screen. I'm going to turn this into a fully functional development platform as I have done with the Captivate.
I've squared away UnBrickable Mod on the device and I will be posting the information soon. I wanted to post up some UART Output from the device as I go along. through it. This is valuable for debugging information and can open some doors for development.
While I was playing around with the UART output I came across a SBL> prompt command which I had never seen before. The command is "movi_patch". If anyone can shed some light on it, I'd appreciate it.
Code:
SBL> movi_patch
###################################
MOVINAND PATCH START
###################################
Movi Init .....Enable Movinand
[hsmmc_init] MMC card is detected
Product Name : M2G1DE
<display_card_info:939>normal csd
read_bl_len: 10
read_bl_partial: 0
One Block Size: 1024 Byte
c_size: 3815
c_size_multi: 7
Total Card Size: 1909 MByte
MoviNand Initialization Complete!
Success!
Pre Patch ....Enter Patch Mode!
Success!
Success!
Good Block Erase!
Success!
Success!
Success!
Pre-Patch Binary Read ...
Success!
Pre-Patch Binary Write ...
.
Pre-Patch Confirm!
Success!
Success!
Power Off!
Movi Init (Format) .....Enable Movinand
[hsmmc_init] MMC card is detected
Product Name : 000000
<display_card_info:939>normal csd
read_bl_len: 10
read_bl_partial: 0
One Block Size: 1024 Byte
c_size: 3815
c_size_multi: 7
Total Card Size: 1909 MByte
MoviNand Initialization Complete!
Success!
Power Off!
Power On!
###################################
MOVINAND PATCH FINSH
###################################
Success!
SBL> reset
Rebooting...
I"ve never seen anything like it...
Here's some more of the UART output/boot sequence.. For those who don't know, this is like the bios on a PC.
Code:
�
-----------------------------------------------------------
Samsung Primitive Bootloader (PBL) v3.0
Copyright (C) Samsung Electronics Co., Ltd. 2006-2010
-----------------------------------------------------------
+n1stVPN 2688
+nPgsPerBlk 64
PBL found bootable SBL: Partition(3).
Set cpu clk. from 400MHz to 800MHz.
IROM e-fused version.
-----------------------------------------------------------
Samsung Secondary Bootloader (SBL) v3.0
Copyright (C) Samsung Electronics Co., Ltd. 2006-2010
Board Name: ARIES REV 02
Build On: Feb 28 2011 18:02:24
-----------------------------------------------------------
Re_partition: magic code(0x0)
[PAM: ] ++FSR_PAM_Init
[PAM: ] OneNAND physical base address : 0xb0000000
[PAM: ] OneNAND virtual base address : 0xb0000000
[PAM: ] OneNAND nMID=0xec : nDID=0x50
[PAM: ] --FSR_PAM_Init
fsr_bml_load_partition: pi->nNumOfPartEntry = 12
partitions loading success
board partition information update.. source: 0x0
.Done.
read 1 units.
==== PARTITION INFORMATION ====
ID : IBL+PBL (0x0)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 0
NO_UNITS : 1
===============================
ID : PIT (0x1)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 1
NO_UNITS : 1
===============================
ID : EFS (0x14)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 2
NO_UNITS : 40
===============================
ID : SBL (0x3)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 42
NO_UNITS : 5
===============================
ID : SBL2 (0x4)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 47
NO_UNITS : 5
===============================
ID : PARAM (0x15)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 52
NO_UNITS : 20
===============================
ID : KERNEL (0x6)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 72
NO_UNITS : 30
===============================
ID : RECOVERY (0x7)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 102
NO_UNITS : 30
===============================
ID : FACTORYFS (0x16)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 132
NO_UNITS : 1286
===============================
ID : DBDATAFS (0x17)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 1418
NO_UNITS : 444
===============================
ID : CACHE (0x18)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 1862
NO_UNITS : 140
===============================
ID : MODEM (0xb)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 2002
NO_UNITS : 2
===============================
loke_init: j4fs_open success..
load_lfs_parameters valid magic code and version.
load_debug_level reading debug level from file successfully(0x44494d44).
quick_start- quick start is executed!
init_fuel_gauge: vcell = 4110mV, soc = 90
reading nps status file is successfully!.
nps status=0x504d4f43
PMIC_IRQ1 = 0x28
PMIC_IRQ2 = 0x0
PMIC_IRQ3 = 0x0
PMIC_IRQ4 = 0x0
PMIC_STATUS1 = 0x40
PMIC_STATUS2 = 0x2c
get_debug_level current debug level is 0x44494d44.
get_debug_level current debug level is 0x44494d44.
aries_process_platform: Debug Level Mid
keypad_scan: key value ----------------->= 0x0
CONFIG_ARIES_REV:32 , CONFIG_ARIES_REV03:48
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!!
set_boot_mode: boot mode = 1
aries_process_platform: final s1 booting mode = 1
Autoboot (0 seconds) in progress, press any key to stop Autoboot aborted..
SBL>
SBL>
SBL>
SBL>
SBL>
SBL>
SBL>
SBL>
SBL>
SBL>
SBL>
SBL>
SBL>
SBL>
SBL>
SBL>
SBL>
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
* movi_patch
* usb_read
* usb_write
* fuelgauge
* pmic_read
* pmic_write
To get commands help, Type "help <command>"
SBL> printenv
PARAM Rev 1.3
SERIAL_SPEED : 7
LOAD_RAMDISK : 0
BOOT_DELAY : 0
LCD_LEVEL : 97
SWITCH_SEL : 5
PHONE_DEBUG_ON : 0
LCD_DIM_LEVEL : 0
LCD_DIM_TIME : 6
MELODY_MODE : 1
REBOOT_MODE : 0
NATION_SEL : 0
LANGUAGE_SEL : 0
SET_DEFAULT_PARAM : 0
PARAM_INT_13 : 0
TOOL_LAUNCHER_STATE : 1
VERSION : I9000XXIL
CMDLINE : console=ttySAC2,115200 loglevel=3 wipedata
DELTA_LOCATION : /mnt/rsv
PARAM_STR_3 :
PARAM_STR_4 :
SBL> showpart
board partition information update.. source: 0x0
.Done.
read 1 units.
==== PARTITION INFORMATION ====
ID : IBL+PBL (0x0)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 0
NO_UNITS : 1
===============================
ID : PIT (0x1)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 1
NO_UNITS : 1
===============================
ID : EFS (0x14)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 2
NO_UNITS : 40
===============================
ID : SBL (0x3)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 42
NO_UNITS : 5
===============================
ID : SBL2 (0x4)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 47
NO_UNITS : 5
===============================
ID : PARAM (0x15)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 52
NO_UNITS : 20
===============================
ID : KERNEL (0x6)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 72
NO_UNITS : 30
===============================
ID : RECOVERY (0x7)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 102
NO_UNITS : 30
===============================
ID : FACTORYFS (0x16)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 132
NO_UNITS : 1286
===============================
ID : DBDATAFS (0x17)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 1418
NO_UNITS : 444
===============================
ID : CACHE (0x18)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 1862
NO_UNITS : 140
===============================
ID : MODEM (0xb)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 2002
NO_UNITS : 2
===============================
SBL> setenv SWITCH_SEL 6543
argv[0] : setenv
argv[1] : SWITCH_SEL
argv[2] : 6543
value : 6543
SBL> setenv PHONE_DEBUG_ON 1
argv[0] : setenv
argv[1] : PHONE_DEBUG_ON
argv[2] : 1
value : 1
SBL> saveenv
save param.blk, size: 5268
save param.blk successfully.
SBL> reset
Rebooting...
SB
This shows default values for anyone who wants to modify them.
And here's the boot after enabling some debug output
Code:
-----------------------------------------------------------
Samsung Primitive Bootloader (PBL) v3.0
Copyright (C) Samsung Electronics Co., Ltd. 2006-2010
-----------------------------------------------------------
+n1stVPN 2688
+nPgsPerBlk 64
PBL found bootable SBL: Partition(3).
Set cpu clk. from 400MHz to 800MHz.
IROM e-fused version.
-----------------------------------------------------------
Samsung Secondary Bootloader (SBL) v3.0
Copyright (C) Samsung Electronics Co., Ltd. 2006-2010
Board Name: ARIES REV 02
Build On: Feb 28 2011 18:02:24
-----------------------------------------------------------
Re_partition: magic code(0x0)
[PAM: ] ++FSR_PAM_Init
[PAM: ] OneNAND physical base address : 0xb0000000
[PAM: ] OneNAND virtual base address : 0xb0000000
[PAM: ] OneNAND nMID=0xec : nDID=0x50
[PAM: ] --FSR_PAM_Init
fsr_bml_load_partition: pi->nNumOfPartEntry = 12
partitions loading success
board partition information update.. source: 0x0
.Done.
read 1 units.
==== PARTITION INFORMATION ====
ID : IBL+PBL (0x0)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 0
NO_UNITS : 1
===============================
ID : PIT (0x1)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 1
NO_UNITS : 1
===============================
ID : EFS (0x14)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 2
NO_UNITS : 40
===============================
ID : SBL (0x3)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 42
NO_UNITS : 5
===============================
ID : SBL2 (0x4)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 47
NO_UNITS : 5
===============================
ID : PARAM (0x15)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 52
NO_UNITS : 20
===============================
ID : KERNEL (0x6)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 72
NO_UNITS : 30
===============================
ID : RECOVERY (0x7)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 102
NO_UNITS : 30
===============================
ID : FACTORYFS (0x16)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 132
NO_UNITS : 1286
===============================
ID : DBDATAFS (0x17)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 1418
NO_UNITS : 444
===============================
ID : CACHE (0x18)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 1862
NO_UNITS : 140
===============================
ID : MODEM (0xb)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 2002
NO_UNITS : 2
===============================
loke_init: j4fs_open success..
load_lfs_parameters valid magic code and version.
load_debug_level reading debug level from file successfully(0x44494d44).
init_fuel_gauge: vcell = 4113mV, soc = 90
reading nps status file is successfully!.
nps status=0x504d4f43
PMIC_IRQ1 = 0x0
PMIC_IRQ2 = 0x0
PMIC_IRQ3 = 0x0
PMIC_IRQ4 = 0x0
PMIC_STATUS1 = 0x40
PMIC_STATUS2 = 0x2c
get_debug_level current debug level is 0x44494d44.
get_debug_level current debug level is 0x44494d44.
aries_process_platform: Debug Level Mid
keypad_scan: key value ----------------->= 0x0
CONFIG_ARIES_REV:32 , CONFIG_ARIES_REV03:48
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!!
set_boot_mode: boot mode = 1
aries_process_platform: final s1 booting mode = 1
Autoboot (0 seconds) in progress, press any key to stop
get_debug_level current debug level is 0x44494d44.
get_debug_level current debug level is 0x44494d44.
boot_kernel: Debug Level 0x44494d44
Load Partion idx = (6)
Loading Partion idx = (6)
..............................done
Kernel read success from kernel partition no.6, idx.6.
setting param.serialnr=0x32321357 0x21bb00ec
setting param.board_rev=0x20
setting param.cmdline=console=ttySAC2,115200 loglevel=3 wipedata
Starting kernel at 0x32000000...
Uncompressing Linux... done, booting the kernel.
<hit enter to activate fiq debugger>
I should mention that this device came with CM7 on it. I will put together a Heimdall One-Click and flash back to stock, then update this post.
Here is the kernel loading into power-off battery charging mode
Code:
-----------------------------------------------------------
Samsung Primitive Bootloader (PBL) v3.0
Copyright (C) Samsung Electronics Co., Ltd. 2006-2010
-----------------------------------------------------------
+n1stVPN 2688
+nPgsPerBlk 64
+n1stVPN 3008
+nPgsPerBlk 64
PBL found bootable SBL: Partition(4).
Set cpu clk. from 400MHz to 800MHz.
IROM e-fused version.
-----------------------------------------------------------
Samsung Secondary Bootloader (SBL) v3.0
Copyright (C) Samsung Electronics Co., Ltd. 2006-2010
Board Name: ARIES REV 02
Build On: Oct 26 2010 14:22:42
-----------------------------------------------------------
Re_partition: magic code(0x0)
[PAM: ] ++FSR_PAM_Init
[PAM: ] OneNAND physical base address : 0xb0000000
[PAM: ] OneNAND virtual base address : 0xb0000000
[PAM: ] OneNAND nMID=0xec : nDID=0x50
[PAM: ] --FSR_PAM_Init
fsr_bml_load_partition: pi->nNumOfPartEntry = 12
partitions loading success
board partition information update.. source: 0x0
.Done.
read 1 units.
==== PARTITION INFORMATION ====
ID : IBL+PBL (0x0)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 0
NO_UNITS : 1
===============================
ID : PIT (0x1)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 1
NO_UNITS : 1
===============================
ID : EFS (0x14)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 2
NO_UNITS : 40
===============================
ID : SBL (0x3)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 42
NO_UNITS : 5
===============================
ID : SBL2 (0x4)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 47
NO_UNITS : 5
===============================
ID : PARAM (0x15)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 52
NO_UNITS : 20
===============================
ID : KERNEL (0x6)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 72
NO_UNITS : 30
===============================
ID : RECOVERY (0x7)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 102
NO_UNITS : 30
===============================
ID : FACTORYFS (0x16)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 132
NO_UNITS : 1286
===============================
ID : DBDATAFS (0x17)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 1418
NO_UNITS : 444
===============================
ID : CACHE (0x18)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 1862
NO_UNITS : 140
===============================
ID : MODEM (0xb)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 2002
NO_UNITS : 2
===============================
loke_init: j4fs_open success..
load_lfs_parameters valid magic code and version.
load_debug_level reading debug level from file successfully(0x574f4c44).
quick_start- quick start is executed!
init_fuel_gauge: vcell = 3790mV, soc = 36
reading nps status file is successfully!.
nps status=0x504d4f43
PMIC_IRQ1 = 0x0
PMIC_IRQ2 = 0x0
PMIC_IRQ3 = 0x0
PMIC_IRQ4 = 0x0
PMIC_STATUS1 = 0x40
PMIC_STATUS2 = 0x2c
get_debug_level current debug level is 0x574f4c44.
aries_process_platform: Debug Level Low
keypad_scan: key value ----------------->= 0x0
CONFIG_ARIES_REV:32 , CONFIG_ARIES_REV03:48
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!!
set_boot_mode: boot mode = 1
aries_process_platform: final s1 booting mode = 1
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
Load Partion idx = (6)
Loading Partion idx = (6)
..............................done
Kernel read success from kernel partition no.6, idx.6.
setting param.serialnr=0x32321357 0x21bb00ec
setting param.board_rev=0x20
setting param.cmdline=console=ttySAC2,115200 loglevel=9
Starting kernel at 0x32000000...
Uncompressing Linux...................................................................................................................................................................................
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.32.9 ([email protected]) (gcc version 4.4.1 (Sourcery G++ Lite 2009q3-67) ) #1 Fri Jul 8 18:12:14 KST 2011
[ 0.000000] CPU: ARMv7 Processor [412fc082] revision 2 (ARMv7), cr=10c53c7f
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[ 0.000000] Machine: SMDKC110
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 20480
[ 0.000000] free_area_init_node: node 0, pgdat c1069aa8, node_mem_map c1240000
[ 0.000000] Normal zone: 160 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 20320 pages, LIFO batch:3
[ 0.000000] On node 1 totalpages: 65536
[ 0.000000] free_area_init_node: node 1, pgdat c106a160, node_mem_map d0002000
[ 0.000000] Normal zone: 512 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 65024 pages, LIFO batch:15
[ 0.000000] On node 2 totalpages: 32768
[ 0.000000] free_area_init_node: node 2, pgdat c106a818, node_mem_map e0001000
[ 0.000000] Normal zone: 256 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 32512 pages, LIFO batch:7
[ 0.000000] On node 3 totalpages: 0
[ 0.000000] free_area_init_node: node 3, pgdat c106aed0, node_mem_map c12e8c20
[ 0.000000] Normal zone: 1 pages exceeds realsize 0
[ 0.000000] CPU S5PV210/S5PC110 (id 0x43110222)
[ 0.000000] s5pv210_init_clocks: initializing clocks
[ 0.000000] S3C24XX Clocks, Copyright 2004 Simtec Electronics
[ 0.000000] copy: bad source 0
[ 0.000000] mout_audss: bad source 0
[ 0.000000] s5pv210_setup_clocks: registering clocks
[ 0.000000] s5pv210_setup_clocks: clkdiv0 = 14131330, clkdiv1 = 00300400
[ 0.000000] s5pv210_setup_clocks: xtal is 24000000
[ 0.000000] S5PV210: PLL settings, A=800000000, M=667000000, E=96000000
[ 0.000000] s5pv210: 33554432 bytes system memory reserved for mfc at 0x312f3000
[ 0.000000] s5pv210: 33554432 bytes system memory reserved for mfc at 0x40204000
[ 0.000000] s5pv210: 12582912 bytes system memory reserved for fimc0 at 0x42204000
[ 0.000000] s5pv210: 1048576 bytes system memory reserved for fimc1 at 0x42e04000
[ 0.000000] s5pv210: 12582912 bytes system memory reserved for fimc2 at 0x42f04000
[ 0.000000] s5pv210: 2097152 bytes system memory reserved for pmem at 0x332f3000
[ 0.000000] s5pv210: 4194304 bytes system memory reserved for pmem_gpu1 at 0x334f3000
[ 0.000000] s5pv210: 1536000 bytes system memory reserved for pmem_adsp at 0x338f3000
[ 0.000000] s5pv210: 10485760 bytes system memory reserved for texstream at 0x33a6a000
[ 0.000000]
[ 0.000000] Skipping memset of fb base address 0x4fc00000 -------
[ 0.000000] s5pv210: 3145728 bytes system memory reserved for fimd at 0x4fc00000
[ 0.000000] s5pv210: 262144 bytes system memory reserved for wifi at 0x3446a000
[ 0.000000] Built 3 zonelists in Zone order, mobility grouping on. Total pages: 117856
[ 0.000000] Kernel command line: console=ttySAC2,115200 loglevel=9
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 80MB 256MB 128MB = 464MB total
[ 0.000000] Memory: 339468KB available (9240K code, 1899K data, 7152K init, 0K highmem)
[ 0.000000] SLUB: Genslabs=9, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=4
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:339
[ 0.000000] VIC @fd000000: id 0x00041192, vendor 0x41
[ 0.000000] VIC @fd010000: id 0x00041192, vendor 0x41
[ 0.000000] VIC @fd020000: id 0x00041192, vendor 0x41
[ 0.000000] VIC @fd030000: id 0x00041192, vendor 0x41
[ 0.000000] mult[140737]
[ 0.000000] max_delta_ns[2147483647]
[ 0.000000] min_delta_ns[30517]
[ 0.000000] rate[32768]
[ 0.000000] HZ[256]
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] console [ttySAC2] enabled
[ 0.366831] Calibrating delay loop... 796.20 BogoMIPS (lpj=1556480)
[ 0.450413] Mount-cache hash table entries: 512
[ 0.455270] Initializing cgroup subsys debug
[ 0.459117] Initializing cgroup subsys cpuacct
[ 0.463534] Initializing cgroup subsys freezer
[ 0.467980] CPU: Testing write buffer coherency: ok
[ 0.477113] KERNEL:kernel_sec_get_debug_level_from_boot=0x574f4c44
[ 0.481866] KERNEL:magic_number=0x0 DEBUG LEVEL low!!
[ 0.486861] (kernel_sec_set_upload_cause) : upload_cause set 0
[ 0.497612] regulator: core version 0.5
[ 0.500373] NET: Registered protocol family 16
[ 0.520404] S5PC110 Hardware version : EVT1
[ 0.524028] HWREV is 0x7
[ 0.526115] S3C Power Management, Copyright 2004 Simtec Electronics
[ 0.544089] aries_init_wifi_mem
[ 0.545787] aries_init_wifi_mem success
[ 0.549624] recovery_dev_register
[ 0.552874] create_recovery_class
[ 0.556535] S5PV210 Power Domain API Enable
[ 0.561293] S5PV210: Initializing architecture
[ 0.564803] S3C PL330-DMA Controller Driver, (c) 2008-2009 Samsung Electronics
[ 0.571957] Total 24 DMA channels will be initialized.
[ 0.578423] DMA: got clock for controller 0 and disabled
[ 0.583149] DMA: got clock for controller 1 and disabled
[ 0.588553] DMA: got clock for controller 2 and disabled
[ 0.594646] s3c24xx-pwm s3c24xx-pwm.0: tin at 66700000, tdiv at 66700000, tin=divclk, base 0
[ 0.601679] s3c24xx-pwm s3c24xx-pwm.1: tin at 66700000, tdiv at 66700000, tin=divclk, base 8
[ 0.610068] s3c24xx-pwm s3c24xx-pwm.2: tin at 4168750, tdiv at 4168750, tin=divclk, base 12
[ 0.618392] s3c24xx-pwm s3c24xx-pwm.3: tin at 4168750, tdiv at 4168750, tin=divclk, base 16
[ 0.646354] bio: create slab <bio-0> at 0
[ 0.650199] vgaarb: loaded
[ 0.652482] SCSI subsystem initialized
[ 0.656524] i2c-gpio i2c-gpio.4: using pins 247 (SDA) and 246 (SCL)
[ 0.662084] i2c-gpio i2c-gpio.5: using pins 203 (SDA) and 204 (SCL)
[ 0.668801] regulator: DCDC1: 750 <--> 1500 mV
[ 0.672841] regulator: DCDC2: 750 <--> 1500 mV
[ 0.677558] regulator: LDO4: 3300 mV
[ 0.680953] regulator: LDO7: 1600 <--> 3600 mV
[ 0.685469] regulator: LDO17: 1600 <--> 3600 mV
[ 0.690144] i2c-gpio i2c-gpio.6: using pins 206 (SDA) and 209 (SCL)
[ 0.696313] i2c-gpio i2c-gpio.7: using pins 201 (SDA) and 202 (SCL)
[ 0.702765] i2c-gpio i2c-gpio.8: using pins 42 (SDA) and 43 (SCL)
[ 0.708621] i2c-gpio i2c-gpio.9: using pins 245 (SDA) and 244 (SCL)
[ 0.714920] i2c-gpio i2c-gpio.10: using pins 197 (SDA) and 198 (SCL)
[ 0.721214] i2c-gpio i2c-gpio.11: using pins 114 (SDA) and 98 (SCL)
[ 0.727246] i2c-gpio i2c-gpio.12: using pins 173 (SDA) and 172 (SCL)
[ 0.735219] s3c-i2c s3c2410-i2c.0: i2c-0: S3C I2C adapter
[ 0.740439] s3c-i2c s3c2410-i2c.1: i2c-1: S3C I2C adapter
[ 0.746138] s3c-i2c s3c2410-i2c.2: i2c-2: S3C I2C adapter
[ 0.751898] Bluetooth: Core ver 2.15
[ 0.754256] NET: Registered protocol family 31
[ 0.758498] Bluetooth: HCI device and connection manager initialized
[ 0.764763] Bluetooth: HCI socket layer initialized
[ 0.770013] Switching to clocksource clock_source_systimer
[ 0.784918] NET: Registered protocol family 2
[ 0.788265] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.796083] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.802289] TCP bind hash table entries: 16384 (order: 6, 327680 bytes)
[ 0.809057] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.815055] TCP reno registered
[ 0.818394] NET: Registered protocol family 1
[ 0.854712] [BT] rfkill_register(bt_rfk)
[ 0.857638] [BT] Device Powering ON
[ 0.860813] [BT] GPIO_BT_nRST = 0
[ 0.864122] [BT] bt_host_wake_irq_handler start
[ 0.868675] [BT] GPIO_WLAN_BT_EN = 1
[ 0.974443] [BT] GPIO_BT_nRST = 1
[ 0.976444] [BT] Device Powering OFF
[ 0.979949] [BT] bt_host_wake_irq_handler start
[ 0.984454] [BT] GPIO_BT_nRST = 0
[ 0.987745] [BT] GPIO_WLAN_BT_EN = 0
[ 0.991619] [BT] bt_host_wake_irq_handler start
[ 0.996167] [BT] In the unblocked state of the sleep
[ 1.000782] [BT] GPIO_BT_WAKE = 0
[ 1.004051] [BT] wake_unlock(bt_wake_lock)
[ 1.008192] [BT] In the unblocked state of the sleep
[ 1.013085] [BT] GPIO_BT_WAKE = 0
[ 1.016366] [BT] wake_unlock(bt_wake_lock)
[ 1.020440] [BT] bt_host_wake_irq_handler start
[ 1.025275] S5PC11X_FREQ_TAB=0 , S5PC11X_MAXFREQLEVEL=4
[ 1.030508] S5PV210 ADC driver, (c) 2010 Samsung Electronics
[ 1.037481] [ JACK_DRIVER (sec_jack_init,791) ]
[ 1.040677] SEC HEADSET: Registering headset driver
[ 1.045917] input: sec_jack as /devices/virtual/input/input0
[ 1.051168] [ JACK_DRIVER (sec_jack_probe,631) ] registering switch_sendend switch_dev sysfs sec_jack
[ 1.060720] SISO:registering switch_sendend switch_dev
[ 1.066059] ##########[send_end_irq_handler irq : headset_state : 0 ]##########
[ 1.072924] [ JACK_DRIVER (sec_jack_probe,671) ] sended isr send=0Xbe, ret =0
[ 1.079947] ##########[detect_irq_handler]##########
[ 1.084982] [ JACK_DRIVER (sec_jack_probe,688) ] detect isr send=0X26, ret =0
[ 1.092080] ------------[ cut here ]------------
[ 1.096664] WARNING: at drivers/gpio/gpiolib.c:101 gpio_ensure_requested+0x64/0x130()
[ 1.104455] autorequest GPIO-208
[ 1.107664] Modules linked in:
[ 1.110733] [<c070cb70>] (unwind_backtrace+0x0/0xf4) from [<c0b81de8>] (dump_stack+0x20/0x24)
[ 1.119217] [<c0b81de8>] (dump_stack+0x20/0x24) from [<c074451c>] (warn_slowpath_common+0x60/0x70)
[ 1.128145] [<c074451c>] (warn_slowpath_common+0x60/0x70) from [<c0744588>] (warn_slowpath_fmt+0x38/0x40)
[ 1.137684] [<c0744588>] (warn_slowpath_fmt+0x38/0x40) from [<c08c6f70>] (gpio_ensure_requested+0x64/0x130)
[ 1.147398] [<c08c6f70>] (gpio_ensure_requested+0x64/0x130) from [<c08c70e4>] (gpio_direction_output+0xa8/0x118)
[ 1.157550] [<c08c70e4>] (gpio_direction_output+0xa8/0x118) from [<c0718e9c>] (sec_jack_probe+0x314/0x4f0)
[ 1.167179] [<c0718e9c>] (sec_jack_probe+0x314/0x4f0) from [<c091f8c4>] (platform_drv_probe+0x28/0x2c)
[ 1.176454] [<c091f8c4>] (platform_drv_probe+0x28/0x2c) from [<c091e3e8>] (driver_probe_device+0x8c/0x17c)
[ 1.186080] [<c091e3e8>] (driver_probe_device+0x8c/0x17c) from [<c091e574>] (__driver_attach+0x9c/0xa0)
[ 1.195447] [<c091e574>] (__driver_attach+0x9c/0xa0) from [<c091da80>] (bus_for_each_dev+0x70/0x9c)
[ 1.204467] [<c091da80>] (bus_for_each_dev+0x70/0x9c) from [<c091e25c>] (driver_attach+0x2c/0x30)
[ 1.213313] [<c091e25c>] (driver_attach+0x2c/0x30) from [<c091d180>] (bus_add_driver+0xd8/0x328)
[ 1.222073] [<c091d180>] (bus_add_driver+0xd8/0x328) from [<c091e880>] (driver_register+0x88/0x19c)
[ 1.231095] [<c091e880>] (driver_register+0x88/0x19c) from [<c091fe60>] (platform_driver_register+0x60/0x68)
[ 1.240899] [<c091fe60>] (platform_driver_register+0x60/0x68) from [<c000f978>] (sec_jack_init+0x2c/0x34)
[ 1.250442] [<c000f978>] (sec_jack_init+0x2c/0x34) from [<c07043f4>] (do_one_initcall+0x44/0x1d0)
[ 1.259282] [<c07043f4>] (do_one_initcall+0x44/0x1d0) from [<c0008490>] (kernel_init+0xc0/0x11c)
[ 1.268040] [<c0008490>] (kernel_init+0xc0/0x11c) from [<c0706184>] (kernel_thread_exit+0x0/0x8)
[ 1.276813] ---[ end trace da227214a82491b7 ]---
[ 1.281412] ##########[detect_irq_handler]##########
[ 1.286450] [ JACK_DRIVER (sec_jack_probe,709) ] sec_jack_probe HWREV =7, 0x01=1 jack->low_active =1
[ 1.295636] [ JACK_DRIVER (jack_detect_change,389) ] Headset detached 0
[ 1.302264] [wake_unlock]Detach
[ 1.305614] NetWinder Floating Point Emulator V0.97 (extended precision)
[ 1.313559] ashmem: initialized
[ 1.333496] ROMFS MTD (C) 2007 Red Hat, Inc.
[ 1.336838] msgmni has been set to 663
[ 1.340491] alg: No test for cipher_null (cipher_null-generic)
[ 1.346013] alg: No test for ecb(cipher_null) (ecb-cipher_null)
[ 1.351874] alg: No test for digest_null (digest_null-generic)
[ 1.357681] alg: No test for compress_null (compress_null-generic)
[ 1.365733] alg: No test for stdrng (krng)
[ 1.420873] alg: No test for ghash (ghash-generic)
[ 1.424280] io scheduler noop registered
[ 1.428124] io scheduler anticipatory registered
[ 1.432703] io scheduler deadline registered
[ 1.437643] io scheduler cfq registered (default)
[ 1.443640] MDNIE INIT ..........
[ 1.445571] S3C MDNIE Driver, (c) 2010 Samsung Electronics
[ 1.451772] MDNIE INIT SUCCESS Addr : 0xe8838000
[ 1.455782] IELCD INIT ..........
[ 1.459118] S3C IELCD Driver, (c) 2010 Samsung Electronics
[ 1.465250] IELCD INIT SUCCESS Addr : 0xe8840000
[ 1.470183] s3cfb s3cfb: [fb0] dma: 0x4fc00000, cpu: 0xe8c00000, size: 0x002ee000
[ 1.478610] FIMD src sclk = 166750000
[ 1.480825] s3cfb s3cfb: registered successfully
[ 1.678474] s5pv210-uart.0: s3c2410_serial0 at MMIO 0xe2900000 (irq = 16) is a S3C6400/10
[ 1.685885] s5pv210-uart.1: s3c2410_serial1 at MMIO 0xe2900400 (irq = 20) is a S3C6400/10
[ 1.693887] s5pv210-uart.2: s3c2410_serial2 at MMIO 0xe2900800 (irq = 24) is a S3C6400/10
[ 1.702008] s5pv210-uart.3: s3c2410_serial3 at MMIO 0xe2900c00 (irq = 28) is a S3C6400/10
[ 1.721239] brd: module loaded
[ 1.728267] loop: module loaded
[ 1.730088] pmem: 1 init
[ 1.734227] pmem_gpu1: 1 init
[ 1.737798] pmem_adsp: 1 init
[ 1.742068] [BIF:IN ] ++FSR_BML_Init(nFlag: 0x0)
[ 1.745404] [PAM: ] ++FSR_PAM_Init
[ 1.749714] [PAM: ] OneNAND physical base address : 0xb0000000
[ 1.755771] [PAM: ] OneNAND virtual base address : 0xe8880000
[ 1.762494] [PAM: ] OneNAND nMID=0xec : nDID=0x50 Page size=4
[ 1.768655] [PAM: ] --FSR_PAM_Init
[ 1.772318] [BIF: ] FSR VERSION: FSR_1.2.1p1_b139_RTM
[ 1.777769] [OND:INF] FSR_OND_4K_Open(nDev:0, pParam:0xc4ff1e38, nFlag:0x00000000) / 1033 line
[ 1.786606] pstOND4kCxt->nBaseAddr: 0xe8880000
[ 1.792153] nDev=0, nMID=0x00ec, nDID=0x0050, nVID=0x013e
[ 1.798657] [OND:INF] pstOND4kCxt->nSysConf1:0xf006 / 1116 line
[ 1.804818] [OND:INF] pstOND4kCxt->nBlksForSLCArea[0]:2048 / 1133 line
[ 1.811588] [OND:INF] pstOND4kCxt->nIntID :0x0000 / 1236 line
[ 1.817735] [OND:INF] 1X_CACHEPGM CMD : 0x007f
[ 1.822423] [OND:INF] 1X_PLOAD CMD : 0x0003
[ 1.827374] [BBM:INF] Scan from 2004 to 2047 to find BML meta blocks (die: 0)
[ 1.834686] [BBM:INF] ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
[ 1.841625] [BBM:INF] ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
[ 1.848531] [BBM:INF] ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
[ 1.855475] [BBM:INF] ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
[ 1.862408] [BBM:INF] a5a5 a5a5 ffff
[ 1.901878] FSR: Registered TinyFSR Driver.
[ 1.907286] tl2796_probe::779->s6e63m0 probed successfuly
[ 1.911549] PPP generic driver version 2.4.2
[ 1.916491] PPP Deflate Compression module registered
[ 1.920528] PPP BSD Compression module registered
[ 1.926100] PPP MPPE Compression module registered
[ 1.930005] NET: Registered protocol family 24
[ 1.934429] PPPoL2TP kernel driver, V1.0
[ 1.938290] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[ 1.947917] CSLIP: code copyright 1989 Regents of the University of California.
[ 1.955306] [FSA9480] fsa9480_codec_probe
���Łfsa9480_interrupt
[ 2.524483] [FSA9480]----------DEBUG INT HENDLER--------------- fsa9480_interrupt
[ 2.531988] [FSA9480] FSA9480_ReadIntRegister
[ 2.536660] [audio_power, 333] AUDIO POWER COMPLETED : 1
[ 2.541944] [wm8994_i2c_probe, 2309]
[ 2.545587] [wm8994_init, 2120]
[ 2.550700] mmc0: switch to bus width 4
[ 2.552996] mmc0: new high speed MMC card at address 0001
[ 2.559064] mmcblk0: mmc0:0001 000000 1.86 GiB
[ 2.563300] mmcblk0: unknown partition table
[ 2.568203] Another host want the wakelock : 2
[ 2.579896] ldo38_control : turn ON LDO3 and LDO8 (cur_stat=0, req=1)
[ 2.584890] [otg_clock_enable] clk_enable(otg_clock) OK.
[ 2.591218] [udc_enable]AP_USB_Power off by Bootup : 1s3c_preallocate_dma_buffer: VA-ff001000, PA-4F860000, 131072bytes
[ 2.609233] s3c_preallocate_dma_buffer: VA-ff021000, PA-4F880000, 131072bytes
[ 2.616064] asoc: WM8994 PAIFRX <-> s3c64xx-i2s mapping ok
[ 2.621611] sound_tty procfs initialised
[ 2.625442] sound_tty procfs initialised
[ 2.633608] *** DEBUG : First we search for SDIO...(1)***
[ 2.638792] +++++++smdkc110_audio_init
[ 2.641408] *** DEBUG : ...then normal SD...(1) ***
[ 2.646476] [FSA9480] FSA9480_ProcessDevice (dev1 : 0x0, dev2 : 0x4)
[ 2.652481] FSA9480_DEV_TY2_JIG_UART_ON --- ATTACH
[ 2.657464] chk snd_soc_instantiate_card
[ 2.661152] chk snd_soc_instantiate_card: before for : DEBUG 1
[ 2.666958] chk snd_soc_instantiate_card: before !ac97 : DEBUG 2
[ 2.672934] chkerr snd_soc_instantiate_card: Problem card probe() is not defined
[ 2.680312] calling snd_soc_instantiate_card: cpu_dai->probe()
[ 2.687095] calling snd_soc_instantiate_card: codec_dev->probe()
[ 2.692150] WM8994 Audio Codec 0.1
[ 2.695487] [wm8994_pcm_init, 2218]
[ 2.700242] JIG UART ON
[ 2.702379] *** DEBUG : ...and finally MMC. (1)***
[ 2.706773] Another host want the wakelock : 1
[ 2.710846] Universal : Card status 1
[ 2.714652] mmc2: wake_lock_timeout 1sec 0
[ 2.752664] s3c_preallocate_dma_buffer: VA-ff041000, PA-4F8C0000, 131072bytes
[ 2.758618] s3c_preallocate_dma_buffer: VA-ff061000, PA-4F8E0000, 131072bytes
[ 2.765454] asoc: WM8994 PCM <-> s3c-pcmdev mapping ok
[ 2.772212] ASoC: Failed to create codec register debugfs file
[ 2.776612] Failed to create pop time debugfs file
[ 2.781363] Failed to create DAPM debugfs directory
[ 2.786217] chk snd_soc_instantiate_card
[ 2.790132] ----------smdkc110_audio_init
[ 2.794107] ALSA device list:
[ 2.797054] #0: smdkc110 (WM8994)
[ 2.800523] #1: smdkc110-pcm (WM8994)
[ 2.804746] Netfilter messages via NETLINK v0.30.
[ 2.809141] nf_conntrack version 0.5.0 (5311 buckets, 21244 max)
[ 2.815569] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
[ 2.822401] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
[ 2.830287] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[ 2.836833] xt_time: kernel timezone is -0000
[ 2.842514] IPv4 over IPv4 tunneling driver
[ 2.846903] GRE over IPv4 tunneling driver
[ 2.852638] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.856692] TCP cubic registered
[ 2.861093] NET: Registered protocol family 10
[ 2.873550] IPv6 over IPv4 tunneling driver
[ 2.880571] NET: Registered protocol family 17
[ 2.883586] NET: Registered protocol family 15
[ 2.888005] Bluetooth: L2CAP ver 2.14
[ 2.891619] Bluetooth: L2CAP socket layer initialized
[ 2.896666] Bluetooth: SCO (Voice Link) ver 0.6
[ 2.901158] Bluetooth: SCO socket layer initialized
[ 2.906122] Bluetooth: RFCOMM TTY layer initialized
[ 2.910902] Bluetooth: RFCOMM socket layer initialized
[ 2.915999] Bluetooth: RFCOMM ver 1.11
[ 2.919906] NET: Registered protocol family 33
[ 2.924207] NET: Registered protocol family 35
[ 2.928733] S3C24XX RTC, (c) 2004,2006 Simtec Electronics
[ 2.937648] using rtc device, s3c, for alarms
[ 2.940433] s3c2410-rtc s3c2410-rtc: rtc core: registered s3c as rtc0
[ 2.950657] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 2
[ 2.958221] melfas touchkey_init
[ 2.961602] EXT_I2C(244) -> No ACK
[ 2.964013] mcsdl_download_binary_data F/W version: 0xff, Module version:0xff
[ 2.970715] melfas i2c_touchkey_probe
[ 2.975728] input: melfas-touchkey as /devices/virtual/input/input2
[ 2.981990] i2c_touchkey_read 135 i2c transfer error
[ 2.985826] qt602240 GPIO Status
[ 2.988728] TOUCH_EN : High
[ 2.991570] TOUCH_RST : Low
[ 2.994343] TOUCH_INT : High
[ 3.100306] qt602240_i2c is attached..
[ 3.102583] +-----------------------------------------+
[ 3.107854] | Quantum Touch Driver Probe! |
[ 3.113016] +-----------------------------------------+
[ 3.118752] input: qt602240_ts_input as /devices/virtual/input/input3
[ 3.125492] QT_reprogram check
[ 3.127753] chkerr s3c24xx_i2c_doxfer, incomplete xfer -6
[ 3.133084] [QT] init_touch_driver start
[ 3.136948] [QT] init_I2C start
[ 3.165805]
[ 3.165810] [TSP] Touch device found
[ 3.169375] Version: 0x16
Family:169380] 0x80
Variant: 3734] 0x1
Build number: 0xab
Matrix X size : 19
Matrix Y size : 11
Calculated CRC: 0x1c 0x34 0xff 0x00
[ 3.195315]
Stored CRC:76] 0x1c 0x34 0xff 0x00
[ 3.201230]
Info block CRC value OK.
[ 3.204338]
[ 3.204342]
[ 3.209474] [TSP]qt_Power_Config_Init real board
[ 3.223015]
[ 3.223019] [TSP][reset_chip]
[ 3.329889] Chip reset OK!
[TSP] qt602240_probe: Start touchscreen qt602240_ts_input
[ 3.337649] qt602240_probe , 3665
[ 3.341263] [QT] ret : 0, qt602240->client name : qt602240_ts
[ 3.346768] [QT] qt602240_init/5837
[ 3.350459] [TSP] msg id = 1 90 8c d1 2 0 0 0 0
[ 3.354830] [TSP] quantum_msg[0] = 1 and quantum_msg[1] = 0x10 cal_check_flag=1
[ 3.362381] [QT] qt602240_init/5865, platform_driver_register!!
[ 3.369143] [TSP] msg id = 1 0 8c d1 2 0 0 0 0
[ 3.372665] [TSP] quantum_msg[0] = 1 and quantum_msg[1] = 0x00 cal_check_flag=2
[ 3.380523] s3c2410-rtc s3c2410-rtc: setting system clock to 2005-01-01 00:02:47 UTC (1104537767)
[ 3.391886] FIMC0 registered successfully
[ 3.397290] FIMC1 registered successfully
[ 3.402605] FIMC2 registered successfully
[ 3.405442] S5PC1XX TVOUT Driver, (c) 2009 Samsung Electronics
[ 3.416042] s5p-tvout s5p-tvout: hpd status is cable inserted
[ 3.421962] s3c_bat_init
[ 3.423075] Fuel guage attach success!!!
[ 3.427273] sec-battery sec-battery: s3c_bat_probe
[ 3.948059] s3c_bat_check_v_f: Battery auth. full check (Pass)
[ 3.953199] [BATT] s3c_cable_check_status
[ 4.470827] maxim_TA_connect~~~
[ 4.482524] maxim_TA_connect~~~
[ 4.484272] KERNEL:magic_number=0 CLEAR_UPLOAD_MAGIC_NUMBER
[ 4.490171] maxim_charging_control: TA charging enable
[ 4.495048] s3c_cable_check_status: status : AC
[ 4.499551] [BATT] s3c_cable_status_update
[ 4.503715] s3c_cable_status_update: cable AC
[ 4.508060] s3c_cable_status_update: call power_supply_changed
[ 4.519732] pmic interrupt registered
[ 4.524107] Freeing init memory: 7152K
[ 4.526439] Warning: unable to open an initial console.
[ 4.532680] [email protected] process: start parse init.rc
[ 4.537087] [email protected] process: drain_action_queue
[ 4.540521] [email protected] process: device_init #3
[ 5.022660] [BATT] maxim_vac_disconnect
[ 5.025440] maxim_vac_disconnect: connect status skip
[ 5.051149] [email protected] process: property_init
[ 5.069401] fsr: module license 'Samsung Proprietary' taints kernel.
[ 5.074314] Disabling lock debugging due to kernel taint
[ 5.114550] [BIF:IN ] ++FSR_BML_Init(nFlag: 0x0)
[ 5.117856] [PAM: ] ++FSR_PAM_Init
[ 5.122122] [PAM: ] OneNAND physical base address : 0xb0000000
[ 5.128254] [PAM: ] OneNAND virtual base address : 0xe8940000
[ 5.135630] [PAM: ] OneNAND Controller DMA physical base address : 0xb0600000
[ 5.143093] [PAM: ] OneNAND Controller DMA virtual base address : 0xe8980000
[ 5.151110] [PAM: ] OneNAND nMID=0xec : nDID=0x50 Page size=4
[ 5.157267] [PAM: ] --FSR_PAM_Init
[ 5.160992] [BIF: ] FSR VERSION: FSR_1.2.1p1_b139_RTM
[ 5.166385] [OND:INF] FSR_OND_4K_Open(nDev:0, pParam:0xc4ff1e00, nFlag:0x00000000) / 1033 line
[ 5.175224] pstOND4kCxt->nBaseAddr: 0xe8940000
[ 5.180769] nDev=0, nMID=0x00ec, nDID=0x0050, nVID=0x013e
[ 5.187273] [OND:INF] pstOND4kCxt->nSysConf1:0xf006 / 1116 line
[ 5.193435] [OND:INF] pstOND4kCxt->nBlksForSLCArea[0]:2048 / 1133 line
[ 5.200217] [OND:INF] pstOND4kCxt->nIntID :0x0000 / 1236 line
[ 5.206353] [OND:INF] 1X_CACHEPGM CMD : 0x007f
[ 5.211038] [OND:INF] 1X_PLOAD CMD : 0x0003
[ 5.215891] [BBM:INF] Scan from 2004 to 2047 to find BML meta blocks (die: 0)
[ 5.223209] [BBM:INF] ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
[ 5.230116] [BBM:INF] ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
[ 5.237054] [BBM:INF] ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
[ 5.244011] [BBM:INF] ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
[ 5.250931] [BBM:INF] a5a5 a5a5 ffff
[ 5.275279] [BBM: ] << DevNO:0, DieNO: 0 MAPPING INFORMATION >>
[ 5.280081] [BBM: ] Bad Mark Information
[ 5.284423] [BBM: ] - Bad Mark (0x2222) by erase error
[ 5.290229] [BBM: ] - Bad Mark (0x4444) by write error
[ 5.296153] [BBM: ] 0000: Sbn[ 1213]==>Rbn[ 2042] / BadMark: 0x0000 / SLC / Lock: UL
[ 5.304176] [BBM: ] << Total : 1 BAD-MAPPING INFORMATION >>
[ 5.310178] [BIF: ] nPartition Information (nVol : 0)
Here is the UART output during normal boot.
Code:

-----------------------------------------------------------
Samsung Primitive Bootloader (PBL) v3.0
Copyright (C) Samsung Electronics Co., Ltd. 2006-2010
-----------------------------------------------------------
+n1stVPN 2688
+nPgsPerBlk 64
+n1stVPN 3008
+nPgsPerBlk 64
PBL found bootable SBL: Partition(4).
Set cpu clk. from 400MHz to 800MHz.
IROM e-fused version.
-----------------------------------------------------------
Samsung Secondary Bootloader (SBL) v3.0
Copyright (C) Samsung Electronics Co., Ltd. 2006-2010
Board Name: ARIES REV 02
Build On: Oct 26 2010 14:22:42
-----------------------------------------------------------
Re_partition: magic code(0x0)
[PAM: ] ++FSR_PAM_Init
[PAM: ] OneNAND physical base address : 0xb0000000
[PAM: ] OneNAND virtual base address : 0xb0000000
[PAM: ] OneNAND nMID=0xec : nDID=0x50
[PAM: ] --FSR_PAM_Init
fsr_bml_load_partition: pi->nNumOfPartEntry = 12
partitions loading success
board partition information update.. source: 0x0
.Done.
read 1 units.
==== PARTITION INFORMATION ====
ID : IBL+PBL (0x0)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 0
NO_UNITS : 1
===============================
ID : PIT (0x1)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 1
NO_UNITS : 1
===============================
ID : EFS (0x14)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 2
NO_UNITS : 40
===============================
ID : SBL (0x3)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 42
NO_UNITS : 5
===============================
ID : SBL2 (0x4)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 47
NO_UNITS : 5
===============================
ID : PARAM (0x15)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 52
NO_UNITS : 20
===============================
ID : KERNEL (0x6)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 72
NO_UNITS : 30
===============================
ID : RECOVERY (0x7)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 102
NO_UNITS : 30
===============================
ID : FACTORYFS (0x16)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 132
NO_UNITS : 1286
===============================
ID : DBDATAFS (0x17)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 1418
NO_UNITS : 444
===============================
ID : CACHE (0x18)
ATTR : RW STL SLC (0x1101)
FIRST_UNIT : 1862
NO_UNITS : 140
===============================
ID : MODEM (0xb)
ATTR : RO SLC (0x1002)
FIRST_UNIT : 2002
NO_UNITS : 2
===============================
loke_init: j4fs_open success..
load_lfs_parameters valid magic code and version.
load_debug_level reading debug level from file successfully(0x574f4c44).
quick_start- quick start is executed!
init_fuel_gauge: vcell = 3815mV, soc = 44
reading nps status file is successfully!.
nps status=0x504d4f43
PMIC_IRQ1 = 0xc0
PMIC_IRQ2 = 0x0
PMIC_IRQ3 = 0x1
PMIC_IRQ4 = 0x0
PMIC_STATUS1 = 0x40
PMIC_STATUS2 = 0x2c
get_debug_level current debug level is 0x574f4c44.
aries_process_platform: Debug Level Low
keypad_scan: key value ----------------->= 0x0
CONFIG_ARIES_REV:32 , CONFIG_ARIES_REV03:48
aries_process_platform: final s1 booting mode = 0
AST_POWERON..
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
Load Partion idx = (6)
Loading Partion idx = (6)
..............................done
Kernel read success from kernel partition no.6, idx.6.
setting param.serialnr=0x32321357 0x21bb00ec
setting param.board_rev=0x20
setting param.cmdline=console=ttySAC2,115200 loglevel=9
Starting kernel at 0x32000000...
Uncompressing Linux...................................................................................................................................................................................
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.32.9 ([email protected]) (gcc version 4.4.1 (Sourcery G++ Lite 2009q3-67) ) #1 Fri Jul 8 18:12:14 KST 2011
[ 0.000000] CPU: ARMv7 Processor [412fc082] revision 2 (ARMv7), cr=10c53c7f
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[ 0.000000] Machine: SMDKC110
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 20480
[ 0.000000] free_area_init_node: node 0, pgdat c1069aa8, node_mem_map c1240000
[ 0.000000] Normal zone: 160 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 20320 pages, LIFO batch:3
[ 0.000000] On node 1 totalpages: 65536
[ 0.000000] free_area_init_node: node 1, pgdat c106a160, node_mem_map d0002000
[ 0.000000] Normal zone: 512 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 65024 pages, LIFO batch:15
[ 0.000000] On node 2 totalpages: 32768
[ 0.000000] free_area_init_node: node 2, pgdat c106a818, node_mem_map e0001000
[ 0.000000] Normal zone: 256 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 32512 pages, LIFO batch:7
[ 0.000000] On node 3 totalpages: 0
[ 0.000000] free_area_init_node: node 3, pgdat c106aed0, node_mem_map c12e8c20
[ 0.000000] Normal zone: 1 pages exceeds realsize 0
[ 0.000000] CPU S5PV210/S5PC110 (id 0x43110222)
[ 0.000000] s5pv210_init_clocks: initializing clocks
[ 0.000000] S3C24XX Clocks, Copyright 2004 Simtec Electronics
[ 0.000000] copy: bad source 0
[ 0.000000] mout_audss: bad source 0
[ 0.000000] s5pv210_setup_clocks: registering clocks
[ 0.000000] s5pv210_setup_clocks: clkdiv0 = 14131330, clkdiv1 = 00300400
[ 0.000000] s5pv210_setup_clocks: xtal is 24000000
[ 0.000000] S5PV210: PLL settings, A=800000000, M=667000000, E=96000000
[ 0.000000] s5pv210: 33554432 bytes system memory reserved for mfc at 0x312f3000
[ 0.000000] s5pv210: 33554432 bytes system memory reserved for mfc at 0x40204000
[ 0.000000] s5pv210: 12582912 bytes system memory reserved for fimc0 at 0x42204000
[ 0.000000] s5pv210: 1048576 bytes system memory reserved for fimc1 at 0x42e04000
[ 0.000000] s5pv210: 12582912 bytes system memory reserved for fimc2 at 0x42f04000
[ 0.000000] s5pv210: 2097152 bytes system memory reserved for pmem at 0x332f3000
[ 0.000000] s5pv210: 4194304 bytes system memory reserved for pmem_gpu1 at 0x334f3000
[ 0.000000] s5pv210: 1536000 bytes system memory reserved for pmem_adsp at 0x338f3000
[ 0.000000] s5pv210: 10485760 bytes system memory reserved for texstream at 0x33a6a000
[ 0.000000]
[ 0.000000] Skipping memset of fb base address 0x4fc00000 -------
[ 0.000000] s5pv210: 3145728 bytes system memory reserved for fimd at 0x4fc00000
[ 0.000000] s5pv210: 262144 bytes system memory reserved for wifi at 0x3446a000
[ 0.000000] Built 3 zonelists in Zone order, mobility grouping on. Total pages: 117856
[ 0.000000] Kernel command line: console=ttySAC2,115200 loglevel=9
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 80MB 256MB 128MB = 464MB total
[ 0.000000] Memory: 339468KB available (9240K code, 1899K data, 7152K init, 0K highmem)
[ 0.000000] SLUB: Genslabs=9, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=4
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:339
[ 0.000000] VIC @fd000000: id 0x00041192, vendor 0x41
[ 0.000000] VIC @fd010000: id 0x00041192, vendor 0x41
[ 0.000000] VIC @fd020000: id 0x00041192, vendor 0x41
[ 0.000000] VIC @fd030000: id 0x00041192, vendor 0x41
[ 0.000000] mult[140737]
[ 0.000000] max_delta_ns[2147483647]
[ 0.000000] min_delta_ns[30517]
[ 0.000000] rate[32768]
[ 0.000000] HZ[256]
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] console [ttySAC2] enabled
[ 0.366830] Calibrating delay loop... 796.20 BogoMIPS (lpj=1556480)
[ 0.450431] Mount-cache hash table entries: 512
[ 0.455292] Initializing cgroup subsys debug
[ 0.459135] Initializing cgroup subsys cpuacct
[ 0.463552] Initializing cgroup subsys freezer
[ 0.467998] CPU: Testing write buffer coherency: ok
[ 0.477132] KERNEL:kernel_sec_get_debug_level_from_boot=0x574f4c44
[ 0.481884] KERNEL:magic_number=0x0 DEBUG LEVEL low!!
[ 0.486879] (kernel_sec_set_upload_cause) : upload_cause set 0
[ 0.497624] regulator: core version 0.5
[ 0.500382] NET: Registered protocol family 16
[ 0.520423] S5PC110 Hardware version : EVT1
[ 0.524048] HWREV is 0x7
[ 0.526133] S3C Power Management, Copyright 2004 Simtec Electronics
[ 0.544098] aries_init_wifi_mem
[ 0.545796] aries_init_wifi_mem success
[ 0.549633] recovery_dev_register
[ 0.552883] create_recovery_class
[ 0.556540] S5PV210 Power Domain API Enable
[ 0.561300] S5PV210: Initializing architecture
[ 0.564813] S3C PL330-DMA Controller Driver, (c) 2008-2009 Samsung Electronics
[ 0.571966] Total 24 DMA channels will be initialized.
[ 0.578434] DMA: got clock for controller 0 and disabled
[ 0.583159] DMA: got clock for controller 1 and disabled
[ 0.588562] DMA: got clock for controller 2 and disabled
[ 0.594654] s3c24xx-pwm s3c24xx-pwm.0: tin at 66700000, tdiv at 66700000, tin=divclk, base 0
[ 0.601688] s3c24xx-pwm s3c24xx-pwm.1: tin at 66700000, tdiv at 66700000, tin=divclk, base 8
[ 0.610077] s3c24xx-pwm s3c24xx-pwm.2: tin at 4168750, tdiv at 4168750, tin=divclk, base 12
[ 0.618401] s3c24xx-pwm s3c24xx-pwm.3: tin at 4168750, tdiv at 4168750, tin=divclk, base 16
[ 0.646359] bio: create slab <bio-0> at 0
[ 0.650209] vgaarb: loaded
[ 0.652490] SCSI subsystem initialized
[ 0.656544] i2c-gpio i2c-gpio.4: using pins 247 (SDA) and 246 (SCL)
[ 0.662091] i2c-gpio i2c-gpio.5: using pins 203 (SDA) and 204 (SCL)
[ 0.668812] regulator: DCDC1: 750 <--> 1500 mV
[ 0.672850] regulator: DCDC2: 750 <--> 1500 mV
[ 0.677566] regulator: LDO4: 3300 mV
[ 0.680962] regulator: LDO7: 1600 <--> 3600 mV
[ 0.685476] regulator: LDO17: 1600 <--> 3600 mV
[ 0.690153] i2c-gpio i2c-gpio.6: using pins 206 (SDA) and 209 (SCL)
[ 0.696318] i2c-gpio i2c-gpio.7: using pins 201 (SDA) and 202 (SCL)
[ 0.702771] i2c-gpio i2c-gpio.8: using pins 42 (SDA) and 43 (SCL)
[ 0.708634] i2c-gpio i2c-gpio.9: using pins 245 (SDA) and 244 (SCL)
[ 0.714930] i2c-gpio i2c-gpio.10: using pins 197 (SDA) and 198 (SCL)
[ 0.721221] i2c-gpio i2c-gpio.11: using pins 114 (SDA) and 98 (SCL)
[ 0.727255] i2c-gpio i2c-gpio.12: using pins 173 (SDA) and 172 (SCL)
[ 0.735227] s3c-i2c s3c2410-i2c.0: i2c-0: S3C I2C adapter
[ 0.740445] s3c-i2c s3c2410-i2c.1: i2c-1: S3C I2C adapter
[ 0.746147] s3c-i2c s3c2410-i2c.2: i2c-2: S3C I2C adapter
[ 0.751911] Bluetooth: Core ver 2.15
[ 0.754274] NET: Registered protocol family 31
[ 0.758515] Bluetooth: HCI device and connection manager initialized
[ 0.764780] Bluetooth: HCI socket layer initialized
[ 0.770034] Switching to clocksource clock_source_systimer
[ 0.784946] NET: Registered protocol family 2
[ 0.788294] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.796108] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.802317] TCP bind hash table entries: 16384 (order: 6, 327680 bytes)
[ 0.809083] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.815081] TCP reno registered
[ 0.818420] NET: Registered protocol family 1
[ 0.854755] [BT] rfkill_register(bt_rfk)
[ 0.857679] [BT] Device Powering ON
[ 0.860857] [BT] GPIO_BT_nRST = 0
[ 0.864166] [BT] bt_host_wake_irq_handler start
[ 0.868718] [BT] GPIO_WLAN_BT_EN = 1
[ 0.974454] [BT] GPIO_BT_nRST = 1
[ 0.976451] [BT] Device Powering OFF
[ 0.979958] [BT] bt_host_wake_irq_handler start
[ 0.984463] [BT] GPIO_BT_nRST = 0
[ 0.987754] [BT] GPIO_WLAN_BT_EN = 0
[ 0.991626] [BT] bt_host_wake_irq_handler start
[ 0.996178] [BT] In the unblocked state of the sleep
[ 1.000791] [BT] GPIO_BT_WAKE = 0
[ 1.004059] [BT] wake_unlock(bt_wake_lock)
[ 1.008199] [BT] In the unblocked state of the sleep
[ 1.013095] [BT] GPIO_BT_WAKE = 0
[ 1.016375] [BT] wake_unlock(bt_wake_lock)
[ 1.020449] [BT] bt_host_wake_irq_handler start
[ 1.025281] S5PC11X_FREQ_TAB=0 , S5PC11X_MAXFREQLEVEL=4
[ 1.030516] S5PV210 ADC driver, (c) 2010 Samsung Electronics
[ 1.037487] [ JACK_DRIVER (sec_jack_init,791) ]
[ 1.040686] SEC HEADSET: Registering headset driver
[ 1.045926] input: sec_jack as /devices/virtual/input/input0
[ 1.051177] [ JACK_DRIVER (sec_jack_probe,631) ] registering switch_sendend switch_dev sysfs sec_jack
[ 1.060729] SISO:registering switch_sendend switch_dev
[ 1.066069] ##########[send_end_irq_handler irq : headset_state : 0 ]##########
[ 1.072933] [ JACK_DRIVER (sec_jack_probe,671) ] sended isr send=0Xbe, ret =0
[ 1.079956] ##########[detect_irq_handler]##########
[ 1.084991] [ JACK_DRIVER (sec_jack_probe,688) ] detect isr send=0X26, ret =0
[ 1.092089] ------------[ cut here ]------------
Code:
[ 1.096674] WARNING: at drivers/gpio/gpiolib.c:101 gpio_ensure_requested+0x64/0x130()
[ 1.104464] autorequest GPIO-208
[ 1.107673] Modules linked in:
[ 1.110742] [<c070cb70>] (unwind_backtrace+0x0/0xf4) from [<c0b81de8>] (dump_stack+0x20/0x24)
[ 1.119226] [<c0b81de8>] (dump_stack+0x20/0x24) from [<c074451c>] (warn_slowpath_common+0x60/0x70)
[ 1.128153] [<c074451c>] (warn_slowpath_common+0x60/0x70) from [<c0744588>] (warn_slowpath_fmt+0x38/0x40)
[ 1.137693] [<c0744588>] (warn_slowpath_fmt+0x38/0x40) from [<c08c6f70>] (gpio_ensure_requested+0x64/0x130)
[ 1.147407] [<c08c6f70>] (gpio_ensure_requested+0x64/0x130) from [<c08c70e4>] (gpio_direction_output+0xa8/0x118)
[ 1.157560] [<c08c70e4>] (gpio_direction_output+0xa8/0x118) from [<c0718e9c>] (sec_jack_probe+0x314/0x4f0)
[ 1.167188] [<c0718e9c>] (sec_jack_probe+0x314/0x4f0) from [<c091f8c4>] (platform_drv_probe+0x28/0x2c)
[ 1.176463] [<c091f8c4>] (platform_drv_probe+0x28/0x2c) from [<c091e3e8>] (driver_probe_device+0x8c/0x17c)
[ 1.186089] [<c091e3e8>] (driver_probe_device+0x8c/0x17c) from [<c091e574>] (__driver_attach+0x9c/0xa0)
[ 1.195456] [<c091e574>] (__driver_attach+0x9c/0xa0) from [<c091da80>] (bus_for_each_dev+0x70/0x9c)
[ 1.204476] [<c091da80>] (bus_for_each_dev+0x70/0x9c) from [<c091e25c>] (driver_attach+0x2c/0x30)
[ 1.213322] [<c091e25c>] (driver_attach+0x2c/0x30) from [<c091d180>] (bus_add_driver+0xd8/0x328)
[ 1.222082] [<c091d180>] (bus_add_driver+0xd8/0x328) from [<c091e880>] (driver_register+0x88/0x19c)
[ 1.231104] [<c091e880>] (driver_register+0x88/0x19c) from [<c091fe60>] (platform_driver_register+0x60/0x68)
[ 1.240908] [<c091fe60>] (platform_driver_register+0x60/0x68) from [<c000f978>] (sec_jack_init+0x2c/0x34)
[ 1.250451] [<c000f978>] (sec_jack_init+0x2c/0x34) from [<c07043f4>] (do_one_initcall+0x44/0x1d0)
[ 1.259291] [<c07043f4>] (do_one_initcall+0x44/0x1d0) from [<c0008490>] (kernel_init+0xc0/0x11c)
[ 1.268050] [<c0008490>] (kernel_init+0xc0/0x11c) from [<c0706184>] (kernel_thread_exit+0x0/0x8)
[ 1.276823] ---[ end trace da227214a82491b7 ]---
[ 1.281421] ##########[detect_irq_handler]##########
[ 1.286459] [ JACK_DRIVER (sec_jack_probe,709) ] sec_jack_probe HWREV =7, 0x01=1 jack->low_active =1
[ 1.295644] [ JACK_DRIVER (jack_detect_change,389) ] Headset detached 0
[ 1.302273] [wake_unlock]Detach
[ 1.305622] NetWinder Floating Point Emulator V0.97 (extended precision)
[ 1.313573] ashmem: initialized
[ 1.333511] ROMFS MTD (C) 2007 Red Hat, Inc.
[ 1.336855] msgmni has been set to 663
[ 1.340509] alg: No test for cipher_null (cipher_null-generic)
[ 1.346032] alg: No test for ecb(cipher_null) (ecb-cipher_null)
[ 1.351890] alg: No test for digest_null (digest_null-generic)
[ 1.357700] alg: No test for compress_null (compress_null-generic)
[ 1.365753] alg: No test for stdrng (krng)
[ 1.420885] alg: No test for ghash (ghash-generic)
[ 1.424288] io scheduler noop registered
[ 1.428132] io scheduler anticipatory registered
[ 1.432712] io scheduler deadline registered
[ 1.437655] io scheduler cfq registered (default)
[ 1.443650] MDNIE INIT ..........
[ 1.445580] S3C MDNIE Driver, (c) 2010 Samsung Electronics
[ 1.451789] MDNIE INIT SUCCESS Addr : 0xe8838000
[ 1.455792] IELCD INIT ..........
[ 1.459127] S3C IELCD Driver, (c) 2010 Samsung Electronics
[ 1.465251] IELCD INIT SUCCESS Addr : 0xe8840000
[ 1.470200] s3cfb s3cfb: [fb0] dma: 0x4fc00000, cpu: 0xe8c00000, size: 0x002ee000
[ 1.478616] FIMD src sclk = 166750000
[ 1.480818] s3cfb s3cfb: registered successfully
[ 1.678695] s5pv210-uart.0: s3c2410_serial0 at MMIO 0xe2900000 (irq = 16) is a S3C6400/10
[ 1.686097] s5pv210-uart.1: s3c2410_serial1 at MMIO 0xe2900400 (irq = 20) is a S3C6400/10
[ 1.694109] s5pv210-uart.2: s3c2410_serial2 at MMIO 0xe2900800 (irq = 24) is a S3C6400/10
[ 1.702225] s5pv210-uart.3: s3c2410_serial3 at MMIO 0xe2900c00 (irq = 28) is a S3C6400/10
[ 1.721428] brd: module loaded
[ 1.728517] loop: module loaded
[ 1.730259] pmem: 1 init
[ 1.734662] pmem_gpu1: 1 init
[ 1.738024] pmem_adsp: 1 init
[ 1.742264] [BIF:IN ] ++FSR_BML_Init(nFlag: 0x0)
[ 1.745586] [PAM: ] ++FSR_PAM_Init
[ 1.749902] [PAM: ] OneNAND physical base address : 0xb0000000
[ 1.755979] [PAM: ] OneNAND virtual base address : 0xe8880000
[ 1.762693] [PAM: ] OneNAND nMID=0xec : nDID=0x50 Page size=4
[ 1.768848] [PAM: ] --FSR_PAM_Init
[ 1.772521] [BIF: ] FSR VERSION: FSR_1.2.1p1_b139_RTM
[ 1.777974] [OND:INF] FSR_OND_4K_Open(nDev:0, pParam:0xc4ff1e38, nFlag:0x00000000) / 1033 line
[ 1.786801] pstOND4kCxt->nBaseAddr: 0xe8880000
[ 1.792365] nDev=0, nMID=0x00ec, nDID=0x0050, nVID=0x013e
[ 1.798857] [OND:INF] pstOND4kCxt->nSysConf1:0xf006 / 1116 line
[ 1.805013] [OND:INF] pstOND4kCxt->nBlksForSLCArea[0]:2048 / 1133 line
[ 1.811789] [OND:INF] pstOND4kCxt->nIntID :0x0000 / 1236 line
[ 1.817935] [OND:INF] 1X_CACHEPGM CMD : 0x007f
[ 1.822618] [OND:INF] 1X_PLOAD CMD : 0x0003
[ 1.827579] [BBM:INF] Scan from 2004 to 2047 to find BML meta blocks (die: 0)
[ 1.834886] [BBM:INF] ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
[ 1.841811] [BBM:INF] ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
[ 1.848731] [BBM:INF] ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
[ 1.855670] [BBM:INF] ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
[ 1.862614] [BBM:INF] a5a5 a5a5 ffff
[ 1.901951] FSR: Registered TinyFSR Driver.
[ 1.907358] tl2796_probe::779->s6e63m0 probed successfuly
[ 1.911602] PPP generic driver version 2.4.2
[ 1.916526] PPP Deflate Compression module registered
[ 1.920628] PPP BSD Compression module registered
[ 1.926163] PPP MPPE Compression module registered
[ 1.930066] NET: Registered protocol family 24
[ 1.934503] PPPoL2TP kernel driver, V1.0
[ 1.938360] SLIP: version 0.8.4-NET3.019-NEWTTY (dynamic channels, max=256) (6 bit encapsulation enabled).
[ 1.947981] CSLIP: code copyright 1989 Regents of the University of California.
[ 1.955379] [FSA9480] fsa9480_codec_probe
S�S2�ͅ�480_interrupt
[ 2.524145] [FSA9480]----------DEBUG INT HENDLER--------------- fsa9480_interrupt
[ 2.531655] [FSA9480] FSA9480_ReadIntRegister
[ 2.536324] [audio_power, 333] AUDIO POWER COMPLETED : 1
[ 2.541600] [wm8994_i2c_probe, 2309]
[ 2.545255] [wm8994_init, 2120]
[ 2.550363] mmc0: switch to bus width 4
[ 2.552658] mmc0: new high speed MMC card at address 0001
[ 2.558721] mmcblk0: mmc0:0001 000000 1.86 GiB
[ 2.562967] mmcblk0: unknown partition table
[ 2.567815] Another host want the wakelock : 2
[ 2.579904] ldo38_control : turn ON LDO3 and LDO8 (cur_stat=0, req=1)
[ 2.584900] [otg_clock_enable] clk_enable(otg_clock) OK.
[ 2.591222] [udc_enable]AP_USB_Power off by Bootup : 1s3c_preallocate_dma_buffer: VA-ff001000, PA-4F860000, 131072bytes
[ 2.609238] s3c_preallocate_dma_buffer: VA-ff021000, PA-4F880000, 131072bytes
[ 2.616078] asoc: WM8994 PAIFRX <-> s3c64xx-i2s mapping ok
[ 2.621621] sound_tty procfs initialised
[ 2.625451] sound_tty procfs initialised
[ 2.633607] *** DEBUG : First we search for SDIO...(1)***
[ 2.638775] +++++++smdkc110_audio_init
[ 2.641403] *** DEBUG : ...then normal SD...(1) ***
[ 2.646532] [FSA9480] FSA9480_ProcessDevice (dev1 : 0x0, dev2 : 0x4)
[ 2.652473] FSA9480_DEV_TY2_JIG_UART_ON --- ATTACH
[ 2.657428] chk snd_soc_instantiate_card
[ 2.661152] chk snd_soc_instantiate_card: before for : DEBUG 1
[ 2.666953] chk snd_soc_instantiate_card: before !ac97 : DEBUG 2
[ 2.672940] chkerr snd_soc_instantiate_card: Problem card probe() is not defined
[ 2.680308] calling snd_soc_instantiate_card: cpu_dai->probe()
[ 2.687093] calling snd_soc_instantiate_card: codec_dev->probe()
[ 2.692159] WM8994 Audio Codec 0.1
[ 2.695488] [wm8994_pcm_init, 2218]
[ 2.700236] JIG UART ON
[ 2.702380] *** DEBUG : ...and finally MMC. (1)***
[ 2.706777] Another host want the wakelock : 1
[ 2.710848] Universal : Card status 1
[ 2.714653] mmc2: wake_lock_timeout 1sec 0
[ 2.752666] s3c_preallocate_dma_buffer: VA-ff041000, PA-4F8C0000, 131072bytes
[ 2.758618] s3c_preallocate_dma_buffer: VA-ff061000, PA-4F8E0000, 131072bytes
[ 2.765459] asoc: WM8994 PCM <-> s3c-pcmdev mapping ok
[ 2.772192] ASoC: Failed to create codec register debugfs file
[ 2.776586] Failed to create pop time debugfs file
[ 2.781343] Failed to create DAPM debugfs directory
[ 2.786191] chk snd_soc_instantiate_card
[ 2.790102] ----------smdkc110_audio_init
[ 2.794081] ALSA device list:
[ 2.797034] #0: smdkc110 (WM8994)
[ 2.800498] #1: smdkc110-pcm (WM8994)
[ 2.804721] Netfilter messages via NETLINK v0.30.
[ 2.809110] nf_conntrack version 0.5.0 (5311 buckets, 21244 max)
[ 2.815546] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
[ 2.822374] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
[ 2.830249] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[ 2.836818] xt_time: kernel timezone is -0000
[ 2.842487] IPv4 over IPv4 tunneling driver
[ 2.846879] GRE over IPv4 tunneling driver
[ 2.852614] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.856666] TCP cubic registered
[ 2.861099] NET: Registered protocol family 10
[ 2.873483] IPv6 over IPv4 tunneling driver
[ 2.880474] NET: Registered protocol family 17
[ 2.883485] NET: Registered protocol family 15
[ 2.887915] Bluetooth: L2CAP ver 2.14
[ 2.891524] Bluetooth: L2CAP socket layer initialized
[ 2.896566] Bluetooth: SCO (Voice Link) ver 0.6
[ 2.901063] Bluetooth: SCO socket layer initialized
[ 2.906034] Bluetooth: RFCOMM TTY layer initialized
[ 2.910809] Bluetooth: RFCOMM socket layer initialized
[ 2.915899] Bluetooth: RFCOMM ver 1.11
[ 2.919850] NET: Registered protocol family 33
[ 2.924107] NET: Registered protocol family 35
[ 2.928638] S3C24XX RTC, (c) 2004,2006 Simtec Electronics
[ 2.937564] using rtc device, s3c, for alarms
[ 2.940348] s3c2410-rtc s3c2410-rtc: rtc core: registered s3c as rtc0
[ 2.950585] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 2
[ 2.958136] melfas touchkey_init
[ 2.961520] EXT_I2C(244) -> No ACK
[ 2.963935] mcsdl_download_binary_data F/W version: 0xff, Module version:0xff
[ 2.970631] melfas i2c_touchkey_probe
[ 2.975658] input: melfas-touchkey as /devices/virtual/input/input2
[ 2.981917] i2c_touchkey_read 135 i2c transfer error
[ 2.985737] qt602240 GPIO Status
[ 2.988652] TOUCH_EN : High
[ 2.991492] TOUCH_RST : Low
[ 2.994272] TOUCH_INT : High
[ 3.100251] qt602240_i2c is attached..
[ 3.102532] +-----------------------------------------+
[ 3.107799] | Quantum Touch Driver Probe! |
[ 3.112957] +-----------------------------------------+
[ 3.118706] input: qt602240_ts_input as /devices/virtual/input/input3
[ 3.125439] QT_reprogram check
[ 3.127701] chkerr s3c24xx_i2c_doxfer, incomplete xfer -6
[ 3.133026] [QT] init_touch_driver start
[ 3.136902] [QT] init_I2C start
[ 3.165812]
[ 3.165817] [TSP] Touch device found
[ 3.169384] Version: 0x16
Family:169389] 0x80
Variant: 3749] 0x1
Build number: 0xab
Matrix X size : 19
Matrix Y size : 11
Calculated CRC: 0x1c 0x34 0xff 0x00
[ 3.195324]
Stored CRC:86] 0x1c 0x34 0xff 0x00
[ 3.201239]
Info block CRC value OK.
[ 3.204347]
[ 3.204351]
[ 3.209488] [TSP]qt_Power_Config_Init real board
[ 3.223018]
[ 3.223023] [TSP][reset_chip]
[ 3.329927] Chip reset OK!
[TSP] qt602240_probe: Start touchscreen qt602240_ts_input
[ 3.337690] qt602240_probe , 3665
[ 3.341297] [QT] ret : 0, qt602240->client name : qt602240_ts
[ 3.346799] [QT] qt602240_init/5837
[ 3.350491] [TSP] msg id = 1 90 8c d1 2 0 0 0 0
[ 3.354869] [TSP] quantum_msg[0] = 1 and quantum_msg[1] = 0x10 cal_check_flag=1
[ 3.362412] [QT] qt602240_init/5865, platform_driver_register!!
[ 3.369179] [TSP] msg id = 1 0 8c d1 2 0 0 0 0
[ 3.372700] [TSP] quantum_msg[0] = 1 and quantum_msg[1] = 0x00 cal_check_flag=2
[ 3.380552] s3c2410-rtc s3c2410-rtc: setting system clock to 2005-01-01 00:05:28 UTC (1104537928)
[ 3.391929] FIMC0 registered successfully
[ 3.397335] FIMC1 registered successfully
[ 3.402648] FIMC2 registered successfully
[ 3.405493] S5PC1XX TVOUT Driver, (c) 2009 Samsung Electronics
[ 3.416062] s5p-tvout s5p-tvout: hpd status is cable inserted
[ 3.421987] s3c_bat_init
[ 3.423111] Fuel guage attach success!!!
[ 3.427300] sec-battery sec-battery: s3c_bat_probe
[ 3.948049] s3c_bat_check_v_f: Battery auth. full check (Pass)
[ 3.953191] [BATT] s3c_cable_check_status
[ 4.470831] maxim_TA_connect~~~
[ 4.482560] maxim_TA_connect~~~
[ 4.484307] KERNEL:magic_number=0 CLEAR_UPLOAD_MAGIC_NUMBER
[ 4.490207] maxim_charging_control: TA charging enable
[ 4.495078] s3c_cable_check_status: status : AC
[ 4.499592] [BATT] s3c_cable_status_update
[ 4.503750] s3c_cable_status_update: cable AC
[ 4.508095] s3c_cable_status_update: call power_supply_changed
[ 4.519474] pmic interrupt registered
[ 4.523847] Freeing init memory: 7152K
[ 4.526176] Warning: unable to open an initial console.
[ 4.532410] [email protected] process: start parse init.rc
[ 4.538072] init: /init.rc: 385: invalid option 'ioprio'
[ 4.542519] init: /init.rc: 514: invalid option 'chmod'
[ 4.547144] init: /init.rc: 514: invalid option 'chmod'
[ 4.552349] init: /init.rc: 514: invalid option 'chmod'
[ 4.557555] init: /init.rc: 514: invalid option 'chmod'
[ 4.563082] [email protected] process: drain_action_queue
[ 4.567177] [email protected] process: device_init #3
[ 5.022236] [BATT] maxim_vac_disconnect
[ 5.024985] maxim_vac_disconnect: connect status skip
[ 5.078518] [email protected] process: property_init
[ 5.096756] fsr: module license 'Samsung Proprietary' taints kernel.
[ 5.101661] Disabling lock debugging due to kernel taint
[ 5.141891] [BIF:IN ] ++FSR_BML_Init(nFlag: 0x0)
[ 5.145215] [PAM: ] ++FSR_PAM_Init
[ 5.149462] [PAM: ] OneNAND physical base address : 0xb0000000
[ 5.155601] [PAM: ] OneNAND virtual base address : 0xe8940000
[ 5.162986] [PAM: ] OneNAND Controller DMA physical base address : 0xb0600000
[ 5.170433] [PAM: ] OneNAND Controller DMA virtual base address : 0xe8980000
[ 5.178457] [PAM: ] OneNAND nMID=0xec : nDID=0x50 Page size=4
[ 5.184616] [PAM: ] --FSR_PAM_Init
[ 5.188341] [BIF: ] FSR VERSION: FSR_1.2.1p1_b139_RTM
[ 5.193733] [OND:INF] FSR_OND_4K_Open(nDev:0, pParam:0xc4ff1e00, nFlag:0x00000000) / 1033 line
[ 5.202570] pstOND4kCxt->nBaseAddr: 0xe8940000
[ 5.208115] nDev=0, nMID=0x00ec, nDID=0x0050, nVID=0x013e
[ 5.214620] [OND:INF] pstOND4kCxt->nSysConf1:0xf006 / 1116 line
[ 5.220782] [OND:INF] pstOND4kCxt->nBlksForSLCArea[0]:2048 / 1133 line
[ 5.227563] [OND:INF] pstOND4kCxt->nIntID :0x0000 / 1236 line
[ 5.233705] [OND:INF] 1X_CACHEPGM CMD : 0x007f
[ 5.238381] [OND:INF] 1X_PLOAD CMD : 0x0003
[ 5.243239] [BBM:INF] Scan from 2004 to 2047 to find BML meta blocks (die: 0)
[ 5.250556] [BBM:INF] ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
[ 5.257462] [BBM:INF] ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
[ 5.264401] [BBM:INF] ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
[ 5.271358] [BBM:INF] ffff ffff ffff ffff ffff ffff ffff ffff ffff ffff
[ 5.278278] [BBM:INF] a5a5 a5a5 ffff
[ 5.302629] [BBM: ] << DevNO:0, DieNO: 0 MAPPING INFORMATION >>
[ 5.307442] [BBM: ] Bad Mark Information
[ 5.311774] [BBM: ] - Bad Mark (0x2222) by erase error
[ 5.317585] [BBM: ] - Bad Mark (0x4444) by write error
[ 5.323514] [BBM: ] 0000: Sbn[ 1213]==>Rbn[ 2042] / BadMark: 0x0000 / SLC / Lock: UL
[ 5.331532] [BBM: ] << Total : 1 BAD-MAPPING INFORMATION >>
[ 5.337535] [BIF: ] nPartition Information (nVol : 0)
[ 5.343004] nVer : 0x10000
[ 5.346817] 00 / nID:0x00 / nAttr:0x00001002 / 1stVun: 0 / Units: 1
[ 5.354710] 01 / nID:0x01 / nAttr:0x00001002 / 1stVun: 1 / Units: 1
[ 5.362608] 02 / nID:0x20 / nAttr:0x00001101 / 1stVun: 2 / Units: 40
[ 5.370495] 03 / nID:0x03 / nAttr:0x00001002 / 1stVun: 42 / Units: 5
[ 5.378392] 04 / nID:0x04 / nAttr:0x00001002 / 1stVun: 47 / Units: 5
[ 5.386283] 05 / nID:0x21 / nAttr:0x00001101 / 1stVun: 52 / Units: 20
[ 5.394173] 06 / nID:0x06 / nAttr:0x00001002 / 1stVun: 72 / Units: 30
[ 5.402070] 07 / nID:0x07 / nAttr:0x00001002 / 1stVun: 102 / Units: 30
[ 5.409961] 08 / nID:0x22 / nAttr:0x00001101 / 1stVun: 132 / Units: 1286
[ 5.417856] 09 / nID:0x23 / nAttr:0x00001101 / 1stVun: 1418 / Units: 444
[ 5.425743] 10 / nID:0x24 / nAttr:0x00001101 / 1stVun: 1862 / Units: 140
[ 5.433646] 11 / nID:0x11 / nAttr:0x00001002 / 1stVun: 2002 / Units: 2
[ 5.441531] [BBM:INF] The registered blocks in ERL are handled
[ 5.447597] [BBM:INF] (number of blocks: 0)
[ 5.466270] BML: Registered BML Driver.
[ 5.507518] [BIF:IN ] ++FSR_BML_Init(nFlag: 0x0)
[ 5.510960] [BIF: ] FSR_BML_Init(nFlag:0x0, nRe:FSR_BML_ALREADY_INITIALIZED) / 1027 line
[ 5.529021] FSR: Registered STL Driver.
[ 5.703758] [BIF: ] FSR VERSION: FSR_1.2.1p1_b139_RTM
[ 5.707871] [BIF: ] FSR_BML_Open(nVol:0, nFlag:0x0, nOpenCnt:2) / 1171 line
[ 5.715227] [SIF:INF] ===> STL Clst[ 1] Scan Root Info
[ 5.721152] [SIF:INF] ===> STL Zone[ 1, 0] Open Zone Meta
[ 5.727040] [SIF:INF] Latest Header Index ( 0) Vbn ( 2)
[ 5.733620] [SIF:INF] Latest Header Clean Page Offset ( 3)
[ 5.740072] [SIF:INF] POR write timer : 0xa
[ 5.744971] [SIF:INF] Latest Context BlockIdx ( 0) Offset ( 2) Vpn ( 130)
[ 5.753116] [SIF:INF] Number of Free Block ( 4)
[ 5.758630] [SIF:INF] Active Log List : Num ( 2)
[ 5.764265] [SIF:INF] ===> STL Zone[ 1, 0] Open Zone Post
[ 5.770130] [SIF:INF] ===> STL Zone[ 1, 0] Validity check
[ 5.775554] [SIF:INF] Partition [0, 21] open is success
[ 5.781767] [SIF:INF] Zone[ 1, 0]: nDgn( 4) nVbn( 8) S( 0)-E( 2) nCPOffs( 3)
[ 5.795662] [SIF:INF] Zone[ 1, 0]: nDgn( 2) nVbn( 15) S( 0)-E( 5) nCPOffs( 6)
[ 5.813939] param_init
[ 5.820327] load_lfs_param_value: param.blk read successfully.
[ 5.842194] pdp_activate, id: 1
[ 5.844457] ttyCSD(id: 1) serial device is created.
[ 5.848799] pdp_activate, id: 7
[ 5.852441] ttyCDMA(id: 7) serial device is created.
[ 5.856853] pdp_activate, id: 9
[ 5.860479] ttyTRFB(id: 9) serial device is created.
[ 5.864914] pdp_activate, id: 27
[ 5.868643] ttyCIQ(id: 27) serial device is created.
continued....
Code:
[ 5.874886] [OneDRAM] command_handler:1889 - <3>Unknown command.. ff3f
[ 5.888633] [FSA9480]connectivity_switching_init = switch_sel : 0x198f
[ 5.893764] [FSA9480_Enable_AP_USB] Enable AP USB
[ 5.899245] [ap_usb_power_on]AP USB Power ON, askon: 0, mtp : 0
[ 5.904294] !!!!!!!!!!! [ap_usb_power_on]AP samsung_kies_mtp_mode_flag0, mtp:0
[ 5.921781] [enable_adb] enable(1), dev->adb_enabled(0)
[ 5.925545] [enable_adb]USBSTATUS_SAMSUNG_KIES
[ 5.929962] [enable_adb] change usb config to UMS + CDFS (No Debugging mode)
[ 5.937081] [usb_change_config] list_del 'UMS Only (No debugging mode)'
[ 5.943667] mass_storage_function_config_changed
[ 5.948266] interface 0 = usb_mass_storage/c4adfa00
[ 5.953824] [ap_usb_power_on]AP USB Power ON, askon: 0, mtp : 0
[ 5.959193] !!!!!!!!!!! [ap_usb_power_on]AP samsung_kies_mtp_mode_flag0, mtp:0
[ 5.966394] ldo38_control : turn ON LDO3 and LDO8 (cur_stat=1, req=1)
[ 5.972823] [otg_clock_enable] already clk_enabled.
[ 5.983767] [otg_clock_enable] clk_disable(otg_clock) OK.
[ 5.987707] ldo38_control : turn OFF LDO3 and LDO8 (cur_stat=1, req=1)
[ 5.998078] [BIF: ] FSR VERSION: FSR_1.2.1p1_b139_RTM
[ 6.002164] [BIF: ] FSR_BML_Open(nVol:0, nFlag:0x0, nOpenCnt:3) / 1171 line
[ 6.009495] [OneDRAM] command_handler:1889 - <3>Unknown command.. ff3f
[ 6.016043] [SIF:INF] ===> STL Clst[ 2] Scan Root Info
[ 6.021961] [SIF:INF] ===> STL Zone[ 2, 0] Open Zone Meta
[ 6.034897] [SIF:INF] Latest Header Index ( 13) Vbn ( 15)
[ 6.041314] [SIF:INF] Latest Header Clean Page Offset ( 7)
[ 6.047338] [SIF:INF] POR write timer : 0x4
[ 6.052486] [SIF:INF] Latest Context BlockIdx ( 13) Offset ( 6) Vpn ( 966)
[ 6.060391] [SIF:INF] Number of Free Block ( 25)
[ 6.065898] [SIF:INF] Active Log List : Num ( 0)
[ 6.071536] [SIF:INF] ===> STL Zone[ 2, 0] Open Zone Post
[ 6.077181] [SIF:INF] ===> STL Zone[ 2, 0] Validity check
[ 6.082824] [SIF:INF] Partition [0, 22] open is success
[ 6.089425] [BIF: ] FSR VERSION: FSR_1.2.1p1_b139_RTM
[ 6.093757] [BIF: ] FSR_BML_Open(nVol:0, nFlag:0x0, nOpenCnt:4) / 1171 line
[ 6.101139] [SIF:INF] ===> STL Clst[ 3] Scan Root Info
[ 6.107051] [SIF:INF] ===> STL Zone[ 3, 0] Open Zone Meta
[ 6.113654] [SIF:INF] Latest Header Index ( 7) Vbn ( 9)
[ 6.124580] [SIF:INF] Latest Header Clean Page Offset ( 39)
[ 6.129994] [SIF:INF] POR write timer : 0x5
[ 6.134900] [SIF:INF] Latest Context BlockIdx ( 7) Offset ( 38) Vpn ( 614)
[ 6.143051] [SIF:INF] Number of Free Block ( 23)
[ 6.148559] [SIF:INF] Active Log List : Num ( 8)
[ 6.154192] [SIF:INF] ===> STL Zone[ 3, 0] Open Zone Post
[ 6.160694] [SIF:INF] ===> STL Zone[ 3, 0] Validity check
[ 6.165477] [SIF:INF] Partition [0, 23] open is success
[ 6.172783] [SIF:INF] Zone[ 3, 0]: nDgn( 0) nVbn( 33) S( 0)-E( 10) nCPOffs( 11)
[ 6.180112] [FSA9480]connectivity_switching_init = switch_sel : 0x198f
[ 6.186288] [SIF:INF] Zone[ 3, 0]: nDgn( 5) nVbn( 86) S( 53)-E( 52) nCPOffs( 53)
[ 6.202189] [SIF:INF] Zone[ 3, 0]: nDgn( 4) nVbn( 23) S( 0)-E( 55) nCPOffs( 56)
[ 6.210114] [SIF:INF] Zone[ 3, 0]: nDgn( 1) nVbn( 37) S( 0)-E( 5) nCPOffs( 6)
[ 6.228984] [BIF: ] FSR VERSION: FSR_1.2.1p1_b139_RTM
[ 6.233030] [BIF: ] FSR_BML_Open(nVol:0, nFlag:0x0, nOpenCnt:5) / 1171 line
[ 6.240424] [SIF:INF] ===> STL Clst[ 4] Scan Root Info
[ 6.246333] [SIF:INF] ===> STL Zone[ 4, 0] Open Zone Meta
[ 6.252291] [SIF:INF] Latest Header Index ( 1) Vbn ( 3)
[ 6.258968] [SIF:INF] Latest Header Clean Page Offset ( 4)
[ 6.265280] [SIF:INF] POR write timer : 0x9
[ 6.270184] [SIF:INF] Latest Context BlockIdx ( 1) Offset ( 3) Vpn ( 195)
[ 6.278335] [SIF:INF] Number of Free Block ( 17)
[ 6.283839] [SIF:INF] Active Log List : Num ( 4)
[ 6.289474] [SIF:INF] ===> STL Zone[ 4, 0] Open Zone Post
[ 6.295563] [SIF:INF] ===> STL Zone[ 4, 0] Validity check
[ 6.300761] [SIF:INF] Partition [0, 24] open is success
[ 6.307186] [SIF:INF] Zone[ 4, 0]: nDgn( 0) nVbn( 27) S( 0)-E( 3) nCPOffs( 4)
[ 6.314910] [SIF:INF] Zone[ 4, 0]: nDgn( 4) nVbn( 28) S( 0)-E( 0) nCPOffs( 1)
[ 6.332238] [SIF:INF] Zone[ 4, 0]: nDgn( 2) nVbn( 25) S( 0)-E( 28) nCPOffs( 29)
[ 6.345842] [BIF: ] FSR VERSION: FSR_1.2.1p1_b139_RTM
[ 6.349890] [BIF: ] FSR_BML_Open(nVol:0, nFlag:0x0, nOpenCnt:6) / 1171 line
[ 6.357275] [SIF:INF] ===> STL Clst[ 0] Scan Root Info
[ 6.363195] [SIF:INF] ===> STL Zone[ 0, 0] Open Zone Meta
[ 6.369141] [SIF:INF] Latest Header Index ( 2) Vbn ( 4)
[ 6.375546] [SIF:INF] Latest Header Clean Page Offset ( 2)
[ 6.382150] [SIF:INF] POR write timer : 0x2
[ 6.387040] [SIF:INF] Latest Context BlockIdx ( 2) Offset ( 1) Vpn ( 257)
[ 6.395185] [SIF:INF] Number of Free Block ( 10)
[ 6.400705] [SIF:INF] Active Log List : Num ( 0)
[ 6.406349] [SIF:INF] ===> STL Zone[ 0, 0] Open Zone Post
[ 6.411979] [SIF:INF] ===> STL Zone[ 0, 0] Validity check
[ 6.417625] [SIF:INF] Partition [0, 20] open is success
[ 6.423586] [BIF: ] FSR_BML_Close(nVol: 0, nFlag: 0x0, nOpenCnt: 5)
[ 6.474773] PA FB = 0x4FC00000, bits per pixel = 32
[ 6.478177] screen width=480 height=800 va=0xdfc00000 pa=0x4fc00000
[ 6.485207] Back frameBuffer[0].VAddr=dfd77000 PAddr=4fd77000 size=1536000
[ 6.491339] [OneDRAM] command_handler:1889 - <3>Unknown command.. ff3f
[ 6.523569] [VIBETONZ:WJYOO] MISC_REGISTER nRet = 0
/system/bin/sh: Can't open /system/etc/install-recovery.sh
sh: can't access tty; job control turned off
$ [ 6.652080] init: cannot find '/system/bin/immvbsd', disabling 'immvbsd'
[ 6.691955] init: cannot find '/system/bin/wlp2pservice', disabling 'mobileAP'
[ 6.698115] init: wifi.mac_addr: check_wifi_address()
[ 6.702964] init: [WLAN] Sleep before insmod Wi-Fi Driver !!
[ 6.855398] warning: `rild' uses 32-bit capabilities (legacy support in use)
[ 6.978456] [OneDRAM] command_handler:1889 - <3>Unknown command.. ff3f
[ 6.990483] PVR_K:(Warning): SysFinalise: Version string: SGX540 S5PC110 [475, services4/system/s5pc110/sysconfig.c]
[ 7.466165] [OneDRAM] command_handler:1889 - <3>Unknown command.. ff3f
[ 7.953908] [OneDRAM] command_handler:1889 - <3>Unknown command.. ff3f
[ 8.096988] [OneDRAM] Phone Power on! sem: 1 lock: 0
[ 8.100561] [OneDRAM] set semaphore: 0
[ 8.104232] [OneDRAM] power control (with GPIO_PHONE_RST_N)
[ 8.306509] [OneDRAM] command_handler:1889 - <3>Unknown command.. ff3f
[ 8.902544] [wm8994_get_fmradio_path, 929] wm8994_get_fmradio_path : 0
[ 8.915294] [wm8994_get_playback_path, 595]
[ 8.922012] [wm8994_get_codec_tuning, 1035] testmode_config_flag = [0]
[ 8.927313] [wm8994_get_mic_path, 549]
[ 8.931278] [wm8994_get_voipcall_path, 859]
[ 8.935698] [wm8994_get_call_path, 728]
[ 8.945011] [wm8994_get_fmradio_path, 929] wm8994_get_fmradio_path : 0
[ 8.952671] [wm8994_get_playback_path, 595]
[ 8.959369] [wm8994_get_codec_tuning, 1035] testmode_config_flag = [0]
[ 8.966647] [wm8994_get_mic_path, 549]
[ 8.969236] [wm8994_get_voipcall_path, 859]
[ 8.973658] [wm8994_get_call_path, 728]
[ 9.002510] [wm8994_startup, 1876] Turn on codec!! Power state =[1]
[ 9.063059] [wm8994_set_dai_fmt, 1606]
[ 9.066781] [wm8994_set_sysclk, 1577] clk_id =2
[ 9.070386] [wm8994_hw_params, 1706]
[ 9.076413] [configure_clock, 1332]
[ 9.084098] [email protected] Total=32768bytes PrdSz=2048 #Prds=4, dmaEnd 0x4f868000
[ 9.091597] [wm8994_get_playback_path, 595]
[ 9.094801] [wm8994_set_playback_path, 635] routing to SPK
[ 9.094809]
[ 9.102026] [wm8994_set_playback_speaker, 1323]
[ 9.115083] [wm8994_digital_mute, 1857] Mute =[0], current Path = [2]
[ 9.115093]
[ 9.127085] [wm8994_digital_mute, 1857] Mute =[1], current Path = [2]
[ 9.127095]
[ 9.133758] [wm8994_shutdown, 1901] Stream_state = [0x1], Codec State = [0x1]
[ 9.141099] [wm8994_shutdown, 1921] Turn off Codec!!
[ 9.146229] [ JACK_DRIVER (get_headset_status,106) ] headset_status 0
[ 9.152719] [audio_ctrl_mic_bias_gpio, 361] enable = [0]
[ 9.158183] [audio_ctrl_mic1_bias_gpio, 379] enable = [0]
[ 9.164619] [wm8994_startup, 1876] Turn on codec!! Power state =[1]
[ 9.228987] [wm8994_set_dai_fmt, 1606]
[ 9.232708] [wm8994_set_sysclk, 1577] clk_id =2
[ 9.236313] [wm8994_hw_params, 1706]
[ 9.242297] [configure_clock, 1332]
[ 9.249964] [email protected] Total=32768bytes PrdSz=2048 #Prds=4, dmaEnd 0x4f868000
[ 9.256329] [wm8994_get_playback_path, 595]
[ 9.260701] [wm8994_set_playback_path, 635] routing to SPK
[ 9.260709]
[ 9.267875] [wm8994_set_playback_speaker, 1323]
[ 9.277888] [wm8994_digital_mute, 1857] Mute =[0], current Path = [2]
[ 9.277898]
[ 9.290526] [OneDRAM] Received 0xc8 from MailboxAB (Phone Boot OK).
[ 9.295322] [OneDRAM] dpram_init_and_report, sem: 0
[ 9.310140] =====> send IRQ: cd
[ 9.311982] [OneDRAM] Send 0xc2 to MailboxBA (onedram init finish).
[ 9.439784] [OneDRAM](dpram_write) Failed to get a Semaphore. sem:0, PHONE_ACTIVE:HIGH, fail_cnt:1
[ 11.708997] init: Loading the wifi driver DRIVER_MODULE_ARG:firmware_path=/system/etc/wifi/bcm4329_sta.bin nvram_path=/system/etc/wifi/nvram_net.txt dhd_customer_gpio_wlan_ctrl: call customer sN
[ 11.820902] wlan_setup_power on --enter
[ 11.824672] WLAN: GPIO_WLAN_BT_EN = 1, GPIO_WLAN_nRST = 1
[ 11.830046] [BT] bt_host_wake_irq_handler start
[ 11.834583] sdhci_s3c_force_presence_change : Enter
[ 11.869009]
[ 11.869020] Dongle Host Driver, version 4.218.237.100
[ 11.869028] Compiled in drivers/net/wireless/bcm4329/atlas/src on Jul 8 2011 at 18:10:30
[ 11.903307] [email protected]_init1()
[ 12.061588] [email protected]_init1()
[ 12.075687] *** DEBUG : First we search for SDIO...(1)***
[ 12.116887] mmc1: queuing CIS tuple 0x80 length 50
[ 12.134846] mmc1: queuing CIS tuple 0x80 length 7
[ 12.149652] mmc1: queuing CIS tuple 0x80 length 9
[ 12.164309] mmc1: queuing CIS tuple 0x80 length 6
[ 12.204520] mmc1: queuing CIS tuple 0x02 length 1
[ 12.208639] [email protected]
[ 12.220721] mmc1: new SDIO card at address 0001
[ 12.242279] dhd_customer_oob_irq_map: customer specific Host GPIO number is (180)
[ 12.249275] use staic skb
[ 12.268035] F1 signature read @0x18000000=0x9934329
[ 12.281951] DHD: dongle ram size is set to 294912(orig 294912)
[ 12.290287] wl_iw_init_ss_cache_ctrl :
[ 12.392010] dhdsdio_write_vars: Download, Upload and compare of NVRAM succeeded.
[ 12.425884] [SIF:INF] Zone[ 3, 0]: nDgn( 6) nVbn( 77) S( 3)-E( 33) nCPOffs( 34)
[ 12.432935] [SIF:INF] Zone[ 3, 0]: nDgn( 7) nVbn( 96) S( 61)-E( 60) nCPOffs( 61)
[ 12.477570] Firmware version = wl0: Jun 4 2010 14:21:21 version 4.218.214.3
[ 12.491571] setting wme_apsd_sta 1
[ 12.499393] [SIF:INF] Zone[ 3, 0]: nDgn( 8) nVbn( 22) S( 54)-E( 56) nCPOffs( 57)
[ 12.506715] [SIF:INF] Zone[ 3, 0]: nDgn( 9) nVbn( 74) S( 24)-E( 23) nCPOffs( 24)
[ 12.670290] eth0: Broadcom Dongle Host Driver mac=5c:da:d4:15:50:b7
[ 12.675119] wl_iw_iscan_set_scan_broadcast_prep: First Brodcast scan was forced
[ 12.682397] dev_wlc_ioctl:eth0: cmd 49
[ 12.686134] Enter wl_control_wl_start
[ 12.689852] Exited wl_control_wl_start
[ 12.693742] _dhd_set_multicast_list: mcast_list
[ 12.705431] _dhd_set_multicast_list: allmulti
[ 12.708757] _dhd_set_multicast_list: WLC_SET_PROMISC
[ 12.720902] eth0: set promisc 0 failed
[ 12.744288] _dhd_set_multicast_list: mcast_list
[ 12.748216] dev_wlc_ioctl:eth0: cmd 262
[ 12.751618] _dhd_set_multicast_list: allmulti
[ 12.763979] dev_wlc_ioctl:eth0: cmd 263
[ 12.766776] _dhd_set_multicast_list: WLC_SET_PROMISC
[ 12.773817] +++: Set Broadcast ISCAN
[ 12.775953] dev_wlc_ioctl:eth0: cmd 263
[ 12.783343] eth0: set promisc 0 failed
[ 12.796975] init: ret of init_module:(0)
[ 12.806712] mmc1: wake_lock_timeout 1sec 0
[ 13.712843] wl_iw_event: dev=eth0 event=26
[ 13.715683] dev_wlc_ioctl:eth0: cmd 262
[ 13.723082] results->count = 3
[ 13.724685] results->buflen = 1368
[ 13.728043] iscanresults complete
[ 13.731375] Send Event ISCAN complete
[ 15.806704] wl_iw_release_ss_cache_ctrl :
[ 15.809244] wl_iw_free_ss_cache called
[ 15.813014] wl_iw_run_ss_cache_timer : timer stops
[ 15.850454] dhd_customer_gpio_wlan_ctrl: call customer specific GPIO to turn off WL_REG_ON
[ 15.857404] wlan_setup_power down --enter
[ 15.861270] WLAN: GPIO_WLAN_BT_EN = 0, GPIO_WLAN_nRST = 0
[ 15.866655] sdhci_s3c_force_presence_change : Enter
[ 15.897315] [BT] bt_host_wake_irq_handler start
[ 15.983437] init: wifi.mac_addr: .mac.info well created!
[ 16.019520] init: no such service 'bootanim'
[ 16.083981] mmc1: card 0001 removed
[ 16.134540] *** DEBUG : First we search for SDIO...(1)***
[ 16.151457] *** DEBUG : ...then normal SD...(1) ***
[ 16.161159] *** DEBUG : ...and finally MMC. (1)***
[ 16.165849] mmc1: wake_lock_timeout 1sec 0
[ 22.081484] xrun: occurred buffer xrun[0]
[ 22.650158] KERNEL:magic_number=0 CLEAR_UPLOAD_MAGIC_NUMBER
And that's the stock ED04 kernel output.
At higher levels of logging, there is a shell prompt available. If you are rooted, you can use this with the SU binary to make administrative changes
The PMIC on this device is wired differently then all other Galaxy S devices. When booting from USB, the PMIC requires you to hold the power-on button in order to maintain memory. On all other Galaxy S devices I have used, the USB cable is sufficient to hold power.
This device uses MoviNAND like the Samsung Vibrant.
I was not able to access Internal UART. Internal UART will allow a root prompt during power-off battery charging. You can use this as a temp-root to perma-root your device. Again, I could not locate this,but it DOES exist.

[Q] HELP : Htc Desire - Wifi Data Connection problems

Hi to all,
I have some trouble with my htc desire and wifi.
I surfed a long but didnt find how to fix it.
My configuration :
Htc Desire : AMOLED
S-OFF
HBOOT : 6.97.1002
Table : CM7r2
Radio : 32.56.00.32U_5.17.05.23
Kernel : 2.6.35.14-snq-111011
Build : 3.14.405.1
Rom : Revolution v1.5 Data++
I can see wifi signal clearly and powerfully but it seems that packages wont arrive to my phone. Tried with router and a desire-hd-hotspot.
If i go on a webpage is like i am not connected (same for meteo update or any internet stuff) - but good signal and "connected" in any case
Some suggestions ?
I have putted in an output filetext the result of dmesg to see what's wrong with WLAN
[WLAN] wifi_set_power = 1
[ 1964.546173] bravo_wifi_power: 1
[ 1964.896697]
[WLAN] wifi_set_carddetect = 1
[ 1964.896881] bravo_wifi_set_carddetect: 1
[ 1964.897003]mmc0: card_present 1
[ 1964.897094] mmc0: Slot status change detected (0 -> 1)
[1964.898529]
[WLAN] Dongle Host Driver, version 4.218.204.2
[ 1967.114990]
[WLAN] DHD: dongle ram size is set to 294912(orig 294912)
[ 1967.911376]
[WLAN]irq: 239
[ 1967.925628] [WLAN] firmware version: wl0: Jun 17 2010 16:58:32 version 4.218.207.0
[ 1967.943115]
[WLAN] wifi: Disable 802.11n
[ 1968.089324] [WLAN] dhd_preinit_ioctls:str=0x6e756c6c207061636b657400
[ 1968.090942]
[WLAN] eth0: Broadcom Dongle Host Driver mac=XX:XX:XX:XXX:XX:XX
[ 1968.093414] (JUST HIDING MY INFO WITH "XX")
[WLAN] enter dhd_set_multicast_list
[ 1968.093688]
[WLAN] enter dhd_set_multicast_list
[ 1968.094787]
[WLAN] enter dhd_set_multicast_list
[ 1968.097412]
[WLAN] disassoc client!
[ 1969.392333]
[WLAN] Enter set packet filter
[ 1969.395965]
[WLAN] start to add pkt filter 100
[ 1969.398071]
[WLAN] RXFILTER-ADD MULTICAST filter
[ 1969.398254]
[WLAN] Enter set packet filter
[ 1969.399200]
[WLAN] start to add pkt filter 104
[ 1969.401245]
[WLAN] Enter set packet filter
[ 1969.402404]
[WLAN] start to add pkt filter 102
[ 1969.412109]
[WLAN] power active. ctrl_mask: 0x4
[ 1969.451568]
[WLAN] wl_iw_iscan_get_scan return to WE 202 bytes APs=1
[ 1969.569519]
[WLAN] pfn: set ssid = Trojan21 (MY LOLLING SSID NAME)
[ 1969.569641]
[WLAN] lightest is 0, weightest is 0, samessid = 65535
[ 1970.701141]
[WLAN] wake lock 15 secs!
[ 1970.701293]
[WLAN] Link UP
[ 1970.708984]
[WLAN] STA connect received 1
[ 1970.771911] (CONNECTED !!!!)
[WLAN] getpower: and_pm = 1, dhd_pm: 0, ctrl_mask: 0x4, usb_act: 1
[ 1970.771942]
[ 1972.779968]
[WLAN] Enter set packet filter
[ 1972.780975]
[WLAN] start to add pkt filter 101
[ 1972.781097]
[WLAN] ip: c0a8000b
[ 1972.878143]
[WLAN] Driver GET GATEWAY-ADD CMD!!!
[ 1972.878356]
[WLAN] gatewaybuf: c0a80001
[ 1974.416717]
[WLAN] Send Event ISCAN complete
[ 1974.417205]
[WLAN] wl_iw_iscan_get_scan return to WE 202 bytes APs=1
[ 1977.535278]
[GSNR] Gsensor enable
[ 1978.835418] eth0: no IPv6 routers present
[ 1981.263000]
[WLAN] Send Event ISCAN complete
[ 1983.881805]
[WLAN] wl_iw_iscan_get_scan return to WE 202 bytes APs=1
[ 1986.275421]
[WLAN] Send Event ISCAN complete
[ 2028.875457]
[WLAN] wl_iw_iscan_get_scan return to WE 202 bytes APs=1
[ 2029.657989]
[WLAN] Send Event ISCAN complete
[ 2034.312103]
[WLAN] wl_iw_iscan_get_scan return to WE 202 bytes APs=1
[ 2034.688476]
Binder Thread #(parent:zygote): vibrates 0 msec
[ 2055.366271] Binder Thread #(parent:zygote): vibrates 24 msec
[ 2055.366394] [ATS][set_vibration][successful]
[ 2055.390563] [VIB]gpio_timer_func
[ 2055.396057] er.ServerThread(parent:zygote): vibrates 0 msec
[ 2056.320800] Binder Thread #(parent:zygote): vibrates 0 msec
[ 2056.321105] Binder Thread #(parent:zygote): vibrates 24 msec
[ 2056.321228] [ATS][set_vibration][successful]
[ 2056.345458] [VIB]gpio_timer_func
[ 2056.346313] er.ServerThread(parent:zygote): vibrates 0 msec
[ 2056.528106] Binder Thread #(parent:zygote): vibrates 0 msec
[ 2056.528411] Binder Thread #(parent:zygote): vibrates 24 msec
[ 2056.528503] [ATS][set_vibration][successful]
[ 2056.552703] [VIB]gpio_timer_func
[ 2056.556823] er.ServerThread(parent:zygote): vibrates 0 msec
[ 2056.826660] Binder Thread #(parent:zygote): vibrates 0 msec
[ 2056.826873] Binder Thread #(parent:zygote): vibrates 24 msec
[ 2056.827056] [ATS][set_vibration][successful]
[ 2056.851562] [VIB]gpio_timer_func
[ 2056.856445] er.ServerThread(parent:zygote): vibrates 0 msec
[ 2057.022064]
Click to expand...
Click to collapse
and something like a loop...
I hope it will help to figure out what's happening
Maybe kernel is not working correctly ?
I did all format wipe ecc. before install all the new roms (cyano and revolution)
Any ideas ?
EDIT :
Fixed in this way :
Recovery -> wipe all : data dalvik cache sd ecc. -> reflash again the rom
If the brush into the other relatively new re-Radio would be more improve? Or use other ROM try it?

[REF] NT compatible source code on omappedia (pandaboard OMAP4 reference)

Others may know about this already but I had trouble finding it so I thought I should post it for everyone. The pandaboard binary and source is available for download at the locations below. I have switched out a system app and it works with some added functionality where other builds did not (wpa_supplicant).
Source:
http://omappedia.org/wiki/Android_Getting_Started#Gingerbread
Most recent release notes, source, and build instructions:
http://omappedia.org/wiki/L27.G.5_OMAP4_GingerBread_Release_Notes
Prebuilt binary:
http://www.omappedia.org/wiki/PandaBoard_L27.12.1-P2_Release_Notes#Prebuilt_binaries
This info has been extremely valuable to me in learning how to develop for the NT and I'm betting we can use this to work around some of the other limitations of the current system apps. Enjoy!
Porting ICS in pandaboard with my own kernel image.
<6>RPC: Registered named UNIX socket transport module.
<6>RPC: Registered udp transport module.
<6>RPC: Registered tcp transport module.
<6>RPC: Registered tcp NFSv4.1 backchannel transport module.
<6>Trying to unpack rootfs image as initramfs...
<6>Freeing initrd memory: 156K
<4>NetWinder Floating Point Emulator V0.97 (double precision)
<4>------------[ cut here ]------------
<4>WARNING: at arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xd4/0x244()
omap_init_opp_table: no hwmod or odev for hsi, [17] cannot add OPPs.
<d>Modules linked in:
[<c00665b8>] (unwind_backtrace+0x0/0x13c) from [<c00ab694>] (warn_slowpath_common+0x54/0x64)
[<c00ab694>] (warn_slowpath_common+0x54/0x64) from [<c00ab738>] (warn_slowpath_fmt+0x30/0x40)
[<c00ab738>] (warn_slowpath_fmt+0x30/0x40) from [<c0012cbc>] (omap_init_opp_table+0xd4/0x244)
[<c0012cbc>] (omap_init_opp_table+0xd4/0x244) from [<c0012ecc>] (omap4_opp_init+0x34/0xb0)
[<c0012ecc>] (omap4_opp_init+0x34/0xb0) from [<c00525f0>] (do_one_initcall+0x34/0x184)
[<c00525f0>] (do_one_initcall+0x34/0x184) from [<c0008590>] (kernel_init+0xac/0x138)
[<c0008590>] (kernel_init+0xac/0x138) from [<c005f65c>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace 65f8ea860415c04f ]---
<4>------------[ cut here ]------------
<4>WARNING: at arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xd4/0x244()
omap_init_opp_table: no hwmod or odev for hsi, [18] cannot add OPPs.
<d>Modules linked in:
[<c00665b8>] (unwind_backtrace+0x0/0x13c) from [<c00ab694>] (warn_slowpath_common+0x54/0x64)
[<c00ab694>] (warn_slowpath_common+0x54/0x64) from [<c00ab738>] (warn_slowpath_fmt+0x30/0x40)
[<c00ab738>] (warn_slowpath_fmt+0x30/0x40) from [<c0012cbc>] (omap_init_opp_table+0xd4/0x244)
[<c0012cbc>] (omap_init_opp_table+0xd4/0x244) from [<c0012ecc>] (omap4_opp_init+0x34/0xb0)
[<c0012ecc>] (omap4_opp_init+0x34/0xb0) from [<c00525f0>] (do_one_initcall+0x34/0x184)
[<c00525f0>] (do_one_initcall+0x34/0x184) from [<c0008590>] (kernel_init+0xac/0x138)
[<c0008590>] (kernel_init+0xac/0x138) from [<c005f65c>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace 65f8ea860415c050 ]---
<4>------------[ cut here ]------------
<4>WARNING: at arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xd4/0x244()
omap_init_opp_table: no hwmod or odev for aess, [19] cannot add OPPs.
<d>Modules linked in:
[<c00665b8>] (unwind_backtrace+0x0/0x13c) from [<c00ab694>] (warn_slowpath_common+0x54/0x64)
[<c00ab694>] (warn_slowpath_common+0x54/0x64) from [<c00ab738>] (warn_slowpath_fmt+0x30/0x40)
[<c00ab738>] (warn_slowpath_fmt+0x30/0x40) from [<c0012cbc>] (omap_init_opp_table+0xd4/0x244)
[<c0012cbc>] (omap_init_opp_table+0xd4/0x244) from [<c0012ecc>] (omap4_opp_init+0x34/0xb0)
[<c0012ecc>] (omap4_opp_init+0x34/0xb0) from [<c00525f0>] (do_one_initcall+0x34/0x184)
[<c00525f0>] (do_one_initcall+0x34/0x184) from [<c0008590>] (kernel_init+0xac/0x138)
[<c0008590>] (kernel_init+0xac/0x138) from [<c005f65c>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace 65f8ea860415c051 ]---
<4>------------[ cut here ]------------
<4>WARNING: at arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xd4/0x244()
omap_init_opp_table: no hwmod or odev for aess, [20] cannot add OPPs.
<d>Modules linked in:
[<c00665b8>] (unwind_backtrace+0x0/0x13c) from [<c00ab694>] (warn_slowpath_common+0x54/0x64)
[<c00ab694>] (warn_slowpath_common+0x54/0x64) from [<c00ab738>] (warn_slowpath_fmt+0x30/0x40)
[<c00ab738>] (warn_slowpath_fmt+0x30/0x40) from [<c0012cbc>] (omap_init_opp_table+0xd4/0x244)
[<c0012cbc>] (omap_init_opp_table+0xd4/0x244) from [<c0012ecc>] (omap4_opp_init+0x34/0xb0)
[<c0012ecc>] (omap4_opp_init+0x34/0xb0) from [<c00525f0>] (do_one_initcall+0x34/0x184)
[<c00525f0>] (do_one_initcall+0x34/0x184) from [<c0008590>] (kernel_init+0xac/0x138)
[<c0008590>] (kernel_init+0xac/0x138) from [<c005f65c>] (kernel_thread_exit+0x0/0x8)
<4>---[ end trace 65f8ea860415c052 ]---
<6>omap-iommu omap-iommu.0: ducati registered
<6>omap-iommu omap-iommu.1: tesla registered
<5>VFS: Disk quotas dquot_6.5.2
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
<6>JFFS2 version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
<6>msgmni has been set to 911
<6>io scheduler noop registered
<6>io scheduler deadline registered
<6>io scheduler cfq registered (default)
<6>start plist test
<6>end plist test
<6>omap-rproc omap-rproc.1: powering up ipu
<6>virtio_rpmsg_bus virtio0: rpmsg backend virtproc probed successfully
<6>virtio_rpmsg_bus virtio1: rpmsg backend virtproc probed successfully
<6>Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
<6>omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
<6>omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
<6>omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
[ 0.000000] Linux version 3.0.8-00511-g2a468a3-dirty ([email protected]) (gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) ) #1 SMP Thu Dec 8 23:50:12 IST 2011
[ 0.000000] CPU: ARMv7 Processor [411fc092] revision 2 (ARMv7), cr=10c5387f
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: OMAP4 Panda board
[ 0.000000] Reserving 33554432 bytes SDRAM for VRAM
[ 0.000000] Memory policy: ECC disabled, Data cache writealloc
[ 0.000000] OMAP4430 ES2.1
[ 0.000000] SRAM: Mapped pa 0x40300000 to va 0xfe400000 size: 0xd000
[ 0.000000] PERCPU: Embedded 8 pages/cpu @c14b0000 s8448 r8192 d16128 u32768
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 119936
[ 0.000000] Kernel command line: console=ttyO2,115200n8 mem=512M init=/init vram=32M omapfb.vram=0:16M androidboot.console=ttyO2
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 473MB = 473MB total
[ 0.000000] Memory: 466452k/466452k available, 57836k reserved, 0K highmem
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
[ 0.000000] DMA : 0xffc00000 - 0xffe00000 ( 2 MB)
[ 0.000000] vmalloc : 0xe0800000 - 0xf8000000 ( 376 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .init : 0xc0008000 - 0xc0052000 ( 296 kB)
[ 0.000000] .text : 0xc0052000 - 0xc06963a4 (6417 kB)
[ 0.000000] .data : 0xc0698000 - 0xc0702bd0 ( 427 kB)
[ 0.000000] .bss : 0xc0702bf4 - 0xc0c57a48 (5460 kB)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:410
[ 0.000000] omap_hwmod: dpll_mpu_m2_ck: missing clockdomain for dpll_mpu_m2_ck.
[ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
[ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
[ 0.000000] Console: colour dummy device 80x30
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
[ 0.000000] ... CHAINHASH_SIZE: 16384
[ 0.000000] memory used by lock dependency info: 3695 kB
[ 0.000000] per task-struct memory footprint: 1152 bytes
[ 0.047637] Calibrating delay loop... 1998.78 BogoMIPS (lpj=7806976)
[ 0.117950] pid_max: default: 32768 minimum: 301
[ 0.134246] Security Framework initialized
[ 0.140502] Mount-cache hash table entries: 512
[ 0.166839] CPU: Testing write buffer coherency: ok
[ 0.177185] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
[ 0.180358] L310 cache controller enabled
[ 0.180664] l2x0: 16 ways, CACHE_ID 0x410000c4, AUX_CTRL 0x5e470000, Cache size: 1048576 B
[ 0.206146] CPU1: Booted secondary processor
[ 0.273986] Brought up 2 CPUs
[ 0.279418] SMP: Total of 2 processors activated (4014.38 BogoMIPS).
[ 0.282043] devtmpfs: initialized
[ 0.395324] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for emif_fw
[ 0.401672] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_instr
[ 0.408111] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_main_1
[ 0.408203] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l3_main_2
[ 0.420806] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_abe
[ 0.427001] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_cfg
[ 0.433166] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_per
[ 0.439422] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for l4_wkup
[ 0.446044] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for mpu_private
[ 0.452453] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for sl2if
[ 0.459472] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for usbhs_ohci
[ 0.466003] omap_hwmod: _populate_mpu_rt_base found no _mpu_rt_va for usbhs_ehci
[ 0.471801] omap_hwmod: l3_div_ck: missing clockdomain for l3_div_ck.
[ 0.483978] omap_hwmod: mcpdm: cannot be enabled (3)
[ 0.501892] print_constraints: dummy:
[ 0.510284] NET: Registered protocol family 16
[ 0.518280] GPMC revision 6.0
[ 0.566528] EMIF0 is enabled with IRQ142
[ 0.576263] EMIF1 is enabled with IRQ143
[ 0.582641] Last reset was cold reset (PRM_RSTST=0x1)
[ 0.582641]
[ 0.599700] OMAP GPIO hardware version 0.1
[ 0.644744] omap_mux_init: Add partition: #1: core, flags: 2
[ 0.680694] omap_mux_init: Add partition: #2: wkup, flags: 2
[ 0.686859] error setting wl12xx data
[ 0.709106] omap_mux_get_by_name: Could not find signal uart1_cts.uart1_cts
[ 0.714630] omap_hwmod_mux_init: Could not allocate device mux entry
[ 0.761199] hw-breakpoint: found 6 breakpoint and 1 watchpoint registers.
[ 0.767730] hw-breakpoint: 1 breakpoint(s) reserved for watchpoint single-step.
[ 0.772705] hw-breakpoint: maximum watchpoint size is 4 bytes.
[ 0.865325] OMAP DMA hardware revision 0.0
[ 1.086700] bio: create slab <bio-0> at 0
[ 1.115325] i2c-core: driver [twl] using legacy suspend method
[ 1.121734] i2c-core: driver [twl] using legacy resume method
[ 1.134460] SCSI subsystem initialized
[ 1.159240] usbcore: registered new interface driver usbfs
[ 1.170013] usbcore: registered new interface driver hub
[ 1.173858] usbcore: registered new device driver usb
[ 1.198272] omap_i2c omap_i2c.1: bus 1 rev4.0 at 400 kHz
[ 1.218658] Skipping twl internal clock init and using bootloader value (unknown osc rate)
[ 1.224731] twl6030: PIH (irq 39) chaining IRQs 368..387
[ 1.245025] machine_constraints_voltage: VUSB: failed to apply 3300000uV constraint
[ 1.252716] twl_reg twl_reg.46: can't register VUSB, -22
[ 1.255950] twl_reg: probe of twl_reg.46 failed with error -22
[ 1.272033] print_constraints: VMMC: 1200 <--> 3000 mV at 3000 mV normal standby
[ 1.285308] print_constraints: VPP: 1800 <--> 2500 mV at 1900 mV normal standby
[ 1.296569] print_constraints: VCXIO: 1800 mV normal standby
[ 1.308227] print_constraints: VDAC: 1800 mV normal standby
[ 1.322021] print_constraints: VAUX2_6030: 1200 <--> 2800 mV at 1800 mV normal standby
[ 1.328887] print_constraints: VAUX3_6030: 1000 <--> 3000 mV at 1200 mV normal standby
[ 1.345916] print_constraints: CLK32KG:
[ 1.356567] print_constraints: VANA: 2100 mV normal standby
[ 1.377746] omap_i2c omap_i2c.2: bus 2 rev4.0 at 400 kHz
[ 1.393402] omap_i2c omap_i2c.3: bus 3 rev4.0 at 100 kHz
[ 1.416778] omap_i2c omap_i2c.4: bus 4 rev4.0 at 400 kHz
[ 1.430450] omap-rproc omap-rproc.0: dsp is available
[ 1.440521] omap-rproc omap-rproc.1: ipu is available
[ 1.458618] Switching to clocksource 32k_counter
[ 1.462310] Switched to NOHz mode on CPU #0
[ 1.465545] Switched to NOHz mode on CPU #1
[ 1.908477] NET: Registered protocol family 2
[ 1.916381] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 1.927612] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 1.935424] TCP bind hash table entries: 16384 (order: 7, 589824 bytes)
[ 1.943237] TCP: Hash tables configured (established 16384 bind 16384)
[ 1.947845] TCP reno registered
[ 1.952941] UDP hash table entries: 256 (order: 2, 20480 bytes)
[ 1.958587] UDP-Lite hash table entries: 256 (order: 2, 20480 bytes)
[ 1.961700] NET: Registered protocol family 1
[ 1.978546] RPC: Registered named UNIX socket transport module.
[ 1.978698] RPC: Registered udp transport module.
[ 1.986145] RPC: Registered tcp transport module.
[ 1.986236] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.993988] Trying to unpack rootfs image as initramfs...
[ 2.026916] Freeing initrd memory: 156K
[ 2.034698] NetWinder Floating Point Emulator V0.97 (double precision)
[ 2.095184] ------------[ cut here ]------------
[ 2.105895] WARNING: at arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xd4/0x244()
[ 2.112182] omap_init_opp_table: no hwmod or odev for hsi, [17] cannot add OPPs.
[ 2.114135] Modules linked in:
[ 2.122711] [<c00665b8>] (unwind_backtrace+0x0/0x13c) from [<c00ab694>] (warn_slowpath_common+0x54/0x64)
[ 2.131256] [<c00ab694>] (warn_slowpath_common+0x54/0x64) from [<c00ab738>] (warn_slowpath_fmt+0x30/0x40)
[ 2.139801] [<c00ab738>] (warn_slowpath_fmt+0x30/0x40) from [<c0012cbc>] (omap_init_opp_table+0xd4/0x244)
[ 2.148040] [<c0012cbc>] (omap_init_opp_table+0xd4/0x244) from [<c0012ecc>] (omap4_opp_init+0x34/0xb0)
[ 2.155944] [<c0012ecc>] (omap4_opp_init+0x34/0xb0) from [<c00525f0>] (do_one_initcall+0x34/0x184)
[ 2.163665] [<c00525f0>] (do_one_initcall+0x34/0x184) from [<c0008590>] (kernel_init+0xac/0x138)
[ 2.171417] [<c0008590>] (kernel_init+0xac/0x138) from [<c005f65c>] (kernel_thread_exit+0x0/0x8)
[ 2.175140] ---[ end trace 65f8ea860415c04f ]---
[ 2.175231] ------------[ cut here ]------------
[ 2.185821] WARNING: at arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xd4/0x244()
[ 2.192077] omap_init_opp_table: no hwmod or odev for hsi, [18] cannot add OPPs.
[ 2.192169] Modules linked in:
[ 2.202545] [<c00665b8>] (unwind_backtrace+0x0/0x13c) from [<c00ab694>] (warn_slowpath_common+0x54/0x64)
[ 2.211090] [<c00ab694>] (warn_slowpath_common+0x54/0x64) from [<c00ab738>] (warn_slowpath_fmt+0x30/0x40)
[ 2.219604] [<c00ab738>] (warn_slowpath_fmt+0x30/0x40) from [<c0012cbc>] (omap_init_opp_table+0xd4/0x244)
[ 2.227844] [<c0012cbc>] (omap_init_opp_table+0xd4/0x244) from [<c0012ecc>] (omap4_opp_init+0x34/0xb0)
[ 2.235748] [<c0012ecc>] (omap4_opp_init+0x34/0xb0) from [<c00525f0>] (do_one_initcall+0x34/0x184)
[ 2.243438] [<c00525f0>] (do_one_initcall+0x34/0x184) from [<c0008590>] (kernel_init+0xac/0x138)
[ 2.251159] [<c0008590>] (kernel_init+0xac/0x138) from [<c005f65c>] (kernel_thread_exit+0x0/0x8)
[ 2.254852] ---[ end trace 65f8ea860415c050 ]---
[ 2.258514] ------------[ cut here ]------------
[ 2.265502] WARNING: at arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xd4/0x244()
[ 2.271850] omap_init_opp_table: no hwmod or odev for aess, [19] cannot add OPPs.
[ 2.271972] Modules linked in:
[ 2.282348] [<c00665b8>] (unwind_backtrace+0x0/0x13c) from [<c00ab694>] (warn_slowpath_common+0x54/0x64)
[ 2.290863] [<c00ab694>] (warn_slowpath_common+0x54/0x64) from [<c00ab738>] (warn_slowpath_fmt+0x30/0x40)
[ 2.299377] [<c00ab738>] (warn_slowpath_fmt+0x30/0x40) from [<c0012cbc>] (omap_init_opp_table+0xd4/0x244)
[ 2.307617] [<c0012cbc>] (omap_init_opp_table+0xd4/0x244) from [<c0012ecc>] (omap4_opp_init+0x34/0xb0)
[ 2.315521] [<c0012ecc>] (omap4_opp_init+0x34/0xb0) from [<c00525f0>] (do_one_initcall+0x34/0x184)
[ 2.323211] [<c00525f0>] (do_one_initcall+0x34/0x184) from [<c0008590>] (kernel_init+0xac/0x138)
[ 2.330932] [<c0008590>] (kernel_init+0xac/0x138) from [<c005f65c>] (kernel_thread_exit+0x0/0x8)
[ 2.331054] ---[ end trace 65f8ea860415c051 ]---
[ 2.338317] ------------[ cut here ]------------
[ 2.345275] WARNING: at arch/arm/mach-omap2/opp.c:74 omap_init_opp_table+0xd4/0x244()
[ 2.351654] omap_init_opp_table: no hwmod or odev for aess, [20] cannot add OPPs.
[ 2.353546] Modules linked in:
[ 2.362121] [<c00665b8>] (unwind_backtrace+0x0/0x13c) from [<c00ab694>] (warn_slowpath_common+0x54/0x64)
[ 2.370635] [<c00ab694>] (warn_slowpath_common+0x54/0x64) from [<c00ab738>] (warn_slowpath_fmt+0x30/0x40)
[ 2.379150] [<c00ab738>] (warn_slowpath_fmt+0x30/0x40) from [<c0012cbc>] (omap_init_opp_table+0xd4/0x244)
[ 2.387390] [<c0012cbc>] (omap_init_opp_table+0xd4/0x244) from [<c0012ecc>] (omap4_opp_init+0x34/0xb0)
[ 2.395294] [<c0012ecc>] (omap4_opp_init+0x34/0xb0) from [<c00525f0>] (do_one_initcall+0x34/0x184)
[ 2.402984] [<c00525f0>] (do_one_initcall+0x34/0x184) from [<c0008590>] (kernel_init+0xac/0x138)
[ 2.410705] [<c0008590>] (kernel_init+0xac/0x138) from [<c005f65c>] (kernel_thread_exit+0x0/0x8)
[ 2.411987] ---[ end trace 65f8ea860415c052 ]---
[ 2.438262] omap-iommu omap-iommu.0: ducati registered
[ 2.443237] omap-iommu omap-iommu.1: tesla registered
[ 2.583862] VFS: Disk quotas dquot_6.5.2
[ 2.589965] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 2.610137] JFFS2 version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
[ 2.620056] msgmni has been set to 911
[ 2.629028] io scheduler noop registered
[ 2.634124] io scheduler deadline registered
[ 2.640258] io scheduler cfq registered (default)
[ 2.641387] start plist test
[ 2.646362] end plist test
[ 2.664001] omap-rproc omap-rproc.1: powering up ipu
[ 2.666748] virtio_rpmsg_bus virtio0: rpmsg backend virtproc probed successfully
[ 2.685455] virtio_rpmsg_bus virtio1: rpmsg backend virtproc probed successfully
[ 2.704406] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.832885] omap_uart.0: ttyO0 at MMIO 0x4806a000 (irq = 104) is a OMAP UART0
[ 2.876647] omap_uart.1: ttyO1 at MMIO 0x4806c000 (irq = 105) is a OMAP UART1
[ 2.919281] omap_uart.2: ttyO2 at MMIO 0x48020000 (irq = 106) is a OMAP UART2
<6>console [ttyO2] enabled
[ 4.263854] console [ttyO2] enabled
<6>omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
[ 4.306304] omap_uart.3: ttyO3 at MMIO 0x4806e000 (irq = 102) is a OMAP UART3
<6>brd: module loaded
[ 4.467651] brd: module loaded
<6>loop: module loaded
[ 4.529876] loop: module loaded
<3>mtdoops: mtd device (mtddev=name/number) must be supplied
[ 4.557128] mtdoops: mtd device (mtddev=name/number) must be supplied
<6>usbcore: registered new interface driver asix
[ 4.588958] usbcore: registered new interface driver asix
<6>usbcore: registered new interface driver cdc_ether
[ 4.600830] usbcore: registered new interface driver cdc_ether
<6>usbcore: registered new interface driver net1080
[ 4.614013] usbcore: registered new interface driver net1080
<6>usbcore: registered new interface driver cdc_subset
[ 4.626647] usbcore: registered new interface driver cdc_subset
<6>usbcore: registered new interface driver zaurus
[ 4.639190] usbcore: registered new interface driver zaurus
<6>cdc_ncm: 04-Aug-2011
[ 4.647735] cdc_ncm: 04-Aug-2011
<6>usbcore: registered new interface driver cdc_ncm
[ 4.657562] usbcore: registered new interface driver cdc_ncm
<6>usbcore: registered new interface driver cdc_wdm
[ 4.674377] usbcore: registered new interface driver cdc_wdm
<6>Initializing USB Mass Storage driver...
[ 4.680725] Initializing USB Mass Storage driver...
<6>usbcore: registered new interface driver usb-storage
[ 4.696655] usbcore: registered new interface driver usb-storage
<6>USB Mass Storage support registered.
[ 4.707000] USB Mass Storage support registered.
<6>usbcore: registered new interface driver libusual
[ 4.716705] usbcore: registered new interface driver libusual
<6>usbcore: registered new interface driver usbtest
[ 4.733154] usbcore: registered new interface driver usbtest
<6>mousedev: PS/2 mouse device common for all mice
[ 4.755737] mousedev: PS/2 mouse device common for all mice
<4>i2c-core: driver [tm12xx_ts] using legacy suspend method
[ 4.779174] i2c-core: driver [tm12xx_ts] using legacy suspend method
<4>i2c-core: driver [tm12xx_ts] using legacy resume method
[ 4.793487] i2c-core: driver [tm12xx_ts] using legacy resume method
<4>i2c-core: driver [qtouch-obp-ts] using legacy suspend method
[ 4.808074] i2c-core: driver [qtouch-obp-ts] using legacy suspend method
<4>i2c-core: driver [qtouch-obp-ts] using legacy resume method
[ 4.821258] i2c-core: driver [qtouch-obp-ts] using legacy resume method
<4>i2c-core: driver [bh1780] using legacy suspend method
[ 4.836425] i2c-core: driver [bh1780] using legacy suspend method
<4>i2c-core: driver [bh1780] using legacy resume method
[ 4.848297] i2c-core: driver [bh1780] using legacy resume method
<6>twl6030_pwrbutton_probe: Enter
[ 4.863220] twl6030_pwrbutton_probe: Enter
<6>input: twl6030_pwrbutton as /devices/platform/omap/omap_i2c.1/i2c-1/1-0049/twl6030_pwrbutton/input/input0
[ 4.882507] input: twl6030_pwrbutton as /devices/platform/omap/omap_i2c.1/i2c-1/1-0049/twl6030_pwrbutton/input/input0
<6>using rtc device, twl_rtc, for alarms[ 4.927642] using rtc device, twl_rtc, for alarms<6>twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
[ 4.938964] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
<6>i2c /dev entries driver
[ 4.951263] i2c /dev entries driver
<6>Driver for 1-wire Dallas network protocol.
[ 4.972259] Driver for 1-wire Dallas network protocol.
<6>OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec
[ 4.997955] OMAP Watchdog Timer Rev 0x00: initial timeout 60 sec
<6>cpuidle: using governor ladder
[ 5.012634] cpuidle: using governor ladder
<6>cpuidle: using governor menu
[ 5.020202] cpuidle: using governor menu
<6>usbcore: registered new interface driver usbhid
[ 5.059936] usbcore: registered new interface driver usbhid
<6>usbhid: USB HID core driver
[ 5.069274] usbhid: USB HID core driver
<6>oprofile: using arm/armv7-ca9
[ 5.089599] oprofile: using arm/armv7-ca9
<6>TCP cubic registered
[ 5.097564] TCP cubic registered
<6>Initializing XFRM netlink socket
[ 5.104431] Initializing XFRM netlink socket
<6>NET: Registered protocol family 17
[ 5.112976] NET: Registered protocol family 17
<6>NET: Registered protocol family 15
[ 5.122039] NET: Registered protocol family 15
<5>Registering the dns_resolver key type
[ 5.131744] Registering the dns_resolver key type
<6>VFP support v0.3: [ 5.139404] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 1
implementor 41 architecture 3 part 30 variant 9 rev 1
<6>ThumbEE CPU extension supported.
[ 5.156158] ThumbEE CPU extension supported.
<5>Registering SWP/SWPB emulation handler
[ 5.164947] Registering SWP/SWPB emulation handler
<4>mmc0: host does not support reading read-only switch. assuming write-enable.
[ 5.240356] mmc0: host does not support reading read-only switch. assuming write-enable.
<6>Reprogramming LPDDR2 timings to 400000000 Hz
[ 5.255950] Reprogramming LPDDR2 timings to 400000000 Hz
<6>mmc0: new SDHC card at address e624
[ 5.267974] mmc0: new SDHC c<3a>Prodw er aManatgemen ta dford TrIe OMsAPs4 .
e624
/C <6>O M A5P4. PM:2 7S5ta3ti9c0 ]de pePndoewnecyr a ddMeadn betawegeen mMePnUSS t<- >f EoMrI F, MTPUIS SO <->M AL4P_4P.ER
FG MPUSS <-> L3_MAIN_1.
[<6 > OM AP 45 .PM2: 8St9a2t4ic d5ep]e ndOeMnAcy addPe4d bPetMwe:en DSUtCAaTIt <i-c> Ld4_ePEpRe/CnFdGe anndc DyU CaATI d<-d> eLd3 .
etween MPUSS <-> EMIF, MPUSS <-> L4_PER/CFG MPUSS <-> L3_MAIN_1. b
x 5.301391] OMAP4 PM: Static dependency added between DUCATI <-> L4_PER/<4>sCrF_Gin ita:n dNo PDMIUC hCoAokT It o i<ni-t> s marLt3ref.le
[ 5.3<6>2sm0a5rt8re7f]l ex ssmarr_tirefnleixt.0: maNpo_s rP_MpIrobeC: ShmoarotRkef lteox driv eri niniittia lsizmeadr
treflex
[ 5.331756] sm<6a>smarrttrreeflfexl esxma rtsremfalrext.1r: eofmlape_sxr_.p0rb e Smmaaprt_Resflre_xp drriovebre :initia lizSemda
mtReflex driver initialize<6d>s
artreflex smartreflex.2: omap_sr_probe: SmartReflex driver initialized
[ 5.344787] smartreflex smartreflex.1:<6> SommaratRpef_lsexr _Cplassr3 inoibteial:i zSedm
artReflex driver initialized
[ 5.354309] smartreflex smartreflex.2: omap_sr_probe: SmartReflex driver initialized
[ 5.362854] SmartReflex Class3 initialized
<6>mmcblk0: mmc0:e624 SD04G 3.69 GiB
[ 5.389984] mmcblk0: mmc0:e624 SD04G 3.69 GiB
<6> mmcblk0: p1
[ 5.413482] mmcblk0: p1
<6>clock: disabling unused clocks to save power
[ 5.550231] clock: disabling unused clocks to save power
<6>kmemleak: Kernel memory leak detector initialized
<6>kmemleak: Automatic memory scanning thread started
[ 5.569854] kmemleak: Kernel memory leak detector initialized
[ 5.574768] kmemleak: Automatic memory scanning thread started
<4>regulator_init_complete: VANA: incomplete constraints, leaving on
[ 5.595184] regulator_init_complete: VANA: incomplete constraints, leaving on
<4>regulator_init_complete: VDAC: incomplete constraints, leaving on
[ 5.611297] regulator_init_complete: VDAC: incomplete constraints, leaving on
<4>regulator_init_complete: VCXIO: incomplete constraints, leaving on
[ 5.626708] regulator_init_complete: VCXIO: incomplete constraints, leaving on
<6>twl_rtc twl_rtc: setting system clock to 2000-01-01 01:15:29 UTC (946689329)
[ 5.643402] twl_rtc twl_rtc: setting system clock to 2000-01-01 01:15:29 UTC (946689329)
<6>Freeing init memory: 296K
[ 5.660797] Freeing init memory: 296K
<4>init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
[ 5.687225] init (1): /proc/1/oom_adj is deprecated, please use /proc/1/oom_score_adj instead.
<3>init: cannot open '/initlogo.rle'
[ 6.756805] init: cannot open '/initlogo.rle'
<3>omap-rproc omap-rproc.1: rproc_loader_cont: failed to load ducati-m3.bin
[ 21.054748] omap-rproc omap-rproc.1: rproc_loader_cont: failed to load ducati-m3.bin
<3>init: cannot find '/system/bin/servicemanager', disabling 'servicemanager'
[ 21.072052] init: cannot find '/system/bin/servicemanager', disabling 'servicemanager'
<3>init: cannot find '/system/bin/vold', disabling 'vold'
[ 21.086029] init: cannot find '/system/bin/vold', disabling 'vold'
<3>init: cannot find '/vendor/bin/pvrsrvinit', disabling 'pvrsrvinit'
[ 21.100372] init: cannot find '/vendor/bin/pvrsrvinit', disabling 'pvrsrvinit'
<3>init: cannot find '/system/bin/netd', disabling 'netd'
[ 21.114654] init: cannot find '/system/bin/netd', disabling 'netd'
<3>init: cannot find '/system/bin/debuggerd', disabling 'debuggerd'
[ 21.127960] init: cannot find '/system/bin/debuggerd', disabling 'debuggerd'
<3>init: cannot find '/system/bin/rild', disabling 'ril-daemon'
[ 21.141479] init: cannot find '/system/bin/rild', disabling 'ril-daemon'
<3>init: cannot find '/system/bin/surfaceflinger', disabling 'surfaceflinger'
[ 21.156158] init: cannot find '/system/bin/surfaceflinger', disabling 'surfaceflinger'
<3>init: cannot find '/system/bin/app_process', disabling 'zygote'
[ 21.170898] init: cannot find '/system/bin/app_process', disabling 'zygote'
<3>init: cannot find '/system/bin/drmserver', disabling 'drm'
[ 21.184143] init: cannot find '/system/bin/drmserver', disabling 'drm'
<3>init: cannot find '/system/bin/mediaserver', disabling 'media'
[ 21.197326] init: cannot find '/system/bin/mediaserver', disabling 'media'
<3>init: cannot find '/system/bin/dbus-daemon', disabling 'dbus'
[ 21.210723] init: cannot find '/system/bin/dbus-daemon', disabling 'dbus'
<3>init: cannot find '/system/bin/installd', disabling 'installd'
[ 21.224121] init: cannot find '/system/bin/installd', disabling 'installd'
<3>init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
[ 21.239166] init: cannot find '/system/etc/install-recovery.sh', disabling 'flash_recovery'
<3>init: cannot find '/system/bin/keystore', disabling 'keystore'
[ 21.254180] init: cannot find '/system/bin/keystore', disabling 'keystore'
<3>init: property (null) has no value for writing to /sys/class/android_usb/android0/iManufacturer
[ 21.270629] init: property (null) has no value for writing to /sys/class/android_usb/android0/iManufacturer
<3>init: property (null) has no value for writing to /sys/class/android_usb/android0/iProduct
[ 21.289550] init: property (null) has no value for writing to /sys/class/android_usb/android0/iProduct
<3>init: cannot find '/system/bin/sh', disabling 'console'
[ 21.306518] init: cannot find '/system/bin/sh', disabling 'console'
Texas Instruments X-Loader 1.41 (Feb 2 2011 - 15:04:27)
Starting OS Bootloader from MMC/SD1 ...
U-Boot 1.1.4-g1632ce3f-dirty (Apr 4 2011 - 13:13:46)
Load address: 0x80e80000
DRAM: 1024 MB
Flash: 0 kB
Using default environment
In: serial
Out: serial
Err: serial

M4 Aqua custom kernel basics

This thread is to gather & collect as much possible information
on the hardware and/or configuration data
to make it possible to build more custom kernels as easily as possible
Also to hint at any gotchas / intricacies of the hardware and/or software
add1 - Hardware
Hardware list
addme
Kernel configuration
arch/arm64/configs/msm-perf_defconfig
Code:
CONFIG_LOCALVERSION="-perf"
CONFIG_SYSVIPC=y
CONFIG_AUDIT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_RCU_FAST_NO_HZ=y
CONFIG_IKCONFIG=y
CONFIG_LOG_BUF_SHIFT=18
CONFIG_CGROUPS=y
CONFIG_CGROUP_FREEZER=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_RESOURCE_COUNTERS=y
CONFIG_CGROUP_SCHED=y
CONFIG_RT_GROUP_SCHED=y
CONFIG_SCHED_HMP=y
CONFIG_NAMESPACES=y
# CONFIG_UTS_NS is not set
# CONFIG_IPC_NS is not set
# CONFIG_PID_NS is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_PANIC_TIMEOUT=5
CONFIG_KALLSYMS_ALL=y
CONFIG_EMBEDDED=y
# CONFIG_SLUB_DEBUG is not set
CONFIG_PROFILING=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
CONFIG_MODVERSIONS=y
CONFIG_PARTITION_ADVANCED=y
CONFIG_DEFAULT_ROW=y
CONFIG_FIH_REMOVE_SERIAL_DYNAMICALLY=y
CONFIG_FIH_FORCE_TRIGGER_PANIC=y
CONFIG_ARCH_MSM=y
CONFIG_ARCH_MSM8916=y
CONFIG_SMP=y
CONFIG_SCHED_MC=y
CONFIG_PREEMPT=y
CONFIG_ARMV7_COMPAT=y
CONFIG_KSM=y
CONFIG_BALANCE_ANON_FILE_RECLAIM=y
CONFIG_PROCESS_RECLAIM=y
CONFIG_SECCOMP=y
CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_COMPAT=y
CONFIG_PM_AUTOSLEEP=y
CONFIG_PM_WAKELOCKS=y
CONFIG_PM_WAKELOCKS_LIMIT=0
CONFIG_PM_RUNTIME=y
CONFIG_SUSPEND_TIME=y
CONFIG_CPU_FREQ=y
CONFIG_SCHED_FREQ_INPUT=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_INTERACTIVE=y
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_MULTIPLE_DRIVERS=y
CONFIG_NET=y
CONFIG_PACKET=y
CONFIG_UNIX=y
CONFIG_XFRM_USER=y
CONFIG_NET_KEY=y
CONFIG_INET=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_VERBOSE=y
CONFIG_IP_PNP=y
CONFIG_IP_PNP_DHCP=y
CONFIG_INET_AH=y
CONFIG_INET_ESP=y
CONFIG_INET_IPCOMP=y
CONFIG_IPV6=y
CONFIG_IPV6_PRIVACY=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
CONFIG_INET6_AH=y
CONFIG_INET6_ESP=y
CONFIG_INET6_IPCOMP=y
CONFIG_IPV6_MIP6=y
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IPV6_SUBTREES=y
CONFIG_NETFILTER=y
CONFIG_NF_CONNTRACK=y
CONFIG_NF_CONNTRACK_SECMARK=y
CONFIG_NF_CONNTRACK_EVENTS=y
CONFIG_NF_CT_PROTO_DCCP=y
CONFIG_NF_CT_PROTO_SCTP=y
CONFIG_NF_CT_PROTO_UDPLITE=y
CONFIG_NF_CONNTRACK_AMANDA=y
CONFIG_NF_CONNTRACK_FTP=y
CONFIG_NF_CONNTRACK_H323=y
CONFIG_NF_CONNTRACK_IRC=y
CONFIG_NF_CONNTRACK_NETBIOS_NS=y
CONFIG_NF_CONNTRACK_PPTP=y
CONFIG_NF_CONNTRACK_SANE=y
CONFIG_NF_CONNTRACK_SIP=y
CONFIG_NF_CONNTRACK_TFTP=y
CONFIG_NF_CT_NETLINK=y
CONFIG_NETFILTER_TPROXY=y
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=y
CONFIG_NETFILTER_XT_TARGET_CONNMARK=y
CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=y
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=y
CONFIG_NETFILTER_XT_TARGET_HARDIDLETIMER=y
CONFIG_NETFILTER_XT_TARGET_LOG=y
CONFIG_NETFILTER_XT_TARGET_MARK=y
CONFIG_NETFILTER_XT_TARGET_NFLOG=y
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=y
CONFIG_NETFILTER_XT_TARGET_NOTRACK=y
CONFIG_NETFILTER_XT_TARGET_TEE=y
CONFIG_NETFILTER_XT_TARGET_TPROXY=y
CONFIG_NETFILTER_XT_TARGET_TRACE=y
CONFIG_NETFILTER_XT_TARGET_SECMARK=y
CONFIG_NETFILTER_XT_MATCH_COMMENT=y
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=y
CONFIG_NETFILTER_XT_MATCH_CONNMARK=y
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=y
CONFIG_NETFILTER_XT_MATCH_DSCP=y
CONFIG_NETFILTER_XT_MATCH_ESP=y
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=y
CONFIG_NETFILTER_XT_MATCH_HELPER=y
CONFIG_NETFILTER_XT_MATCH_IPRANGE=y
CONFIG_NETFILTER_XT_MATCH_LENGTH=y
CONFIG_NETFILTER_XT_MATCH_LIMIT=y
CONFIG_NETFILTER_XT_MATCH_MAC=y
CONFIG_NETFILTER_XT_MATCH_MARK=y
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=y
CONFIG_NETFILTER_XT_MATCH_POLICY=y
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=y
CONFIG_NETFILTER_XT_MATCH_QTAGUID=y
CONFIG_NETFILTER_XT_MATCH_QUOTA=y
CONFIG_NETFILTER_XT_MATCH_QUOTA2=y
CONFIG_NETFILTER_XT_MATCH_QUOTA2_LOG=y
CONFIG_NETFILTER_XT_MATCH_SOCKET=y
CONFIG_NETFILTER_XT_MATCH_STATE=y
CONFIG_NETFILTER_XT_MATCH_STATISTIC=y
CONFIG_NETFILTER_XT_MATCH_STRING=y
CONFIG_NETFILTER_XT_MATCH_TIME=y
CONFIG_NETFILTER_XT_MATCH_U32=y
CONFIG_NF_CONNTRACK_IPV4=y
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_AH=y
CONFIG_IP_NF_MATCH_ECN=y
CONFIG_IP_NF_MATCH_TTL=y
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
CONFIG_NF_NAT_IPV4=y
CONFIG_IP_NF_TARGET_MASQUERADE=y
CONFIG_IP_NF_TARGET_NETMAP=y
CONFIG_IP_NF_TARGET_REDIRECT=y
CONFIG_IP_NF_MANGLE=y
CONFIG_IP_NF_RAW=y
CONFIG_IP_NF_SECURITY=y
CONFIG_IP_NF_ARPTABLES=y
CONFIG_IP_NF_ARPFILTER=y
CONFIG_IP_NF_ARP_MANGLE=y
CONFIG_NF_CONNTRACK_IPV6=y
CONFIG_IP6_NF_IPTABLES=y
CONFIG_IP6_NF_FILTER=y
CONFIG_IP6_NF_TARGET_REJECT=y
CONFIG_IP6_NF_MANGLE=y
CONFIG_IP6_NF_RAW=y
CONFIG_BRIDGE_NF_EBTABLES=y
CONFIG_BRIDGE_EBT_BROUTE=y
CONFIG_L2TP=y
CONFIG_L2TP_DEBUGFS=y
CONFIG_L2TP_V3=y
CONFIG_L2TP_IP=y
CONFIG_L2TP_ETH=y
CONFIG_BRIDGE=y
CONFIG_NET_SCHED=y
CONFIG_NET_SCH_HTB=y
CONFIG_NET_SCH_PRIO=y
CONFIG_NET_CLS_FW=y
CONFIG_NET_CLS_U32=y
CONFIG_CLS_U32_MARK=y
CONFIG_NET_CLS_FLOW=y
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_CMP=y
CONFIG_NET_EMATCH_NBYTE=y
CONFIG_NET_EMATCH_U32=y
CONFIG_NET_EMATCH_META=y
CONFIG_NET_EMATCH_TEXT=y
CONFIG_NET_CLS_ACT=y
CONFIG_RMNET_DATA=y
CONFIG_RMNET_DATA_FC=y
CONFIG_RMNET_DATA_DEBUG_PKT=y
CONFIG_SOCKEV_NLMCAST=y
CONFIG_BT=y
CONFIG_BT_RFCOMM=y
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=y
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=y
CONFIG_MSM_BT_POWER=y
CONFIG_CFG80211=y
CONFIG_NL80211_TESTMODE=y
CONFIG_CFG80211_INTERNAL_REGDB=y
CONFIG_RFKILL=y
CONFIG_IPC_ROUTER=y
CONFIG_IPC_ROUTER_SECURITY=y
CONFIG_CMA=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_RAM=y
CONFIG_APDS9930=y
CONFIG_QSEECOM=y
CONFIG_UID_CPUTIME=y
CONFIG_PN544_I2C_NFC=y
CONFIG_SCSI=y
CONFIG_SCSI_TGT=y
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_SG=y
CONFIG_CHR_DEV_SCH=y
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_SCAN_ASYNC=y
CONFIG_MD=y
CONFIG_BLK_DEV_DM=y
CONFIG_DM_CRYPT=y
CONFIG_DM_REQ_CRYPT=y
CONFIG_DM_VERITY=y
CONFIG_NETDEVICES=y
CONFIG_DUMMY=y
CONFIG_MII=y
CONFIG_TUN=y
CONFIG_MSM_RMNET_BAM=y
CONFIG_PHYLIB=y
CONFIG_PPP=y
CONFIG_PPP_BSDCOMP=y
CONFIG_PPP_DEFLATE=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_MPPE=y
CONFIG_PPP_MULTILINK=y
CONFIG_PPPOE=y
CONFIG_PPPOL2TP=y
CONFIG_PPPOLAC=y
CONFIG_PPPOPNS=y
CONFIG_PPP_ASYNC=y
CONFIG_PPP_SYNC_TTY=y
CONFIG_WCNSS_CORE=y
CONFIG_WCNSS_CORE_PRONTO=y
CONFIG_WCNSS_MEM_PRE_ALLOC=y
CONFIG_WCNSS_REGISTER_DUMP_ON_BITE=y
# CONFIG_INPUT_MOUSEDEV is not set
CONFIG_INPUT_EVDEV=y
CONFIG_INPUT_EVBUG=m
CONFIG_INPUT_KEYCOMBO=y
# CONFIG_KEYBOARD_ATKBD is not set
CONFIG_KEYBOARD_GPIO=y
# CONFIG_INPUT_MOUSE is not set
CONFIG_INPUT_TOUCHSCREEN=y
# CONFIG_TOUCHSCREEN_SYNAPTICS_DSX_v21 is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_UINPUT=y
CONFIG_INPUT_GPIO=m
# CONFIG_SERIO_I8042 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_VT is not set
# CONFIG_LEGACY_PTYS is not set
# CONFIG_DEVMEM is not set
# CONFIG_DEVKMEM is not set
CONFIG_SERIAL_MSM_SMD=y
CONFIG_DIAG_CHAR=y
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_MSM=y
CONFIG_MSM_SMD_PKT=y
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_MSM_V2=y
CONFIG_SLIMBUS_MSM_NGD=y
CONFIG_SOUNDWIRE=y
CONFIG_SPI=y
CONFIG_SPI_QUP=y
CONFIG_SPI_SPIDEV=m
CONFIG_SPMI=y
CONFIG_SPMI_MSM_PMIC_ARB=y
CONFIG_MSM_QPNP_INT=y
CONFIG_USE_PINCTRL_IRQ=y
CONFIG_PINCTRL_MSM_TLMM=y
CONFIG_GPIO_SYSFS=y
CONFIG_GPIO_QPNP_PIN=y
CONFIG_SMB1360_CHARGER_FG=y
CONFIG_BATTERY_BCL=y
CONFIG_QPNP_VM_BMS=y
CONFIG_QPNP_LINEAR_CHARGER=y
CONFIG_POWER_RESET_MSM=y
CONFIG_MSM_DLOAD_MODE=y
CONFIG_MSM_PM=y
CONFIG_SENSORS_QPNP_ADC_VOLTAGE=y
CONFIG_THERMAL=y
CONFIG_THERMAL_TSENS8974=y
CONFIG_THERMAL_MONITOR=y
CONFIG_THERMAL_QPNP=y
CONFIG_THERMAL_QPNP_ADC_TM=y
CONFIG_WCD9335_CODEC=y
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_PROXY_CONSUMER=y
CONFIG_REGULATOR_MEM_ACC=y
CONFIG_REGULATOR_ONSEMI_NCP6335D=y
CONFIG_REGULATOR_TPS65132=y
CONFIG_REGULATOR_STUB=y
CONFIG_REGULATOR_RPM_SMD=y
CONFIG_REGULATOR_QPNP=y
CONFIG_REGULATOR_SPM=y
CONFIG_REGULATOR_CPR=y
CONFIG_MEDIA_SUPPORT=y
CONFIG_MEDIA_CAMERA_SUPPORT=y
CONFIG_MEDIA_RADIO_SUPPORT=y
CONFIG_MEDIA_CONTROLLER=y
CONFIG_VIDEO_V4L2_SUBDEV_API=y
CONFIG_VIDEOBUF2_MSM_MEM=y
CONFIG_MEDIA_USB_SUPPORT=y
CONFIG_USB_VIDEO_CLASS=y
CONFIG_V4L_PLATFORM_DRIVERS=y
CONFIG_MSMB_CAMERA=y
CONFIG_MSM_CAMERA_SENSOR=y
CONFIG_MSM_CPP=y
CONFIG_MSM_CCI=y
CONFIG_MSM_CSI30_HEADER=y
CONFIG_MSM_CSIPHY=y
CONFIG_MSM_CSID=y
CONFIG_MSM_EEPROM=y
CONFIG_MSM_ISPIF=y
CONFIG_HI256=y
CONFIG_MT9M114=y
CONFIG_OV5645=y
CONFIG_MSM_V4L2_VIDEO_OVERLAY_DEVICE=y
CONFIG_MSMB_JPEG=y
CONFIG_MSM_VIDC_V4L2=y
CONFIG_RADIO_IRIS=y
CONFIG_RADIO_IRIS_TRANSPORT=y
CONFIG_MSM_KGSL=y
CONFIG_KGSL_PER_PROCESS_PAGE_TABLE=y
CONFIG_FB=y
CONFIG_FB_MSM=y
CONFIG_FB_MSM_MDSS=y
CONFIG_FB_MSM_MDSS_WRITEBACK=y
CONFIG_SOUND=y
CONFIG_SND=y
CONFIG_SND_USB_AUDIO=y
CONFIG_SND_SOC=y
CONFIG_SND_SOC_MSM8X16=y
CONFIG_UHID=y
CONFIG_HID_APPLE=y
CONFIG_HID_ELECOM=y
CONFIG_HID_MAGICMOUSE=y
CONFIG_HID_MICROSOFT=y
CONFIG_HID_MULTITOUCH=y
CONFIG_USB=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
CONFIG_USB_MON=y
CONFIG_USB_XHCI_HCD=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_EHSET=y
CONFIG_USB_EHCI_MSM=y
CONFIG_USB_EHCI_MSM_UICC=y
CONFIG_USB_ICE40_HCD=y
CONFIG_USB_ACM=y
CONFIG_USB_CCID_BRIDGE=y
CONFIG_USB_STORAGE=y
CONFIG_USB_STORAGE_DATAFAB=y
CONFIG_USB_STORAGE_FREECOM=y
CONFIG_USB_STORAGE_ISD200=y
CONFIG_USB_STORAGE_USBAT=y
CONFIG_USB_STORAGE_SDDR09=y
CONFIG_USB_STORAGE_SDDR55=y
CONFIG_USB_STORAGE_JUMPSHOT=y
CONFIG_USB_STORAGE_ALAUDA=y
CONFIG_USB_STORAGE_KARMA=y
CONFIG_USB_STORAGE_CYPRESS_ATACB=y
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_CSVT=y
CONFIG_USB_EHSET_TEST_FIXTURE=y
CONFIG_USB_PHY=y
CONFIG_USB_MSM_SSPHY_QMP=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_DEBUG_FILES=y
CONFIG_USB_GADGET_DEBUG_FS=y
CONFIG_USB_CI13XXX_MSM=y
CONFIG_USB_DWC3_MSM=y
CONFIG_USB_G_ANDROID=y
CONFIG_MMC=y
CONFIG_MMC_PERF_PROFILING=y
CONFIG_MMC_UNSAFE_RESUME=y
CONFIG_MMC_CLKGATE=y
CONFIG_MMC_PARANOID_SD_INIT=y
CONFIG_MMC_BLOCK_MINORS=32
CONFIG_MMC_BLOCK_DEFERRED_RESUME=y
CONFIG_MMC_TEST=m
CONFIG_MMC_BLOCK_TEST=m
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_PLTFM=y
CONFIG_MMC_SDHCI_MSM=y
CONFIG_LEDS_LP55XX_FXN=y
CONFIG_SWITCH=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_QPNP=y
CONFIG_DMADEVICES=y
CONFIG_QCOM_SPS_DMA=y
CONFIG_UIO=y
CONFIG_UIO_MSM_SHAREDMEM=y
CONFIG_STAGING=y
CONFIG_ZSMALLOC=y
CONFIG_ZRAM=y
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ASHMEM=y
CONFIG_ANDROID_LOGGER=y
CONFIG_ANDROID_LOW_MEMORY_KILLER=y
CONFIG_ANDROID_INTF_ALARM_DEV=y
CONFIG_ONESHOT_SYNC=y
CONFIG_ION=y
CONFIG_ION_MSM=y
CONFIG_SPS=y
CONFIG_SPS_SUPPORT_NDP_BAM=y
CONFIG_QPNP_POWER_ON=y
CONFIG_QPNP_VIBRATOR=y
CONFIG_QPNP_REVID=y
CONFIG_MSM_AVTIMER=y
CONFIG_MSM_BUS_SCALING=y
CONFIG_BUS_TOPOLOGY_ADHOC=y
CONFIG_MSM_MDSS_PLL=y
CONFIG_REMOTE_SPINLOCK_MSM=y
CONFIG_MSM_IOMMU_V1=y
CONFIG_PWM=y
CONFIG_PWM_QPNP=y
CONFIG_MOBICORE_SUPPORT=m
CONFIG_MOBICORE_API=m
CONFIG_SENSORS=y
CONFIG_SENSORS_SSC=y
CONFIG_MSM_BAM_DMUX=y
CONFIG_MSM_IPC_ROUTER_SMD_XPRT=y
CONFIG_MSM_QMI_INTERFACE=y
CONFIG_MSM_SMD=y
CONFIG_MSM_RPM_SMD=y
CONFIG_MSM_RPM_LOG=y
CONFIG_MSM_RPM_STATS_LOG=y
CONFIG_MSM_RUN_QUEUE_STATS=y
CONFIG_MSM_SMEM=y
CONFIG_MSM_SMEM_LOGGING=y
CONFIG_MSM_SMP2P=y
CONFIG_MSM_SMP2P_TEST=y
CONFIG_MSM_SPM=y
CONFIG_MSM_L2_SPM=y
CONFIG_MSM_ADSP_LOADER=y
CONFIG_MSM_MEMORY_DUMP_V2=y
CONFIG_MSM_COMMON_LOG=y
CONFIG_MSM_WATCHDOG_V2=y
CONFIG_MSM_SUBSYSTEM_RESTART=y
CONFIG_MSM_SYSMON_COMM=y
CONFIG_MSM_PIL=y
CONFIG_MSM_PIL_SSR_GENERIC=y
CONFIG_MSM_PIL_MSS_QDSP6V5=y
CONFIG_MSM_OCMEM=y
CONFIG_MSM_OCMEM_LOCAL_POWER_CTRL=y
CONFIG_MSM_SCM=y
CONFIG_MSM_CORE_CTL_HELPER=y
CONFIG_MSM_PERFORMANCE=y
CONFIG_MEM_SHARE_QMI_SERVICE=y
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT3_FS=y
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_FUSE_FS=y
CONFIG_VFAT_FS=y
CONFIG_TMPFS=y
CONFIG_SQUASHFS=y
CONFIG_SQUASHFS_XATTR=y
CONFIG_SQUASHFS_LZO=y
CONFIG_SQUASHFS_XZ=y
CONFIG_SQUASHFS_4K_DEVBLK_SIZE=y
CONFIG_SQUASHFS_EMBEDDED=y
CONFIG_NLS_CODEPAGE_437=y
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_UTF8=y
CONFIG_PRINTK_TIME=y
CONFIG_FRAME_WARN=4096
CONFIG_MAGIC_SYSRQ=y
CONFIG_PANIC_ON_RECURSIVE_FAULT=y
# CONFIG_SCHED_DEBUG is not set
CONFIG_SCHEDSTATS=y
CONFIG_TIMER_STATS=y
# CONFIG_DEBUG_PREEMPT is not set
# CONFIG_DEBUG_BUGVERBOSE is not set
CONFIG_DEBUG_INFO=y
CONFIG_IPC_LOGGING=y
CONFIG_KEYS=y
CONFIG_SECURITY=y
CONFIG_SECURITY_NETWORK=y
CONFIG_LSM_MMAP_MIN_ADDR=4096
CONFIG_SECURITY_SELINUX=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_CTR=y
CONFIG_CRYPTO_XCBC=y
CONFIG_CRYPTO_MD4=y
CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_DEV_QCRYPTO=y
CONFIG_CRYPTO_DEV_QCE=y
CONFIG_CRYPTO_DEV_QCEDEV=y
CONFIG_ARM64_CRYPTO=y
CONFIG_CRYPTO_SHA1_ARM64_CE=y
CONFIG_CRYPTO_SHA2_ARM64_CE=y
CONFIG_CRYPTO_GHASH_ARM64_CE=y
CONFIG_CRYPTO_AES_ARM64_CE=y
CONFIG_CRYPTO_AES_ARM64_CE_CCM=y
CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
CONFIG_CRYPTO_AES_ARM64_NEON_BLK=y
CONFIG_QMI_ENCDEC=y
CONFIG_SONY_SSM=y
Free memory
(Stock ROM, custom kernel no external modules loaded, no access to microSD data [texfat], a few programs such as AVG Antivirus, etc. were uninstalled or deactivated)
Code:
free -m
total used [B]free[/B] shared buffers
Mem: 1809 1702 [B]106[/B] 0 136
-/+ buffers/cache: 1566 [B]243[/B]
Swap: 511 8 503
so devices with 2 GB of RAM definitely might need a bit of cleaning up / slimming down on first impression
Developer options -> Running services
Device memory
System 578 MB of RAM
Apps 172 MB of RAM
Free 1.0 GB of RAM
So on second sight, it doesn't look too bad
Settings -> Memory
Average memory use
Free 0.89 GB
add2 default, provided kernel modules
Kernel module list:
/system/lib/modules
/system/lib/modules/ansi_cprng.ko
/system/lib/modules/core_ctl.ko
/system/lib/modules/ecryptfs.ko
/system/lib/modules/evbug.ko
/system/lib/modules/gpio_axis.ko
/system/lib/modules/gpio_event.ko
/system/lib/modules/gpio_input.ko
/system/lib/modules/gpio_matrix.ko
/system/lib/modules/gpio_output.ko
/system/lib/modules/gspca_main.ko
/system/lib/modules/mcDrvModule.ko
/system/lib/modules/mcKernelApi.ko
/system/lib/modules/mmc_block_test.ko
/system/lib/modules/mmc_test.ko
/system/lib/modules/pronto
/system/lib/modules/pronto/WCNSS_qcom_wlan_nv.bin
/system/lib/modules/pronto/WCNSS_wlan_dictionary.dat
/system/lib/modules/pronto/pronto_wlan.ko
/system/lib/modules/spidev.ko
/system/lib/modules/test-iosched.ko
/system/lib/modules/texfat.ko
/system/lib/modules/wlan.ko
Click to expand...
Click to collapse
Kernel modules and information about them (modinfo)
[email protected]:/system/lib/modules # modinfo *.ko
filename: ansi_cprng.ko
alias: stdrng
parm: dbg:Boolean to enable debugging (0/1 == off/on)
parmtype: dbg:int
author: Neil Horman <[email protected]>
description: Software Pseudo Random Number Generator
license: GPL
depends:
intree: Y
vermagic: 3.10.49-perf-g22900e6-00724-g442f7e8 SMP preempt mod_unload modversions aarch64
filename: core_ctl.ko
license: BSD
description: MSM Core Control Driver
depends:
vermagic: 3.10.49-perf-g22900e6-00724-g442f7e8 SMP preempt mod_unload modversions aarch64
filename: ecryptfs.ko
license: GPL
description: eCryptfs
author: Michael A. Halcrow <[email protected]>
alias: fs-ecryptfs
parm: ecryptfs_number_of_users:An estimate of the number of concurrent users of eCryptfs
parmtype: ecryptfs_number_of_users:uint
parm: ecryptfs_message_wait_timeout:Maximum number of seconds that an operation will sleep while waiting for a message response from userspace
parmtype: ecryptfs_message_wait_timeout:long
parm: ecryptfs_message_buf_len:Number of message buffer elements
parmtype: ecryptfs_message_buf_len:uint
parm: ecryptfs_verbosity:Initial verbosity level (0 or 1; defaults to 0, which is Quiet)
parmtype: ecryptfs_verbosity:int
depends:
vermagic: 3.10.49-perf-g22900e6-00724-g442f7e8 SMP preempt mod_unload modversions aarch64
filename: evbug.ko
license: GPL
description: Input driver event debug module
author: Vojtech Pavlik <[email protected]>
alias: input:b*v*p*e*-e*k*r*a*m*l*s*f*w*
depends:
intree: Y
vermagic: 3.10.49-perf-g22900e6-00724-g442f7e8 SMP preempt mod_unload modversions aarch64
filename: gpio_axis.ko
depends:
intree: Y
vermagic: 3.10.49-perf-g22900e6-00724-g442f7e8 SMP preempt mod_unload modversions aarch64
filename: gpio_event.ko
description: GPIO Event Driver
depends:
intree: Y
vermagic: 3.10.49-perf-g22900e6-00724-g442f7e8 SMP preempt mod_unload modversions aarch64
filename: gpio_input.ko
depends:
intree: Y
vermagic: 3.10.49-perf-g22900e6-00724-g442f7e8 SMP preempt mod_unload modversions aarch64
filename: gpio_matrix.ko
depends:
intree: Y
vermagic: 3.10.49-perf-g22900e6-00724-g442f7e8 SMP preempt mod_unload modversions aarch64
filename: gpio_output.ko
depends:
intree: Y
vermagic: 3.10.49-perf-g22900e6-00724-g442f7e8 SMP preempt mod_unload modversions aarch64
filename: gspca_main.ko
parm: debug:1robe 2:config 3:stream 4:frame 5acket 6:usbi 7:usbo
parmtype: debug:int
license: GPL
description: GSPCA USB Camera Driver
author: Jean-François Moine <http://moinejf.free.fr>
srcversion: 4DFDEDC74050A350E879D49
depends:
intree: Y
vermagic: 3.10.49-perf-g22900e6-00724-g442f7e8 SMP preempt mod_unload modversions aarch64
filename: mcDrvModule.ko
parm: log_size:Size of the MobiCore log ringbuffer(256KB def)
parmtype: log_size:uint
description: MobiCore driver
license: GPL v2
author: Trustonic Limited
depends:
intree: Y
vermagic: 3.10.49-perf-g22900e6-00724-g442f7e8 SMP preempt mod_unload modversions aarch64
filename: mcKernelApi.ko
description: MobiCore API driver
license: GPL v2
author: Trustonic Limited
depends: mcDrvModule
intree: Y
vermagic: 3.10.49-perf-g22900e6-00724-g442f7e8 SMP preempt mod_unload modversions aarch64
filename: mmc_block_test.ko
description: MMC block test
license: GPL v2
depends: test-iosched
intree: Y
vermagic: 3.10.49-perf-g22900e6-00724-g442f7e8 SMP preempt mod_unload modversions aarch64
filename: mmc_test.ko
author: Pierre Ossman
description: Multimedia Card (MMC) host test driver
license: GPL
depends:
intree: Y
vermagic: 3.10.49-perf-g22900e6-00724-g442f7e8 SMP preempt mod_unload modversions aarch64
filename: spidev.ko
alias: spi:spidev
license: GPL
description: User mode SPI device interface
author: Andrea Paterniani, <[email protected]>
parm: spimode:mode of the desired device
parmtype: spimode:int
parm: maxspeed:max_speed of the desired device
parmtype: maxspeed:int
parm: chipselect:chip select of the desired device
parmtype: chipselect:int
parm: busnum:bus num of the controller
parmtype: busnum:int
parm: bufsiz:data bytes in biggest supported SPI message
parmtype: bufsiz:uint
alias: of:N*T*Crohm,dh2228fv*
depends:
intree: Y
vermagic: 3.10.49-perf-g22900e6-00724-g442f7e8 SMP preempt mod_unload modversions aarch64
filename: test-iosched.ko
description: Test IO scheduler
license: GPL v2
depends:
intree: Y
vermagic: 3.10.49-perf-g22900e6-00724-g442f7e8 SMP preempt mod_unload modversions aarch64
filename: texfat.ko
alias: fs-texfat
license: Commercial. For support email [email protected]
description: Read/Write exFAT driver
author: Tuxera Inc. & Anton Altaparmakov
srcversion: 44D96C9E8886BF0F3A1A4DF
depends:
vermagic: 3.10.49-perf-g442f7e8 SMP preempt mod_unload modversions aarch64
filename: wlan.ko
parmtype: country_code:charp
parmtype: enable_11d:int
parmtype: enable_dfs_chan_scan:int
description: WLAN HOST DEVICE DRIVER
author: Qualcomm Atheros, Inc.
license: Dual BSD/GPL
parmtype: ioctl_debug:int
depends:
vermagic: 3.10.49-perf-g22900e6-00724-g442f7e8 SMP preempt mod_unload modversions aarch64
modinfo /system/lib/modules/pronto/pronto_wlan.ko
filename: /system/lib/modules/pronto/pronto_wlan.ko
parmtype: country_code:charp
parmtype: enable_11d:int
parmtype: enable_dfs_chan_scan:int
description: WLAN HOST DEVICE DRIVER
author: Qualcomm Atheros, Inc.
license: Dual BSD/GPL
parmtype: ioctl_debug:int
depends:
vermagic: 3.10.49-perf-g22900e6-00724-g442f7e8 SMP preempt mod_unload modversions aarch64
Click to expand...
Click to collapse
texfat = does NOT load anymore after too much modifications in fs/ and mm/ , etc. related subsystems
policy can be loosened to make it load anyway (via kernel/module.c) but sooner or later this introduces instabilities and random reboots, thus exfat (opensource driver) as a viable in-kernel replacement solution.
The wlan.ko (pronto_wlan) driver is built as a module for a reason for this device:
it doesn't work when it is built INTO the kernel - it loads the firmware
but that's it, no internet/network is possible and NO wireless networks can be displayed,
no useful error messages in dmesg or logcat so far ...
add3 - sample dmesg (kernel log) output courtesy of SkyMelon 9 kernel
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.74-SkyMelon大龙-9- ([email protected]) (gcc version 4.9.4 (UBERTC-4.9.x) ) #1 SMP PREEMPT Mon Jun 12 17:45:34 WITA 2017
[ 0.000000] CPU: AArch64 Processor [410fd031] revision 1
[ 0.000000] Machine: Qualcomm Technologies, Inc. MSM 8939 SMB1360 MTP
[ 0.000000] No earlyprintk arguments passed.
[ 0.000000] Get IMEI from cmdline = 0000:3581390644926000
[ 0.000000] [dbgcfgtool] Parsed option = 0x200
[ 0.000000] cma: Found [email protected], memory base 0x0000000086000000, size 8 MiB, limit 0xffffffffffffffff
[ 0.000000] cma: Found [email protected], memory base 0x0000000086800000, size 86 MiB, limit 0xffffffffffffffff
[ 0.000000] cma: Found [email protected], memory base 0x000000008be00000, size 6 MiB, limit 0xffffffffffffffff
[ 0.000000] cma: Found [email protected], memory base 0x0000000000000000, size 5 MiB, limit 0x0000000090000000
[ 0.000000] cma: Found [email protected], memory base 0x0000000000000000, size 109 MiB, limit 0xffffffffffffffff
[ 0.000000] cma: Found [email protected], memory base 0x0000000000000000, size 16 MiB, limit 0xffffffffffffffff
[ 0.000000] cma: Found [email protected], memory base 0x0000000000000000, size 3 MiB, limit 0xffffffffffffffff
[ 0.000000] cma: Found [email protected], memory base 0x0000000083000000, size 32 MiB, limit 0xffffffffffffffff
[ 0.000000] cma: Found [email protected], memory base 0x00000000a0000000, size 4 MiB, limit 0xffffffffffffffff
[ 0.000000] cma: Found [email protected], memory base 0x00000000fb000000, size 80 MiB, limit 0xffffffffffffffff
[ 0.000000] cma: CMA: reserved 8 MiB at 0x0000000086000000 for external_image_mem
[ 0.000000] cma: CMA: reserved 86 MiB at 0x0000000086800000 for modem_adsp_mem
[ 0.000000] cma: CMA: reserved 6 MiB at 0x000000008be00000 for peripheral_mem
[ 0.000000] cma: CMA: reserved 8 MiB at 0x000000008f800000 for venus_mem
[ 0.000000] cma: CMA: reserved 112 MiB at 0x00000000f4000000 for secure_mem
[ 0.000000] cma: CMA: reserved 16 MiB at 0x00000000f3000000 for qseecom_mem
[ 0.000000] cma: CMA: reserved 4 MiB at 0x00000000f2c00000 for audio_mem
[ 0.000000] cma: CMA: reserved 32 MiB at 0x0000000083000000 for cont_splash_mem
[ 0.000000] cma: CMA: reserved 4 MiB at 0x00000000a0000000 for pstore_reserve_mem
[ 0.000000] cma: CMA: reserved 80 MiB at 0x00000000fb000000 for ramdump_mem
[ 0.000000] cma: CMA: reserved 16 MiB at 0x00000000f1c00000 for default region
[ 0.000000] On node 0 totalpages: 477184
[ 0.000000] DMA zone: 7872 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 477184 pages, LIFO batch:31
[ 0.000000] PERCPU: Embedded 17 pages/cpu @ffffffc071a83000 s39744 r8192 d21696 u69632
[ 0.000000] pcpu-alloc: s39744 r8192 d21696 u69632 alloc=17*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 469312
[ 0.000000] Kernel command line: boot_cpus=4,5,6,7 sched_enable_hmp=1 sched_enable_power_aware=1 console=ttyHSL0,115200,n8 androidboot.console=ttyHSL0 androidboot.hardware=qcom msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 earlyprintk androidboot.emmc=true androidboot.bootloader=s1 oemandroidboot.s1boot=1291-8005_S1_Boot_MSM8939_LA2.0_207 androidboot.serialno=YT9115QV68 ta_info=1,16,256 startup=0x00000004 warmboot=0x77665501 oemandroidboot.imei=3581390644926000 oemandroidboot.phoneid=0000:3581390644926000 oemandroidboot.security=0 oemandroidboot.babeee48=00000200 oemandroidboot.securityflags=0x00000003 display_status=on androidboot.baseband=msm mdss_mdp.panel=1:dsi:0:qcom,mdss_dsi_nt35521_720p_video:1:none
[ 0.000000] [DISPLAY]continuous_splash_setup: --display_on_in_boot=1
[ 0.000000] [DISPLAY]display_on_in_boot_setup: --display_on_in_boot=1
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.000000] software IO TLB [mem 0xef600000-0xef700000] (1MB) mapped at [ffffffc06f600000-ffffffc06f6fffff]
[ 0.000000] Memory: 1650924K/1908736K available (9679K kernel code, 415K rwdata, 3812K rodata, 446K init, 1748K bss, 257812K reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vmalloc : 0xffffff8000000000 - 0xffffffbbffff0000 (245759 MB)
[ 0.000000] vmemmap : 0xffffffbc02000000 - 0xffffffbc03ec0000 ( 30 MB)
[ 0.000000] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
[ 0.000000] memory : 0xffffffc000000000 - 0xffffffc07b000000 ( 1968 MB)
[ 0.000000] .init : 0xffffffc000dae000 - 0xffffffc000e1db40 ( 447 kB)
[ 0.000000] .text : 0xffffffc000080000 - 0xffffffc000dadf94 ( 13496 kB)
[ 0.000000] .data : 0xffffffc000e1e000 - 0xffffffc000e85de0 ( 416 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-0, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] HMP scheduling enabled.
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:64 nr_irqs:64 0
[ 0.000000] Architected cp15 and mmio timer(s) running at 19.20MHz (virt/virt).
[ 0.000000] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 3579139424256ns
[ 0.000316] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.00 BogoMIPS (lpj=64000)
[ 0.000329] pid_max: default: 32768 minimum: 301
[ 0.000507] Security Framework initialized
[ 0.000523] SELinux: Initializing.
[ 0.000602] SELinux: Starting in permissive mode
[ 0.000655] Mount-cache hash table entries: 256
[ 0.001533] Initializing cgroup subsys freezer
[ 0.002006] /cpus/[email protected]: Missing clock-frequency property
[ 0.002020] /cpus/[email protected]: Missing clock-frequency property
[ 0.002031] /cpus/[email protected]: Missing clock-frequency property
[ 0.002042] /cpus/[email protected]: Missing clock-frequency property
[ 0.002054] /cpus/[email protected]: Missing clock-frequency property
[ 0.002067] /cpus/[email protected]: Missing clock-frequency property
[ 0.002081] /cpus/[email protected]: Missing clock-frequency property
[ 0.002095] /cpus/[email protected]: Missing clock-frequency property
[ 0.002275] hw perfevents: enabled with arm/armv8-pmuv3 PMU driver, 7 counters available
[ 0.003101] ftrace: Allocated trace_printk buffers
[ 0.003980] MSM Memory Dump base table set up
[ 0.003999] MSM Memory Dump apps data table set up
[ 0.005193] cpu_clock_a53_init_little: A53 Power clocks configured
[ 0.006504] CPU4: Booted secondary processor
[ 0.007954] CPU5: Booted secondary processor
[ 0.009266] CPU6: Booted secondary processor
[ 0.010610] CPU7: Booted secondary processor
[ 0.010807] Brought up 5 CPUs
[ 0.010830] SMP: Total of 5 processors activated.
[ 0.028952] pinctrl core: initialized pinctrl subsystem
[ 0.029529] regulator-dummy: no parameters
[ 0.040068] NET: Registered protocol family 16
[ 0.044387] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.106732] msm_watchdog b017000.qcom,wdt: wdog absent resource not present
[ 0.110840] msm_watchdog b017000.qcom,wdt: MSM Watchdog Initialized
[ 0.113520] spmi_pmic_arb 200f000.qcom,spmi: PMIC Arb Version-2 0x20010000
[ 0.121740] ram_console: got buffer at a0000000, size 20000
[ 0.121775] ram_console: no valid data in buffer (sig = 0x42064044)
[ 0.122566] console [ram-1] enabled
[ 0.122850] [LastAlog] driver_probe: got physical alog_main_buffer at 0xa0020000, size 131072(0x20000)
[ 0.122888] [LastAlog] init for log type:0 alog_ram_console_buffer:0xffffff8000940000 alog_ram_console_payload_size:131056(0x1fff0) buffer->data:0xffffff8000940010
[ 0.122908] [LastAlog] init for log type:0 no valid data in buffer (sig = 0x0049404c)
[ 0.122930] [LastAlog] alog_ram_console_sync_time [ 0.122918] for log_type:0 - After
[ 0.122952] [LastAlog] driver_probe: got physical alog_radio_buffer at 0xa0040000, size 131072(0x20000)
[ 0.122982] [LastAlog] init for log type:1 alog_ram_console_buffer:0xffffff8000bc0000 alog_ram_console_payload_size:131056(0x1fff0) buffer->data:0xffffff8000bc0010
[ 0.122998] [LastAlog] init for log type:1 no valid data in buffer (sig = 0x01404012)
[ 0.123020] [LastAlog] alog_ram_console_sync_time [ 0.123009] for log_type:1 - After
[ 0.123040] [LastAlog] driver_probe: got physical alog_events_buffer at 0xa0060000, size 131072(0x20000)
[ 0.123073] [LastAlog] init for log type:2 alog_ram_console_buffer:0xffffff8000c00000 alog_ram_console_payload_size:131056(0x1fff0) buffer->data:0xffffff8000c00010
[ 0.123090] [LastAlog] init for log type:2 no valid data in buffer (sig = 0x4a054045)
[ 0.123111] [LastAlog] alog_ram_console_sync_time [ 0.123101] for log_type:2 - After
[ 0.123132] [LastAlog] driver_probe: got physical alog_system_buffer at 0xa0080000, size 131072(0x20000)
[ 0.123160] [LastAlog] init for log type:3 alog_ram_console_buffer:0xffffff8000c40000 alog_ram_console_payload_size:131056(0x1fff0) buffer->data:0xffffff8000c40010
[ 0.123176] [LastAlog] init for log type:3 no valid data in buffer (sig = 0x50425843)
[ 0.123198] [LastAlog] alog_ram_console_sync_time [ 0.123187] for log_type:3 - After
[ 0.123218] [LastAlog] driver_probe: got physical alog_crash_buffer at 0xa00a0000, size 131072(0x20000)
[ 0.123247] [LastAlog] init for log type:4 alog_ram_console_buffer:0xffffff8000c80000 alog_ram_console_payload_size:131056(0x1fff0) buffer->data:0xffffff8000c80010
[ 0.123266] [LastAlog] init for log type:4 no valid data in buffer (sig = 0x10401201)
[ 0.123288] [LastAlog] alog_ram_console_sync_time [ 0.123277] for log_type:4 - After
[ 0.123547] cma: Assigned CMA region at 0 to 1de0000.qcom,venus device
[ 0.124096] cma: Assigned CMA region at 0 to 4080000.qcom,mss device
[ 0.126931] cma: Assigned CMA region at 0 to a21b000.qcom,pronto device
[ 0.127753] ACC: mem_acc_efuse_init: efuse_addr = 0x0000000000058000 (len=0x1000)
[ 0.127836] ACC: mem_acc_fuse_is_setting_expected: [row:0] = 0x69a461000080090b @30:1 == 1 ?: no
[ 0.127969] mem_acc_corner: 0 <--> 0 mV
[ 0.163373] ======FIH HWID init start======
[ 0.163393] This is s1 boot
[ 0.163480] HWID_LOGIC 0x2a
[ 0.163504] CPU 8939 HWID MAP
[ 0.163521] FIH_PROJECT: Tulip
[ 0.163533] FIH_BAND: GINA
[ 0.163544] FIH_PHASE: MP
[ 0.163555] FIH_SIM: SINGLE
[ 0.163566] ================================
[ 0.163759] ======FIH GPIO init start======
[ 0.163879] =======FIH GPIO init end=======
[ 0.164506] vdso: 2 pages (1 code, 1 data) at base ffffffc000e25000
[ 0.165179] msm_mpm_dev_probe(): Cannot get clk resource for XO
[ 0.165217] platform 601d0.qcom,mpm: Driver mpm-v2 requests probe deferral
[ 0.165595] platform qcom,rpm-smd.11: Driver rpm-smd requests probe deferral
[ 0.169892] smd_channel_probe_worker: allocation table not initialized
[ 0.173754] cpr_efuse_init: apc_corner: efuse_addr = 0x0000000000058000 (len=0x1000)
[ 0.173856] cpr_read_fuse_revision: apc_corner: fuse revision = 3
[ 0.173875] cpr_parse_speed_bin_fuse: apc_corner: [row: 1]: 0xb0b0d96901da5d42, speed_bits = 2
[ 0.173888] cpr_parse_pvs_version_fuse: apc_corner: [row: 1000]: 0x1a, pvs_version = 2
[ 0.173987] cpr_adjust_init_voltages: apc_corner: adjusted initial voltage[2]: 1000000 -> 1020000 uV
[ 0.174003] cpr_pvs_per_corner_init: apc_corner: Warning: initial voltage[1] 1012500 above ceiling 1010000
[ 0.174017] cpr_pvs_init: apc_corner: pvs voltage: [1010000 1020000 1287500] uV
[ 0.174028] cpr_pvs_init: apc_corner: ceiling voltage: [1010000 1100000 1365000] uV
[ 0.174039] cpr_pvs_init: apc_corner: floor voltage: [1010000 1000000 1275000] uV
[ 0.174158] platform b018000.regulator: Driver qcom,cpr-regulator requests probe deferral
[ 0.174656] i2c-msm-v2 78ba000.i2c: probing driver i2c-msm-v2
[ 0.174731] i2c-msm-v2 78ba000.i2c: error on clk_get(core_clk):-517
[ 0.174745] i2c-msm-v2 78ba000.i2c: error probe() failed with err:-517
[ 0.174769] platform 78ba000.i2c: Driver i2c-msm-v2 requests probe deferral
[ 0.174956] i2c-msm-v2 78b6000.i2c: probing driver i2c-msm-v2
[ 0.175018] i2c-msm-v2 78b6000.i2c: error on clk_get(core_clk):-517
[ 0.175029] i2c-msm-v2 78b6000.i2c: error probe() failed with err:-517
[ 0.175048] platform 78b6000.i2c: Driver i2c-msm-v2 requests probe deferral
[ 0.175224] i2c-msm-v2 78b8000.i2c: probing driver i2c-msm-v2
[ 0.175283] i2c-msm-v2 78b8000.i2c: error on clk_get(core_clk):-517
[ 0.175294] i2c-msm-v2 78b8000.i2c: error probe() failed with err:-517
[ 0.175312] platform 78b8000.i2c: Driver i2c-msm-v2 requests probe deferral
[ 0.175487] i2c-msm-v2 78b9000.i2c: probing driver i2c-msm-v2
[ 0.175546] i2c-msm-v2 78b9000.i2c: error on clk_get(core_clk):-517
[ 0.175558] i2c-msm-v2 78b9000.i2c: error probe() failed with err:-517
[ 0.175577] platform 78b9000.i2c: Driver i2c-msm-v2 requests probe deferral
[ 0.177240] smd_channel_probe_worker: allocation table not initialized
[ 0.177683] msm-thermal qcom,msm-thermal.15: msm_thermal:Failed reading node=/soc/qcom,msm-thermal, key=qcom,rpm-phase-resource-type err=-22. KTM continues
[ 0.177704] msm-thermal qcom,msm-thermal.15: msm_thermal:Failed reading node=/soc/qcom,msm-thermal, key=qcom,gfx-sensor-id. err=-22. KTM continues
[ 0.177731] msm-thermal qcom,msm-thermal.15: probe_vdd_mx:Failed reading node=/soc/qcom,msm-thermal, key=qcom,mx-restriction-temp. KTM continues
[ 0.177748] msm-thermal qcom,msm-thermal.15: probe_psm:Failed reading node=/soc/qcom,msm-thermal, key=qcom,pmic-sw-mode-temp. err=-22. KTM continues
[ 0.177789] msm_thermal:vdd_restriction_reg_init Defer regulator vdd-dig probe
[ 0.177799] msm_thermalrobe_vdd_rstr Err regulator init. err:-517. KTM continues.
[ 0.177811] msm-thermal qcom,msm-thermal.15: probe_vdd_rstr:Failed reading node=/soc/qcom,msm-thermal, key=qcom,freq-req. err=-517. KTM continues
[ 0.177823] msm_thermal:msm_thermal_dev_probe Failed reading node=/soc/qcom,msm-thermal, key=qcom,freq-control-mask. err:-517
[ 0.177840] platform qcom,msm-thermal.15: Driver msm-thermal requests probe deferral
[ 0.178322] sps:sps is ready.
[ 0.179540] platform 1874000.qcom,rpmcc: Driver qcom,rpmcc-8936 requests probe deferral
[ 0.179918] platform 1800000.qcom,gcc: Driver qcom,gcc-8936 requests probe deferral
[ 0.181839] cpu-clock-8939 b111050.qcom,cpu-clock-8939: Speed bin: 2 PVS Version: 2
[ 0.181979] platform b111050.qcom,cpu-clock-8939: Driver cpu-clock-8939 requests probe deferral
[ 0.183966] msm_mpm_dev_probe(): Cannot get clk resource for XO
[ 0.184007] platform 601d0.qcom,mpm: Driver mpm-v2 requests probe deferral
[ 0.185297] 8916_s1_corner: 0 <--> 0 mV at 0 mV normal idle
[ 0.185955] 8916_s1_corner_ao: 0 <--> 0 mV at 0 mV normal idle
[ 0.186526] 8916_s1_floor_corner: 0 <--> 0 mV at 0 mV normal idle
[ 0.187282] 8916_s2_corner: 0 <--> 0 mV at 0 mV normal idle
[ 0.187845] 8916_s2_corner_ao: 0 <--> 0 mV at 0 mV normal idle
[ 0.188401] 8916_s2_floor_corner: 0 <--> 0 mV at 0 mV normal idle
[ 0.189197] 8916_s3: 1200 <--> 1300 mV at 1200 mV normal idle
[ 0.189942] 8916_s4: 1800 <--> 2100 mV at 1800 mV normal idle
[ 0.190671] 8916_l1: 1225 <--> 1300 mV at 1300 mV normal idle
[ 0.191431] 8916_l2: 1200 mV normal idle
[ 0.192229] 8916_l3: 500 <--> 1287 mV at 0 mV normal idle
[ 0.192791] 8916_l3_corner_ao: 0 <--> 0 mV at 0 mV normal idle
[ 0.193353] 8916_l3_corner_so: 0 <--> 0 mV at 0 mV normal idle
[ 0.194084] 8916_l4: 2050 mV normal idle
[ 0.194856] 8916_l5: 1800 mV normal idle
[ 0.195630] 8916_l6: 1800 mV normal idle
[ 0.196380] 8916_l7: 1800 mV normal idle
[ 0.196930] 8916_l7_ao: 1800 mV normal idle
[ 0.197659] 8916_l8: 2850 <--> 2900 mV at 2850 mV normal idle
[ 0.198392] 8916_l9: 3300 mV normal idle
[ 0.199194] 8916_l10: 2700 <--> 2800 mV at 2800 mV normal idle
[ 0.199925] 8916_l11: 1800 <--> 2950 mV at 1800 mV normal idle
[ 0.200675] 8916_l12: 1800 <--> 2950 mV at 1800 mV normal idle
[ 0.201402] 8916_l13: 3075 mV normal idle
[ 0.202189] 8916_l14: 1800 <--> 3300 mV at 1800 mV normal idle
[ 0.202946] 8916_l15: 1800 <--> 3300 mV at 1800 mV normal idle
[ 0.203690] 8916_l16: 1800 <--> 3300 mV at 1800 mV normal idle
[ 0.204411] 8916_l17: 2850 mV normal idle
[ 0.205146] 8916_l18: 2700 <--> 2850 mV at 2850 mV normal idle
[ 0.205743] cpr_efuse_init: apc_corner: efuse_addr = 0x0000000000058000 (len=0x1000)
[ 0.205843] cpr_read_fuse_revision: apc_corner: fuse revision = 3
[ 0.205873] cpr_parse_speed_bin_fuse: apc_corner: [row: 1]: 0xb0b0d96901da5d42, speed_bits = 2
[ 0.205899] cpr_parse_pvs_version_fuse: apc_corner: [row: 1000]: 0x1a, pvs_version = 2
[ 0.206071] cpr_adjust_init_voltages: apc_corner: adjusted initial voltage[2]: 1000000 -> 1020000 uV
[ 0.206098] cpr_pvs_per_corner_init: apc_corner: Warning: initial voltage[1] 1012500 above ceiling 1010000
[ 0.206122] cpr_pvs_init: apc_corner: pvs voltage: [1010000 1020000 1287500] uV
[ 0.206144] cpr_pvs_init: apc_corner: ceiling voltage: [1010000 1100000 1365000] uV
[ 0.206165] cpr_pvs_init: apc_corner: floor voltage: [1010000 1000000 1275000] uV
[ 0.206392] platform b018000.regulator: Driver qcom,cpr-regulator requests probe deferral
[ 0.206904] i2c-msm-v2 78ba000.i2c: probing driver i2c-msm-v2
[ 0.207038] i2c-msm-v2 78ba000.i2c: error on clk_get(core_clk):-517
[ 0.207061] i2c-msm-v2 78ba000.i2c: error probe() failed with err:-517
[ 0.207102] platform 78ba000.i2c: Driver i2c-msm-v2 requests probe deferral
[ 0.207554] i2c-msm-v2 78b6000.i2c: probing driver i2c-msm-v2
[ 0.207675] i2c-msm-v2 78b6000.i2c: error on clk_get(core_clk):-517
[ 0.207698] i2c-msm-v2 78b6000.i2c: error probe() failed with err:-517
[ 0.207737] platform 78b6000.i2c: Driver i2c-msm-v2 requests probe deferral
[ 0.208171] i2c-msm-v2 78b8000.i2c: probing driver i2c-msm-v2
[ 0.208287] i2c-msm-v2 78b8000.i2c: error on clk_get(core_clk):-517
[ 0.208310] i2c-msm-v2 78b8000.i2c: error probe() failed with err:-517
[ 0.208347] platform 78b8000.i2c: Driver i2c-msm-v2 requests probe deferral
[ 0.208849] i2c-msm-v2 78b9000.i2c: probing driver i2c-msm-v2
[ 0.208970] i2c-msm-v2 78b9000.i2c: error on clk_get(core_clk):-517
[ 0.208993] i2c-msm-v2 78b9000.i2c: error probe() failed with err:-517
[ 0.209030] platform 78b9000.i2c: Driver i2c-msm-v2 requests probe deferral
[ 0.209270] msm-thermal qcom,msm-thermal.15: msm_thermal:Failed reading node=/soc/qcom,msm-thermal, key=qcom,rpm-phase-resource-type err=-22. KTM continues
[ 0.209307] msm-thermal qcom,msm-thermal.15: msm_thermal:Failed reading node=/soc/qcom,msm-thermal, key=qcom,gfx-sensor-id. err=-22. KTM continues
[ 0.209330] msm_thermal:sensor_mgr_init_threshold threshold id already initialized
[ 0.209363] msm-thermal qcom,msm-thermal.15: probe_vdd_mx:Failed reading node=/soc/qcom,msm-thermal, key=qcom,mx-restriction-temp. KTM continues
[ 0.209397] msm-thermal qcom,msm-thermal.15: probe_psm:Failed reading node=/soc/qcom,msm-thermal, key=qcom,pmic-sw-mode-temp. err=-22. KTM continues
[ 0.209843] msm_thermal:vdd_restriction_reg_init Defer vdd rstr freq init.
[ 0.210757] msm-thermal qcom,msm-thermal.15: probe_sensor_info:unable to find DT for sensor-information.KTM continues
[ 0.210795] msm-thermal qcom,msm-thermal.15: probe_ocr:Failed reading node=/soc/qcom,msm-thermal, key=qcom,pmic-opt-curr-temp err:-22. KTM continues
[ 0.221993] qcom,rpmcc-8936 1874000.qcom,rpmcc: Registered RPM clocks.
[ 0.237891] qcom,gcc-8936 1800000.qcom,gcc: Registered GCC clocks
[ 0.238187] cpu-clock-8939 b111050.qcom,cpu-clock-8939: Speed bin: 2 PVS Version: 2
[ 0.238366] platform b111050.qcom,cpu-clock-8939: Driver cpu-clock-8939 requests probe deferral
[ 0.239202] cpr_efuse_init: apc_corner: efuse_addr = 0x0000000000058000 (len=0x1000)
[ 0.239302] cpr_read_fuse_revision: apc_corner: fuse revision = 3
[ 0.239332] cpr_parse_speed_bin_fuse: apc_corner: [row: 1]: 0xb0b0d96901da5d42, speed_bits = 2
[ 0.239359] cpr_parse_pvs_version_fuse: apc_corner: [row: 1000]: 0x1a, pvs_version = 2
[ 0.239530] cpr_adjust_init_voltages: apc_corner: adjusted initial voltage[2]: 1000000 -> 1020000 uV
[ 0.239559] cpr_pvs_per_corner_init: apc_corner: Warning: initial voltage[1] 1012500 above ceiling 1010000
[ 0.239585] cpr_pvs_init: apc_corner: pvs voltage: [1010000 1020000 1287500] uV
[ 0.239607] cpr_pvs_init: apc_corner: ceiling voltage: [1010000 1100000 1365000] uV
[ 0.239628] cpr_pvs_init: apc_corner: floor voltage: [1010000 1000000 1275000] uV
[ 0.239846] platform b018000.regulator: Driver qcom,cpr-regulator requests probe deferral
[ 0.240374] i2c-msm-v2 78ba000.i2c: probing driver i2c-msm-v2
[ 0.240548] AXI: msm_bus_scale_register_client(): msm_bus_scale_register_client: Bus driver not ready.
[ 0.240572] i2c-msm-v2 78ba000.i2c: msm_bus_scale_register_client(mstr-id:86):0 (not a problem)
[ 0.242665] i2c-msm-v2 78b6000.i2c: probing driver i2c-msm-v2
[ 0.242836] AXI: msm_bus_scale_register_client(): msm_bus_scale_register_client: Bus driver not ready.
[ 0.242861] i2c-msm-v2 78b6000.i2c: msm_bus_scale_register_client(mstr-id:86):0 (not a problem)
[ 0.245964] i2c-msm-v2 78b8000.i2c: probing driver i2c-msm-v2
[ 0.246148] AXI: msm_bus_scale_register_client(): msm_bus_scale_register_client: Bus driver not ready.
[ 0.246174] i2c-msm-v2 78b8000.i2c: msm_bus_scale_register_client(mstr-id:86):0 (not a problem)
[ 0.247306] AXI: msm_bus_scale_register_client(): msm_bus_scale_register_client: Bus driver not ready.
[ 0.247529] ncp6335d-regulator 4-001c: Detected Regulator NCP6335D PID = 21
[ 0.247718] ncp6335d-regulator 4-001c: NCP6335D WAS NORMAL reg=11, ret=cb
[ 0.247899] ncp6335d-regulator 4-001c: enable NCP6335D
[ 0.249996] ncp6335d: 1012 <--> 1362 mV at 1150 mV fast normal
[ 0.252119] i2c-msm-v2 78b9000.i2c: probing driver i2c-msm-v2
[ 0.252297] AXI: msm_bus_scale_register_client(): msm_bus_scale_register_client: Bus driver not ready.
[ 0.252323] i2c-msm-v2 78b9000.i2c: msm_bus_scale_register_client(mstr-id:86):0 (not a problem)
[ 0.254077] cpu-clock-8939 b111050.qcom,cpu-clock-8939: Speed bin: 2 PVS Version: 2
[ 0.254224] platform b111050.qcom,cpu-clock-8939: Driver cpu-clock-8939 requests probe deferral
[ 0.254533] cpr_efuse_init: apc_corner: efuse_addr = 0x0000000000058000 (len=0x1000)
[ 0.254630] cpr_read_fuse_revision: apc_corner: fuse revision = 3
[ 0.254659] cpr_parse_speed_bin_fuse: apc_corner: [row: 1]: 0xb0b0d96901da5d42, speed_bits = 2
[ 0.254686] cpr_parse_pvs_version_fuse: apc_corner: [row: 1000]: 0x1a, pvs_version = 2
[ 0.254924] cpr_adjust_init_voltages: apc_corner: adjusted initial voltage[2]: 1000000 -> 1020000 uV
[ 0.254955] cpr_pvs_per_corner_init: apc_corner: Warning: initial voltage[1] 1012500 above ceiling 1010000
[ 0.254982] cpr_pvs_init: apc_corner: pvs voltage: [1010000 1020000 1287500] uV
[ 0.255004] cpr_pvs_init: apc_corner: ceiling voltage: [1010000 1100000 1365000] uV
[ 0.255025] cpr_pvs_init: apc_corner: floor voltage: [1010000 1000000 1275000] uV
[ 0.255334] cpr_init_cpr_efuse: apc_corner: [row:27] = 0xc891c60471a95fe8
[ 0.255381] cpr_init_cpr_efuse: apc_corner: Corner[1]: ro_sel = 2, target quot = 1137
[ 0.255401] cpr_init_cpr_efuse: apc_corner: Corner[2]: ro_sel = 2, target quot = 1137
[ 0.255423] cpr_init_cpr_efuse: apc_corner: Corner[3]: ro_sel = 2, target quot = 1407
[ 0.255469] cpr_adjust_target_quots: apc_corner: Corner[2]: adjusted target quot = 1178
[ 0.255495] cpr_adjust_target_quots: apc_corner: Corner[3]: adjusted target quot = 1283
[ 0.255619] cpr_get_corner_quot_adjustment: apc_corner: fuse corner 2 quotient adjustment scaling factor: 0.000
Click to expand...
Click to collapse
full dmesg output: (30000 chars limit)
https://pastebin.com/g1yquD4S
add4 - Toolchain,
Toolchains that can be used for now are mostly 4.9-based:
UberTC [tested, ok]
Linaro [tested, ok]
SaberMod (?)
Google [should work, needs testing]
If you want to be adventurous, give 6.3.1 or 6.3.2 Linaro toolchain a try,
for that to work (e.g. WiFi) - lots of fixes to the WiFi driver are needed,
other parts in the kernel (drivers, etc.) probably also need fixing up
I gave it a short try and it didn't boot at all

[HOWTO] Linux on Xiaomi Mi Box S(MDZ-22-AB)

UART Pins for TTL (I used Nokia CA-42 USB cable)
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Boot log:
Code:
GXL:BL1:9ac50e:bb16dc;FEAT:BDFD71BC:0;POC:3;RCY:0;EMMC:0;READ:0;0.0;0.0;CHK:0;
TE: 112230
BL2 Built : 14:26:56, Dec 14 2017. gxl g56303a2 - [email protected]
set vcck to 1120 mv
set vddee to 1000 mv
Board ID = 5
CPU clk: 1200MHz
DQS-corr enabled
DDR scramble enabled
DDR3 chl: Rank0+1 @ 912MHz
bist_test rank: 0 18 01 30 2b 16 41 17 00 2f 2e 1a 43 19 04 2f 2c 1a 3f 17 00 2f 2d 17 43 702 rank: 1 15 01 2a 2a 16 3f 14 00 29 2f 1b 43 14 02 26 2c 18 41 15 00 2a 2d 17 44 702 - PASS
Rank0: 1024MB(auto)-2T-13
Rank1: 1024MB(auto)-2T-13
AddrBus test pass!
-s
emmc switch 3 ok
Authentication key not yet programmed
emmc_rpmb_key_is_programmed: error 0x00000007
emmc switch 0 ok
Load fip header from eMMC, src: 0x0000c200, des: 0x01400000, size: 0x00004000
aml log : R1024 check pass!
New fip structure!
Load bl30 from eMMC, src: 0x00010200, des: 0x01700000, size: 0x0000d600
aml log : R1024 check pass!
Load bl31 from eMMC, src: 0x00020200, des: 0x01700000, size: 0x0002c600
aml log : R1024 check pass!
Load bl32 from eMMC, src: 0x00050200, des: 0x01700000, size: 0x00033e00
aml log : R1024 check pass!
Load bl33 from eMMC, src: 0x00084200, des: 0x01700000, size: 0x00053c00
aml log : R1024 check pass!
NOTICE: BL3-1: v1.0(release):b60a036
NOTICE: BL3-1: Built : 17:03:54, Apr 10 2018
[BL31]: GXL CPU setup!
NOTICE: BL3-1: GXL secure boot!
NOTICE: BL3-1: BL33 decompress pass
mpu_config_enable:ok
[Image: gxl_v1.1.3255-1a77b01 2017-09-15 16:58:02 [email protected]]
OPS=0x84
31 ab f1 38 a4 4e b b1 c6 9f 14 93 [1.440554 Inits done]
secure task start!
high task start!
low task start!
INFO: BL3-2: ATOS-V2.4-69-gc1e2fb5 #1 Wed Jan 31 06:57:06 UTC 2018 arm
INFO: BL3-2: Chip: GXL Rev: D (21:D - 80:2)
INFO: BL3-2: crypto engine DMA
INFO: BL3-2: secure time TEE
INFO: BL3-2: CONFIG_DEVICE_SECURE 0xb200000e
U-Boot 2015.01-gccdffc5-dirty (Nov 18 2018 - 10:53:49), Build: jenkins-oneday-430
DRAM: 2 GiB
Relocation Offset is: 76ed6000
gpio: pin gpiodv_24 (gpio 43) value is 1
gpio: pin gpioh_3 (gpio 52) value is 1
register usb cfg[0][1] = 0000000077f5f388
MMC: aml_priv->desc_buf = 0x0000000073ed6b40
aml_priv->desc_buf = 0x0000000073ed8e60
SDIO Port B: 0, SDIO Port C: 1
emmc/sd response timeout, cmd8, status=0x3ff2800
emmc/sd response timeout, cmd55, status=0x3ff2800
init_part() 293: PART_TYPE_AML
[mmc_init] mmc init success
aml log : R1024 check pass!
start dts,buffer=0000000073edb690,dt_addr=0000000073edb690
get_partition_from_dts() 103: ret 0
parts: 14
00: logo 0000000000800000 1
01: recovery 0000000001800000 1
02: misc 0000000000800000 1
03: dto 0000000000800000 1
04: cri_data 0000000000800000 2
05: param 0000000001000000 2
06: boot 0000000001000000 1
07: rsv 0000000001000000 1
08: tee 0000000002000000 1
09: vendor 0000000006400000 1
10: oem 0000000012c00000 1
11: system 0000000046000000 1
12: cache 0000000010000000 2
13: data ffffffffffffffff 4
init_part() 293: PART_TYPE_AML
eMMC/TSD partition table have been checked OK!
check pattern success
mmc env offset: 0x17400000
In: serial
Out: serial
Err: serial
reboot_mode=cold_boot
[store]To run cmd[emmc dtb_read 0x1000000 0x40000]
_verify_dtb_checksum()-2610: calc 723413d2, store 723413d2
_verify_dtb_checksum()-2610: calc 723413d2, store 723413d2
dtb_read()-2827: total valid 2
update_old_dtb()-2808: do nothing
aml log : R1024 check pass!
vpu: clk_level in dts: 7
vpu: set clk: 666667000Hz, readback: 666660000Hz(0x300)
vpu: vpu_clk_gate_init_off finish
hpd_state=0
cvbs performance type = 6, table = 0
amlkey_init() enter!
[EFUSE_MSG]keynum is 4
[BL31]: tee size: 0
[BL31]: tee size: 0
[BL31]: tee size: 0
[BL31]: tee size: 0
[KM]Error:f[keymanage_dts_get_key_device]L85:carrier key name is not exist
[KM]Error:f[_get_km_ops_by_name]L231:key carrier not know device 4
[KM]Error:f[key_manage_query_exist]L546:There isn't dts cfg for key[carrier]
[KM]Error:f[key_manage_query_size]L503:Fail in query key exist
Start read misc partition datas!
info->magic =
info->version_major = 1
info->version_minor = 0
info->slots[0].priority = 15
info->slots[0].tries_remaining = 7
info->slots[0].successful_boot = 0
info->slots[1].priority = 14
info->slots[1].tries_remaining = 7
info->slots[1].successful_boot = 0
info->crc32 = -1075449479
active slot = 0
wipe_data=successful
wipe_cache=successful
upgrade_step=2
[OSD]load fb addr from dts
[OSD]fb_addr for logo: 0x7f800000
[OSD]load fb addr from dts
[OSD]fb_addr for logo: 0x7f800000
[CANVAS]canvas init
[CANVAS]addr=0x7f800000 width=5760, height=2160
pull down bt_reset
pull up bt_reset
set hci reset
04 0e 04 01 03 0c 00
set scan parameters
04 0e 04 01 0b 20 00
set scan enable
04 0e 04 01 0c 20 00
04 3e 2b 02 01 00 01 9d 53 be 6c e1 67 1f 02 01 02 03 03 9f fe 17 16 9f fe 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 cf
04 3e 16 02 01 04 01 9d 53 be 6c e1 67 0a 09 ff e0 00 01 43 a5 4c 5a 24 cd
04 3e 21 02 01 00 01 88 0a 0b 55 03 54 15 02 01 02 11 07 fc 9d d0 b3 cb 84 e0 84 06 42 f3 f7 e1 e0 bf cb b8
04 3e 0c 02 01 04 01 88 0a 0b 55 03 54 00 b8
pull down bt_enable
Hit Enter or space or Ctrl+C key to stop autoboot -- : 0
[imgread]szTimeStamp[2018111811300118]
[imgread]secureKernelImgSz=0xa96800
aml log : R-1024 check pass!
aml log : R1024 check pass!
aml log : R1024 check pass!
aml log : R1024 check pass!
ee_gate_off ...
## Booting Android Image at 0x01080000 ...
reloc_addr =73f5b8e0
copy done
Kernel command line: buildvariant=user
load dtb from 0x1000000 ......
Uncompressing Kernel Image ... OK
kernel loaded at 0x01080000, end = 0x02604a00
Loading Ramdisk to 73cad000, end 73ec3800 ... OK
Loading Device Tree to 000000001fff1000, end 000000001ffff000 ... OK
Starting kernel ...
uboot time: 3849048 us
[ [email protected]] Booting Linux on physical CPU 0x0
[ [email protected]] Linux version 4.9.61-g92463ee ([email protected]) (gcc version 6.3.1 20170109 (Linaro GCC 6.3-2017.02) ) #1 SMP PREEMPT Sun Nov 18 10:56:38 CST 2018
[ [email protected]] Boot CPU: AArch64 Processor [410fd034]
[ [email protected]] earlycon: aml_uart0 at MMIO 0x00000000c81004c0 (options '')
[ [email protected]] bootconsole [aml_uart0] enabled
[ [email protected]] efi: Getting EFI parameters from FDT:
[ [email protected]] efi: UEFI not found.
[ [email protected]] OF: reserved mem: __reserved_mem_alloc_size, start:5000000, end:7400000, len:2400000
[ [email protected]] Reserved memory: created CMA memory pool at 0x0000000005000000, size 36 MiB
[ [email protected]] OF: reserved mem: initialized node linux,secmon, compatible id shared-dma-pool
[ [email protected]] OF: reserved mem: __reserved_mem_alloc_size, start:7f800000, end:80000000, len:800000
[ [email protected]] Reserved memory: created CMA memory pool at 0x000000007f800000, size 8 MiB
[ [email protected]] OF: reserved mem: initialized node linux,meson-fb, compatible id shared-dma-pool
[ [email protected]] Reserved memory: created CMA memory pool at 0x000000007d800000, size 32 MiB
[ [email protected]] OF: reserved mem: initialized node linux,di_cma, compatible id shared-dma-pool
[ [email protected]] Reserved memory: created CMA memory pool at 0x0000000075c00000, size 124 MiB
[ [email protected]] OF: reserved mem: initialized node linux,ion-dev, compatible id shared-dma-pool
[ [email protected]] Reserved memory: created CMA memory pool at 0x0000000074c00000, size 16 MiB
[ [email protected]] OF: reserved mem: initialized node linux,vdin1_cma, compatible id shared-dma-pool
[ [email protected]] Reserved memory: created DMA memory pool at 0x0000000074c00000, size 0 MiB
[ [email protected]] OF: reserved mem: initialized node linux,ppmgr, compatible id shared-dma-pool
[ [email protected]] Reserved memory: created CMA memory pool at 0x0000000060800000, size 308 MiB
[ [email protected]] OF: reserved mem: initialized node linux,codec_mm_cma, compatible id shared-dma-pool
[ [email protected]] Reserved memory: unable to setup CMA region
[ [email protected]] OF: reserved mem: initialized node linux,codec_mm_reserved, compatible id amlogic, codec-mm-reserved
[ [email protected]] cma: Reserved 8 MiB at 0x0000000074400000
[ [email protected]] psci: probing for conduit method from DT.
[ [email protected]] psci: PSCIv0.2 detected in firmware.
[ [email protected]] psci: Using standard PSCI v0.2 function IDs
[ [email protected]] psci: Trusted OS migration not required
[ [email protected]] percpu: Embedded 23 pages/cpu @ffffffc074355000 s53528 r8192 d32488 u94208
[ [email protected]] Detected VIPT I-cache on CPU0
[ [email protected]] CPU features: enabling workaround for ARM erratum 845719
[ [email protected]] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 515844
[ [email protected]] Kernel command line: rootfstype=ramfs init=/init console=ttyS0,115200 no_console_suspend earlycon=aml_uart,0xc81004c0 ramoops.pstore_en=1 ramoops.record_size=0x8000 ramoops.console_size=0x4000 androidboot.selinux=enforcing logo=osd1,loaded,0x3d800000,576cvbs maxcpus=4 vout=576cvbs,enable hdmimode=1080p60hz cvbsmode=576cvbs hdmitx= cvbsdrv=0 androidboot.firstboot=0 jtag=apao androidboot.veritymode=enforcing androidboot.hardware=amlogic androidboot.btmacaddr=c8:28:32:2d:a2:36 androidboot.wifimac=c8:28:32:2b:0a:26 androidboot.wificountrycode=US androidboot.bootloader=oneday androidboot.serialno=18554280002242 androidboot.rpmb_state=0 androidboot.verifiedbootstate=orange androidboot.slot_suffix=_a buildvariant=user
[ [email protected]] fb: osd1
[ [email protected]] fb: loaded
[ [email protected]] fb: 0x3d800000
[ [email protected]] fb: 576cvbs
[ [email protected]] vout: 576cvbs
[ [email protected]] vout: enable: 1
[ [email protected]] vout: get hdmimode: 1080p60hz
[ [email protected]] vout: get cvbsmode: 576cvbs
[ [email protected]] cvbs_out: cvbs performance line = 0
[ [email protected]] jtag: jtag select apao
[ [email protected]] (NULL device *): [mac_addr_set] try to wifi mac from emmc key!
[ [email protected]] (NULL device *): [mac_addr_set] uboot setup mac-addr: c8:28:32:2b:a:26
[ [email protected]] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ [email protected]] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ [email protected]] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ [email protected]] Memory: 1488104K/2096128K available (11644K kernel code, 1426K rwdata, 4472K rodata, 4416K init, 1434K bss, 63256K reserved, 544768K cma-reserved)
[ [email protected]] Virtual kernel memory layout:
[ [email protected]] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
[ [email protected]] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB)
[ [email protected]] .text : 0xffffff8009080000 - 0xffffff8009be0000 ( 11648 KB)
[ [email protected]] .rodata : 0xffffff8009be0000 - 0xffffff800a050000 ( 4544 KB)
[ [email protected]] .init : 0xffffff800a050000 - 0xffffff800a4a0000 ( 4416 KB)
[ [email protected]] .data : 0xffffff800a4a0000 - 0xffffff800a604a00 ( 1427 KB)
[ [email protected]] .bss : 0xffffff800a604a00 - 0xffffff800a76b324 ( 1435 KB)
[ [email protected]] fixed : 0xffffffbefe7fd000 - 0xffffffbefec00000 ( 4108 KB)
[ [email protected]] PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB)
[ [email protected]] vmemmap : 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum)
[ [email protected]] 0xffffffbf00004000 - 0xffffffbf02000000 ( 31 MB actual)
[ [email protected]] memory : 0xffffffc000100000 - 0xffffffc080000000 ( 2047 MB)
[ [email protected]] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ [email protected]] Preemptible hierarchical RCU implementation.
[ [email protected]] Build-time adjustment of leaf fanout to 64.
[ [email protected]] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ [email protected]] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[ [email protected]] NR_IRQS:64 nr_irqs:64 0
[ [email protected]] amlogic_init_sdemmc: register amlogic sdemmc clk
[ [email protected]] amlogic_init_sdemmc: register amlogic sdemmc clk
[ [email protected]] success set parent gpu_p1_composite rate to 400000000
[ [email protected]] amlogic_init_gpu: register meson gpu clk
[ [email protected]] amlogic_init_media: register meson media clk
[ [email protected]] amlogic_init_misc: register meson misc clk
[ [email protected]] gxl_clkc_init initialization complete
[ [email protected]] arm_arch_timer: Architected cp15 timer(s) running at 24.00MHz (phys).
[ [email protected]] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ [email protected]] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ [email protected]] meson_bc_timer: mclk->mux_reg =ffffff8008006990,mclk->reg =ffffff8008008994
[ [email protected]] Console: colour dummy device 80x25
[ [email protected]] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ [email protected]] pid_max: default: 32768 minimum: 301
[ [email protected]] Security Framework initialized
[ [email protected]] SELinux: Initializing.
[ [email protected]] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ [email protected]] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ [email protected]] ftrace: allocating 38256 entries in 150 pages
[ [email protected]] sched-energy: CPU device node has no sched-energy-costs
[ [email protected]] CPU0: update cpu_capacity 1024
[ [email protected]] ASID allocator initialised with 65536 entries
[ [email protected]] EFI services will not be available.
[ [email protected]] Meson chip version = RevD (21:D - 84:0)
[ [email protected]] Detected VIPT I-cache on CPU1
[ [email protected]] CPU1: update cpu_capacity 1024
[ [email protected]] CPU1: Booted secondary processor [410fd034]
[ [email protected]] Detected VIPT I-cache on CPU2
[ [email protected]] CPU2: update cpu_capacity 1024
[ [email protected]] CPU2: Booted secondary processor [410fd034]
[ [email protected]] Detected VIPT I-cache on CPU3
[ [email protected]] CPU3: update cpu_capacity 1024
[ [email protected]] CPU3: Booted secondary processor [410fd034]
[ [email protected]] Brought up 4 CPUs
full bootlog at https://pastebin.com/GaRRd76p
Uboot env:
Code:
oneday#printenv
1080p60hz_deepcolor=444,8bit
1080p_h=1080
1080p_w=1920
1080p_x=0
1080p_y=0
480p60hz_deepcolor=rgb,8bit
EnableSelinux=enforcing
active_slot=_a
baudrate=115200
bcb_cmd=get_valid_slot;
boot_part=boot
bootargs=rootfstype=ramfs init=/init console=ttyS0,115200 no_console_suspend earlycon=aml_uart,0xc81004c0 ramoops.pstore_en=1 ramoops.record_size=0x8000 ramoops.console_size=0x4000 androidboot.selinux=enforcing logo=osd1,loaded,0x3d800000,1080p60hz maxcpus=4 vout=1080p60hz,enable hdmimode=1080p60hz cvbsmode=576cvbs hdmitx= cvbsdrv=0 androidboot.firstboot=0 jtag=apao androidboot.veritymode=enforcing androidboot.hardware=amlogic androidboot.btmacaddr=c8:28:32:2d:a2:36 androidboot.wifimac=c8:28:32:2b:0a:26 androidboot.wificountrycode=US androidboot.bootloader=oneday androidboot.serialno=18554280002242 androidboot.rpmb_state=0 androidboot.verifiedbootstate=orange androidboot.slot_suffix=_a
bootcmd=run storeboot;
bootdelay=1
bootloader=oneday
bootup_offset=0x10dbbb0
bootup_size=0x5eec7a
btmac=c8:28:32:2d:a2:36
cmdline_keys=keyman init 0x1234; setkeys;
colorattribute=444,8bit
cvbs_drv=0
cvbsmode=576cvbs
display_bpp=24
display_color_bg=0
display_color_fg=0xffff
display_color_index=24
display_height=1080
display_layer=osd1
display_width=1920
dtb_mem_addr=0x1000000
factory_reset_poweroff_protect=echo wipe_data=${wipe_data}; echo wipe_cache=${wipe_cache};if test ${wipe_data} = failed; then run init_display; run storeargs;if usb start 0; then run recovery_from_udisk;fi;run recovery_from_flash;fi; if test ${wipe_cache} = failed; then run init_display; run storeargs;if usb start 0; then run recovery_from_udisk;fi;run recovery_from_flash;fi;
fb_addr=0x3d800000
fb_height=1080
fb_width=1920
fdt_high=0x20000000
firstboot=0
hdmimode=1080p60hz
init_display=osd open;osd clear;imgread pic logo bootup $loadaddr;bmp display $bootup_offset;bmp scale
initargs=rootfstype=ramfs init=/init console=ttyS0,115200 no_console_suspend earlycon=aml_uart,0xc81004c0 ramoops.pstore_en=1 ramoops.record_size=0x8000 ramoops.console_size=0x4000
is.bestmode=false
jtag=apao
loadaddr=1080000
maxcpus=4
outputmode=1080p60hz
preboot=run cmdline_keys;run bcb_cmd; run factory_reset_poweroff_protect;run upgrade_check;run init_display;run storeargs;run switch_bootmode;
reboot_mode=cold_boot
recovery_from_flash=setenv bootargs ${bootargs} aml_dt=${aml_dt} recovery_part={recovery_part} recovery_offset={recovery_offset};if itest ${upgrade_step} == 3; then if ext4load mmc 1:2 ${dtb_mem_addr} /recovery/dtb.img; then echo cache dtb.img loaded; fi;if ext4load mmc 1:2 ${loadaddr} /recovery/recovery.img; then echo cache recovery.img loaded; wipeisb; bootm ${loadaddr}; fi;else fi;if imgread kernel ${recovery_part} ${loadaddr} ${recovery_offset}; then wipeisb; bootm ${loadaddr}; fi;
recovery_from_udisk=setenv bootargs ${bootargs} aml_dt=${aml_dt} recovery_part={recovery_part} recovery_offset={recovery_offset};if fatload usb 0 ${loadaddr} aml_autoscript; then autoscr ${loadaddr}; fi;if fatload usb 0 ${loadaddr} recovery.img; then if fatload usb 0 ${dtb_mem_addr} dtb.img; then echo udisk dtb.img loaded; fi;wipeisb; bootm ${loadaddr};fi;
recovery_offset=0
recovery_part=recovery
rpmb_state=0
sdc_burning=sdc_burn ${sdcburncfg}
sdcburncfg=aml_sdc_burn.ini
serialno=18554280002242
sn2=3138353534323830303032323432
stderr=serial
stdin=serial
stdout=serial
storeargs=setenv bootargs ${initargs} androidboot.selinux=${EnableSelinux} logo=${display_layer},loaded,${fb_addr},${outputmode} maxcpus=${maxcpus} vout=${outputmode},enable hdmimode=${hdmimode} cvbsmode=${cvbsmode} hdmitx=${cecconfig} cvbsdrv=${cvbs_drv} androidboot.firstboot=${firstboot} jtag=${jtag}; setenv bootargs ${bootargs} androidboot.veritymode=enforcing androidboot.hardware=amlogic androidboot.btmacaddr=${btmac} androidboot.wifimac=${wifimac} androidboot.wificountrycode=${wifi_ccode} androidboot.bootloader=${bootloader} androidboot.serialno=${serialno};setenv bootargs ${bootargs} androidboot.rpmb_state=${rpmb_state};setenv bootargs ${bootargs} androidboot.verifiedbootstate=${verifiedbootstate};setenv bootargs ${bootargs} androidboot.slot_suffix=${active_slot};
storeboot=if imgread kernel ${boot_part} ${loadaddr}; then bootm ${loadaddr}; fi;run update;
switch_bootmode=get_rebootmode;if test ${reboot_mode} = factory_reset; then run recovery_from_flash;else if test ${reboot_mode} = update; then run update;else if test ${reboot_mode} = cold_boot; then else if test ${reboot_mode} = fastboot; then fastboot;fi;fi;fi;fi;if monitor_bt_cmdline; then run recovery_from_flash; fi;
try_auto_burn=update 700 750;
update=run usb_burning; run sdc_burning; if usb start 0; then run recovery_from_udisk;fi;run recovery_from_flash;
upgrade_check=echo upgrade_step=${upgrade_step}; if itest ${upgrade_step} == 3; then run init_display; run storeargs; run update;else fi;
upgrade_step=0
usb_burning=update 1000
verifiedbootstate=orange
wifi_ccode=US
wifimac=c8:28:32:2b:0a:26
wipe_cache=successful
wipe_data=successful
successfully booted Armbian 5.34 on Mi Box S
Armbian_5.34_S9xxx_Ubuntu_xenial_4.9.40_mate_20171112 from https://yadi.sk/d/srrtn6kpnsKz2/Linux/ARMBIAN/5.34 boots like charm.
Quick HOWTO:
Download Armbian_5.34_S9xxx_Ubuntu_xenial_4.9.40_mate_20171112.img(or any other flavour) from https://yadi.sk/d/srrtn6kpnsKz2/Linux/ARMBIAN/5.34
Unpack xz archive with 7zip(windows)/Keka(mac), Use Rufus(windows)/balenaEtcher(mac) or other img to deploy to any usb drive.
Make sure you are connected to the box via usb serial interface(use putty.exe on windows/Serial.app on mac)
baud rate 115200, data bits: 8, parity: none, stop bits: 1, flow control: none.
After successful serial connection to the box, you can interrupt uboot(ctrl+c or space) and get a uboot shell. after that paste:
Code:
setenv bootcmd "run start_autoscript; run storeboot;"
setenv start_autoscript "if usb start ; then run start_usb_autoscript; fi; if mmcinfo; then run start_mmc_autoscript; fi;"
setenv start_mmc_autoscript "if fatload mmc 0 1020000 s905_autoscript; then autoscr 1020000; fi;"
setenv start_usb_autoscript "if fatload usb 0 1020000 s905_autoscript; then autoscr 1020000; fi; if fatload usb 1 1020000 s905_autoscript; then autoscr 1020000; fi; if fatload usb 2 1020000 s905_autoscript; then autoscr 1020000; fi; if fatload usb 3 1020000 s905_autoscript; then autoscr 1020000; fi;"
setenv upgrade_step "0"
saveenv
insert armbian usb that you created in step 1 and power-cycle the box. (you might need to use powered usb hub, my box did not power usb port, so usb flash drive was not working)
you should be able to see armbian booting via HDMI on your TV/Monitor
wifi is not working, but you should be able to use usb wifi or ethernet adapter.
would root and custom android tv be possible too?
wazer1337 said:
would root and custom android tv be possible too?
Click to expand...
Click to collapse
might be possible. All Android partitions are visible and mountable in linux. I guess you can't make changes to system partition, as android has protections in place that will revert previous system state, but I'm sure there are ways around it.
did a stupid thing, after Oreo update on my MiBox S MDZ 22 AB everything went down, wifi connection drops in every 10 seconds, so I used a version of android from a MDZ-16 on a stick and tried to flash on a tutorial found on the web. It started to flash for a few seconds and total brick!
Now when I plug it, have no signal on hdmi, no led on front, nothing. (
Can I restore the life in the box or no? Is it totally lost?
Are there any test points for MDZ 22 AB?
Any additional breakthroughs?
Have you investigated modifying the uboot environment thus automatically booting from USB?
l.capriotti said:
Have you investigated modifying the uboot environment thus automatically booting from USB?
Click to expand...
Click to collapse
you did already, apologies!
Are you also able to revert to stock settings?
Would you pls boot a LibreELEC build...?
contact
hi i want to contact like this
this model cotact pin RX and TX?
recrof said:
UART Pins for TTL (I used Nokia CA-42 USB cable)
Boot log:
Code:
GXL:BL1:9ac50e:bb16dc;FEAT:BDFD71BC:0;POC:3;RCY:0;EMMC:0;READ:0;0.0;0.0;CHK:0;
TE: 112230
BL2 Built : 14:26:56, Dec 14 2017. gxl g56303a2 - [email protected]
set vcck to 1120 mv
set vddee to 1000 mv
Board ID = 5
CPU clk: 1200MHz
DQS-corr enabled
DDR scramble enabled
DDR3 chl: Rank0+1 @ 912MHz
bist_test rank: 0 18 01 30 2b 16 41 17 00 2f 2e 1a 43 19 04 2f 2c 1a 3f 17 00 2f 2d 17 43 702 rank: 1 15 01 2a 2a 16 3f 14 00 29 2f 1b 43 14 02 26 2c 18 41 15 00 2a 2d 17 44 702 - PASS
Rank0: 1024MB(auto)-2T-13
Rank1: 1024MB(auto)-2T-13
AddrBus test pass!
-s
emmc switch 3 ok
Authentication key not yet programmed
emmc_rpmb_key_is_programmed: error 0x00000007
emmc switch 0 ok
Load fip header from eMMC, src: 0x0000c200, des: 0x01400000, size: 0x00004000
aml log : R1024 check pass!
New fip structure!
Load bl30 from eMMC, src: 0x00010200, des: 0x01700000, size: 0x0000d600
aml log : R1024 check pass!
Load bl31 from eMMC, src: 0x00020200, des: 0x01700000, size: 0x0002c600
aml log : R1024 check pass!
Load bl32 from eMMC, src: 0x00050200, des: 0x01700000, size: 0x00033e00
aml log : R1024 check pass!
Load bl33 from eMMC, src: 0x00084200, des: 0x01700000, size: 0x00053c00
aml log : R1024 check pass!
NOTICE: BL3-1: v1.0(release):b60a036
NOTICE: BL3-1: Built : 17:03:54, Apr 10 2018
[BL31]: GXL CPU setup!
NOTICE: BL3-1: GXL secure boot!
NOTICE: BL3-1: BL33 decompress pass
mpu_config_enable:ok
[Image: gxl_v1.1.3255-1a77b01 2017-09-15 16:58:02 [email protected]]
OPS=0x84
31 ab f1 38 a4 4e b b1 c6 9f 14 93 [1.440554 Inits done]
secure task start!
high task start!
low task start!
INFO: BL3-2: ATOS-V2.4-69-gc1e2fb5 #1 Wed Jan 31 06:57:06 UTC 2018 arm
INFO: BL3-2: Chip: GXL Rev: D (21:D - 80:2)
INFO: BL3-2: crypto engine DMA
INFO: BL3-2: secure time TEE
INFO: BL3-2: CONFIG_DEVICE_SECURE 0xb200000e
U-Boot 2015.01-gccdffc5-dirty (Nov 18 2018 - 10:53:49), Build: jenkins-oneday-430
DRAM: 2 GiB
Relocation Offset is: 76ed6000
gpio: pin gpiodv_24 (gpio 43) value is 1
gpio: pin gpioh_3 (gpio 52) value is 1
register usb cfg[0][1] = 0000000077f5f388
MMC: aml_priv->desc_buf = 0x0000000073ed6b40
aml_priv->desc_buf = 0x0000000073ed8e60
SDIO Port B: 0, SDIO Port C: 1
emmc/sd response timeout, cmd8, status=0x3ff2800
emmc/sd response timeout, cmd55, status=0x3ff2800
init_part() 293: PART_TYPE_AML
[mmc_init] mmc init success
aml log : R1024 check pass!
start dts,buffer=0000000073edb690,dt_addr=0000000073edb690
get_partition_from_dts() 103: ret 0
parts: 14
00: logo 0000000000800000 1
01: recovery 0000000001800000 1
02: misc 0000000000800000 1
03: dto 0000000000800000 1
04: cri_data 0000000000800000 2
05: param 0000000001000000 2
06: boot 0000000001000000 1
07: rsv 0000000001000000 1
08: tee 0000000002000000 1
09: vendor 0000000006400000 1
10: oem 0000000012c00000 1
11: system 0000000046000000 1
12: cache 0000000010000000 2
13: data ffffffffffffffff 4
init_part() 293: PART_TYPE_AML
eMMC/TSD partition table have been checked OK!
check pattern success
mmc env offset: 0x17400000
In: serial
Out: serial
Err: serial
reboot_mode=cold_boot
[store]To run cmd[emmc dtb_read 0x1000000 0x40000]
_verify_dtb_checksum()-2610: calc 723413d2, store 723413d2
_verify_dtb_checksum()-2610: calc 723413d2, store 723413d2
dtb_read()-2827: total valid 2
update_old_dtb()-2808: do nothing
aml log : R1024 check pass!
vpu: clk_level in dts: 7
vpu: set clk: 666667000Hz, readback: 666660000Hz(0x300)
vpu: vpu_clk_gate_init_off finish
hpd_state=0
cvbs performance type = 6, table = 0
amlkey_init() enter!
[EFUSE_MSG]keynum is 4
[BL31]: tee size: 0
[BL31]: tee size: 0
[BL31]: tee size: 0
[BL31]: tee size: 0
[KM]Error:f[keymanage_dts_get_key_device]L85:carrier key name is not exist
[KM]Error:f[_get_km_ops_by_name]L231:key carrier not know device 4
[KM]Error:f[key_manage_query_exist]L546:There isn't dts cfg for key[carrier]
[KM]Error:f[key_manage_query_size]L503:Fail in query key exist
Start read misc partition datas!
info->magic =
info->version_major = 1
info->version_minor = 0
info->slots[0].priority = 15
info->slots[0].tries_remaining = 7
info->slots[0].successful_boot = 0
info->slots[1].priority = 14
info->slots[1].tries_remaining = 7
info->slots[1].successful_boot = 0
info->crc32 = -1075449479
active slot = 0
wipe_data=successful
wipe_cache=successful
upgrade_step=2
[OSD]load fb addr from dts
[OSD]fb_addr for logo: 0x7f800000
[OSD]load fb addr from dts
[OSD]fb_addr for logo: 0x7f800000
[CANVAS]canvas init
[CANVAS]addr=0x7f800000 width=5760, height=2160
pull down bt_reset
pull up bt_reset
set hci reset
04 0e 04 01 03 0c 00
set scan parameters
04 0e 04 01 0b 20 00
set scan enable
04 0e 04 01 0c 20 00
04 3e 2b 02 01 00 01 9d 53 be 6c e1 67 1f 02 01 02 03 03 9f fe 17 16 9f fe 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 cf
04 3e 16 02 01 04 01 9d 53 be 6c e1 67 0a 09 ff e0 00 01 43 a5 4c 5a 24 cd
04 3e 21 02 01 00 01 88 0a 0b 55 03 54 15 02 01 02 11 07 fc 9d d0 b3 cb 84 e0 84 06 42 f3 f7 e1 e0 bf cb b8
04 3e 0c 02 01 04 01 88 0a 0b 55 03 54 00 b8
pull down bt_enable
Hit Enter or space or Ctrl+C key to stop autoboot -- : 0
[imgread]szTimeStamp[2018111811300118]
[imgread]secureKernelImgSz=0xa96800
aml log : R-1024 check pass!
aml log : R1024 check pass!
aml log : R1024 check pass!
aml log : R1024 check pass!
ee_gate_off ...
## Booting Android Image at 0x01080000 ...
reloc_addr =73f5b8e0
copy done
Kernel command line: buildvariant=user
load dtb from 0x1000000 ......
Uncompressing Kernel Image ... OK
kernel loaded at 0x01080000, end = 0x02604a00
Loading Ramdisk to 73cad000, end 73ec3800 ... OK
Loading Device Tree to 000000001fff1000, end 000000001ffff000 ... OK
Starting kernel ...
uboot time: 3849048 us
[ [email protected]] Booting Linux on physical CPU 0x0
[ [email protected]] Linux version 4.9.61-g92463ee ([email protected]) (gcc version 6.3.1 20170109 (Linaro GCC 6.3-2017.02) ) #1 SMP PREEMPT Sun Nov 18 10:56:38 CST 2018
[ [email protected]] Boot CPU: AArch64 Processor [410fd034]
[ [email protected]] earlycon: aml_uart0 at MMIO 0x00000000c81004c0 (options '')
[ [email protected]] bootconsole [aml_uart0] enabled
[ [email protected]] efi: Getting EFI parameters from FDT:
[ [email protected]] efi: UEFI not found.
[ [email protected]] OF: reserved mem: __reserved_mem_alloc_size, start:5000000, end:7400000, len:2400000
[ [email protected]] Reserved memory: created CMA memory pool at 0x0000000005000000, size 36 MiB
[ [email protected]] OF: reserved mem: initialized node linux,secmon, compatible id shared-dma-pool
[ [email protected]] OF: reserved mem: __reserved_mem_alloc_size, start:7f800000, end:80000000, len:800000
[ [email protected]] Reserved memory: created CMA memory pool at 0x000000007f800000, size 8 MiB
[ [email protected]] OF: reserved mem: initialized node linux,meson-fb, compatible id shared-dma-pool
[ [email protected]] Reserved memory: created CMA memory pool at 0x000000007d800000, size 32 MiB
[ [email protected]] OF: reserved mem: initialized node linux,di_cma, compatible id shared-dma-pool
[ [email protected]] Reserved memory: created CMA memory pool at 0x0000000075c00000, size 124 MiB
[ [email protected]] OF: reserved mem: initialized node linux,ion-dev, compatible id shared-dma-pool
[ [email protected]] Reserved memory: created CMA memory pool at 0x0000000074c00000, size 16 MiB
[ [email protected]] OF: reserved mem: initialized node linux,vdin1_cma, compatible id shared-dma-pool
[ [email protected]] Reserved memory: created DMA memory pool at 0x0000000074c00000, size 0 MiB
[ [email protected]] OF: reserved mem: initialized node linux,ppmgr, compatible id shared-dma-pool
[ [email protected]] Reserved memory: created CMA memory pool at 0x0000000060800000, size 308 MiB
[ [email protected]] OF: reserved mem: initialized node linux,codec_mm_cma, compatible id shared-dma-pool
[ [email protected]] Reserved memory: unable to setup CMA region
[ [email protected]] OF: reserved mem: initialized node linux,codec_mm_reserved, compatible id amlogic, codec-mm-reserved
[ [email protected]] cma: Reserved 8 MiB at 0x0000000074400000
[ [email protected]] psci: probing for conduit method from DT.
[ [email protected]] psci: PSCIv0.2 detected in firmware.
[ 0.000000[email protected]] psci: Using standard PSCI v0.2 function IDs
[ [email protected]] psci: Trusted OS migration not required
[ [email protected]] percpu: Embedded 23 pages/cpu @ffffffc074355000 s53528 r8192 d32488 u94208
[ [email protected]] Detected VIPT I-cache on CPU0
[ [email protected]] CPU features: enabling workaround for ARM erratum 845719
[ [email protected]] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 515844
[ [email protected]] Kernel command line: rootfstype=ramfs init=/init console=ttyS0,115200 no_console_suspend earlycon=aml_uart,0xc81004c0 ramoops.pstore_en=1 ramoops.record_size=0x8000 ramoops.console_size=0x4000 androidboot.selinux=enforcing logo=osd1,loaded,0x3d800000,576cvbs maxcpus=4 vout=576cvbs,enable hdmimode=1080p60hz cvbsmode=576cvbs hdmitx= cvbsdrv=0 androidboot.firstboot=0 jtag=apao androidboot.veritymode=enforcing androidboot.hardware=amlogic androidboot.btmacaddr=c8:28:32:2d:a2:36 androidboot.wifimac=c8:28:32:2b:0a:26 androidboot.wificountrycode=US androidboot.bootloader=oneday androidboot.serialno=18554280002242 androidboot.rpmb_state=0 androidboot.verifiedbootstate=orange androidboot.slot_suffix=_a buildvariant=user
[ [email protected]] fb: osd1
[ [email protected]] fb: loaded
[ [email protected]] fb: 0x3d800000
[ [email protected]] fb: 576cvbs
[ [email protected]] vout: 576cvbs
[ [email protected]] vout: enable: 1
[ [email protected]] vout: get hdmimode: 1080p60hz
[ [email protected]] vout: get cvbsmode: 576cvbs
[ [email protected]] cvbs_out: cvbs performance line = 0
[ [email protected]] jtag: jtag select apao
[ [email protected]] (NULL device *): [mac_addr_set] try to wifi mac from emmc key!
[ [email protected]] (NULL device *): [mac_addr_set] uboot setup mac-addr: c8:28:32:2b:a:26
[ [email protected]] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ [email protected]] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ [email protected]] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ [email protected]] Memory: 1488104K/2096128K available (11644K kernel code, 1426K rwdata, 4472K rodata, 4416K init, 1434K bss, 63256K reserved, 544768K cma-reserved)
[ [email protected]] Virtual kernel memory layout:
[ [email protected]] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
[ [email protected]] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB)
[ [email protected]] .text : 0xffffff8009080000 - 0xffffff8009be0000 ( 11648 KB)
[ [email protected]] .rodata : 0xffffff8009be0000 - 0xffffff800a050000 ( 4544 KB)
[ [email protected]] .init : 0xffffff800a050000 - 0xffffff800a4a0000 ( 4416 KB)
[ [email protected]] .data : 0xffffff800a4a0000 - 0xffffff800a604a00 ( 1427 KB)
[ [email protected]] .bss : 0xffffff800a604a00 - 0xffffff800a76b324 ( 1435 KB)
[ [email protected]] fixed : 0xffffffbefe7fd000 - 0xffffffbefec00000 ( 4108 KB)
[ [email protected]] PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB)
[ [email protected]] vmemmap : 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum)
[ [email protected]] 0xffffffbf00004000 - 0xffffffbf02000000 ( 31 MB actual)
[ [email protected]] memory : 0xffffffc000100000 - 0xffffffc080000000 ( 2047 MB)
[ [email protected]] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ [email protected]] Preemptible hierarchical RCU implementation.
[ [email protected]] Build-time adjustment of leaf fanout to 64.
[ [email protected]] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ [email protected]] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[ [email protected]] NR_IRQS:64 nr_irqs:64 0
[ [email protected]] amlogic_init_sdemmc: register amlogic sdemmc clk
[ [email protected]] amlogic_init_sdemmc: register amlogic sdemmc clk
[ [email protected]] success set parent gpu_p1_composite rate to 400000000
[ [email protected]] amlogic_init_gpu: register meson gpu clk
[ [email protected]] amlogic_init_media: register meson media clk
[ [email protected]] amlogic_init_misc: register meson misc clk
[ [email protected]] gxl_clkc_init initialization complete
[ [email protected]] arm_arch_timer: Architected cp15 timer(s) running at 24.00MHz (phys).
[ 0.[email protected]] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ [email protected]] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ [email protected]] meson_bc_timer: mclk->mux_reg =ffffff8008006990,mclk->reg =ffffff8008008994
[ [email protected]] Console: colour dummy device 80x25
[ [email protected]] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ [email protected]] pid_max: default: 32768 minimum: 301
[ [email protected]] Security Framework initialized
[ [email protected]] SELinux: Initializing.
[ [email protected]] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ [email protected]] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ [email protected]] ftrace: allocating 38256 entries in 150 pages
[ [email protected]] sched-energy: CPU device node has no sched-energy-costs
[ [email protected]] CPU0: update cpu_capacity 1024
[ [email protected]] ASID allocator initialised with 65536 entries
[ [email protected]] EFI services will not be available.
[ [email protected]] Meson chip version = RevD (21:D - 84:0)
[ [email protected]] Detected VIPT I-cache on CPU1
[ [email protected]] CPU1: update cpu_capacity 1024
[ [email protected]] CPU1: Booted secondary processor [410fd034]
[ [email protected]] Detected VIPT I-cache on CPU2
[ [email protected]] CPU2: update cpu_capacity 1024
[ [email protected]] CPU2: Booted secondary processor [410fd034]
[ [email protected]] Detected VIPT I-cache on CPU3
[ [email protected]] CPU3: update cpu_capacity 1024
[ [email protected]] CPU3: Booted secondary processor [410fd034]
[ [email protected]] Brought up 4 CPUs
full bootlog at https://pastebin.com/GaRRd76p
Uboot env:
Code:
oneday#printenv
1080p60hz_deepcolor=444,8bit
1080p_h=1080
1080p_w=1920
1080p_x=0
1080p_y=0
480p60hz_deepcolor=rgb,8bit
EnableSelinux=enforcing
active_slot=_a
baudrate=115200
bcb_cmd=get_valid_slot;
boot_part=boot
bootargs=rootfstype=ramfs init=/init console=ttyS0,115200 no_console_suspend earlycon=aml_uart,0xc81004c0 ramoops.pstore_en=1 ramoops.record_size=0x8000 ramoops.console_size=0x4000 androidboot.selinux=enforcing logo=osd1,loaded,0x3d800000,1080p60hz maxcpus=4 vout=1080p60hz,enable hdmimode=1080p60hz cvbsmode=576cvbs hdmitx= cvbsdrv=0 androidboot.firstboot=0 jtag=apao androidboot.veritymode=enforcing androidboot.hardware=amlogic androidboot.btmacaddr=c8:28:32:2d:a2:36 androidboot.wifimac=c8:28:32:2b:0a:26 androidboot.wificountrycode=US androidboot.bootloader=oneday androidboot.serialno=18554280002242 androidboot.rpmb_state=0 androidboot.verifiedbootstate=orange androidboot.slot_suffix=_a
bootcmd=run storeboot;
bootdelay=1
bootloader=oneday
bootup_offset=0x10dbbb0
bootup_size=0x5eec7a
btmac=c8:28:32:2d:a2:36
cmdline_keys=keyman init 0x1234; setkeys;
colorattribute=444,8bit
cvbs_drv=0
cvbsmode=576cvbs
display_bpp=24
display_color_bg=0
display_color_fg=0xffff
display_color_index=24
display_height=1080
display_layer=osd1
display_width=1920
dtb_mem_addr=0x1000000
factory_reset_poweroff_protect=echo wipe_data=${wipe_data}; echo wipe_cache=${wipe_cache};if test ${wipe_data} = failed; then run init_display; run storeargs;if usb start 0; then run recovery_from_udisk;fi;run recovery_from_flash;fi; if test ${wipe_cache} = failed; then run init_display; run storeargs;if usb start 0; then run recovery_from_udisk;fi;run recovery_from_flash;fi;
fb_addr=0x3d800000
fb_height=1080
fb_width=1920
fdt_high=0x20000000
firstboot=0
hdmimode=1080p60hz
init_display=osd open;osd clear;imgread pic logo bootup $loadaddr;bmp display $bootup_offset;bmp scale
initargs=rootfstype=ramfs init=/init console=ttyS0,115200 no_console_suspend earlycon=aml_uart,0xc81004c0 ramoops.pstore_en=1 ramoops.record_size=0x8000 ramoops.console_size=0x4000
is.bestmode=false
jtag=apao
loadaddr=1080000
maxcpus=4
outputmode=1080p60hz
preboot=run cmdline_keys;run bcb_cmd; run factory_reset_poweroff_protect;run upgrade_check;run init_display;run storeargs;run switch_bootmode;
reboot_mode=cold_boot
recovery_from_flash=setenv bootargs ${bootargs} aml_dt=${aml_dt} recovery_part={recovery_part} recovery_offset={recovery_offset};if itest ${upgrade_step} == 3; then if ext4load mmc 1:2 ${dtb_mem_addr} /recovery/dtb.img; then echo cache dtb.img loaded; fi;if ext4load mmc 1:2 ${loadaddr} /recovery/recovery.img; then echo cache recovery.img loaded; wipeisb; bootm ${loadaddr}; fi;else fi;if imgread kernel ${recovery_part} ${loadaddr} ${recovery_offset}; then wipeisb; bootm ${loadaddr}; fi;
recovery_from_udisk=setenv bootargs ${bootargs} aml_dt=${aml_dt} recovery_part={recovery_part} recovery_offset={recovery_offset};if fatload usb 0 ${loadaddr} aml_autoscript; then autoscr ${loadaddr}; fi;if fatload usb 0 ${loadaddr} recovery.img; then if fatload usb 0 ${dtb_mem_addr} dtb.img; then echo udisk dtb.img loaded; fi;wipeisb; bootm ${loadaddr};fi;
recovery_offset=0
recovery_part=recovery
rpmb_state=0
sdc_burning=sdc_burn ${sdcburncfg}
sdcburncfg=aml_sdc_burn.ini
serialno=18554280002242
sn2=3138353534323830303032323432
stderr=serial
stdin=serial
stdout=serial
storeargs=setenv bootargs ${initargs} androidboot.selinux=${EnableSelinux} logo=${display_layer},loaded,${fb_addr},${outputmode} maxcpus=${maxcpus} vout=${outputmode},enable hdmimode=${hdmimode} cvbsmode=${cvbsmode} hdmitx=${cecconfig} cvbsdrv=${cvbs_drv} androidboot.firstboot=${firstboot} jtag=${jtag}; setenv bootargs ${bootargs} androidboot.veritymode=enforcing androidboot.hardware=amlogic androidboot.btmacaddr=${btmac} androidboot.wifimac=${wifimac} androidboot.wificountrycode=${wifi_ccode} androidboot.bootloader=${bootloader} androidboot.serialno=${serialno};setenv bootargs ${bootargs} androidboot.rpmb_state=${rpmb_state};setenv bootargs ${bootargs} androidboot.verifiedbootstate=${verifiedbootstate};setenv bootargs ${bootargs} androidboot.slot_suffix=${active_slot};
storeboot=if imgread kernel ${boot_part} ${loadaddr}; then bootm ${loadaddr}; fi;run update;
switch_bootmode=get_rebootmode;if test ${reboot_mode} = factory_reset; then run recovery_from_flash;else if test ${reboot_mode} = update; then run update;else if test ${reboot_mode} = cold_boot; then else if test ${reboot_mode} = fastboot; then fastboot;fi;fi;fi;fi;if monitor_bt_cmdline; then run recovery_from_flash; fi;
try_auto_burn=update 700 750;
update=run usb_burning; run sdc_burning; if usb start 0; then run recovery_from_udisk;fi;run recovery_from_flash;
upgrade_check=echo upgrade_step=${upgrade_step}; if itest ${upgrade_step} == 3; then run init_display; run storeargs; run update;else fi;
upgrade_step=0
usb_burning=update 1000
verifiedbootstate=orange
wifi_ccode=US
wifimac=c8:28:32:2b:0a:26
wipe_cache=successful
wipe_data=successful
Click to expand...
Click to collapse
elitecop said:
hi i want to contact like this
this model cotact pin RX and TX?
Click to expand...
Click to collapse
Your board is not mdz-22-ab, so I can't help you with that. I have tried lots of contact points before I discovered right ones. Don't be affraid to experiment, you will find correct pins eventually.
l.capriotti said:
you did already, apologies!
Are you also able to revert to stock settings?
Would you pls boot a LibreELEC build...?
Click to expand...
Click to collapse
You can successfuly boot any s905x image from yadi.sk that uses same kernel version. some of them have kodi preinstalled, but drivers for wifi and sound do not work, so it's not very practical.
there is more in-depth information on mdz-16-ab linux on xda and also https://discourse.coreelec.org/t/xiaomi-mi-box-ce-and-drm/834.
all information on mdz-16-ab is also applicable to mdz-22-ab, as those boxes are very simmilar.
recrof said:
Your board is not mdz-22-ab, so I can't help you with that. I have tried lots of contact points before I discovered right ones. Don't be affraid to experiment, you will find correct pins eventually.
Click to expand...
Click to collapse
yes this board 3s, my board https://gadgetpage.ru/razbiraem-i-izuchaem/1828-razbor-tv-pristavki-xiaomi-mi-box-s.html
Do not burn the board while experimenting?
elitecop said:
yes this board 3s, my board https://gadgetpage.ru/razbiraem-i-izuchaem/1828-razbor-tv-pristavki-xiaomi-mi-box-s.html
Do not burn the board while experimenting?
Click to expand...
Click to collapse
There is always risk of burning the board, but it's very low.
error during boting
the box does not start!
I connected the box via serial usb, and this is the log:
GXL:BL1:9ac50e:bb16dc;FEAT:BDFD71BC:0;POC:3;RCY:0;EMMC:0;READ:0;0.0;0.0;CHK:0;
TE: 90559
BL2 Built : 13:27:37, Oct 25 2017. gxl g56b77aa - [email protected]
_vcc5_power_init
rn5t567_power_init
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
Board ID = 5
CPU clk: 1200MHz
DQS-corr enabled
DDR scramble enabled
DDR3 chl: Rank0+1 @ 912MHz - FAIL
DDR3 chl: Rank0 @ 912MHz - FAIL
DDR3 chl: Rank0 16bit @ 912MHz - FAIL
DDR4 chl: Rank0+1 @ 1008MHz - FAIL
DDR4 chl: Rank0 @ 1008MHz - FAIL
DDR4 chl: Rank0 16bit @ 1008MHz - FAIL
DDR init failed...
Reset...
-------------------------------------------------------------------------------------
Can you give me some advice?
Could this apply for mi box 4 mdz-21-aa?
Anyone found a way for root on latest android tv?
I connected the mibox 4c with cp2012 at windows 10
Hi, dear friend
I connected the mibox 4c with cp2012 at windows 10
, After I start the box and press ctl+c or space. Can not stop the uboot.i checked .
I checked the tx and Rx connection. It is OK.
How to fix it?
Maybe the xiaomi change something of uboot and disable the interruption ?
---------- Post added at 08:19 PM ---------- Previous post was at 08:03 PM ----------
This is my video of connection.
Please search andy漫漫说 at YouTube to get my channel and find the latest video.
I am newbie here. Can not post link .
Somebody help me ?
Code:
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2019.06.28 05:39:49 =~=~=~=~=~=~=~=~=~=~=~=
GXL:BL1:9ac50e:bb16dc;FEAT:ADFC718C:0;POC:3;RCY:0;EMMC:0;READ:0;0.0;CHK:0;
TE: 224076
BL2 Built : 18:13:36, Jun 17 2016.
gxl g176ecdb - [email protected]
set vcck to 1120 mv
set vddee to 1000 mv
Board ID = 1
CPU clk: 1200MHz
DDR3 chl: Rank0+1 @ 792MHz - FAIL
DDR3 chl: Rank0 @ 792MHz - PASS
DQS-corr enabled
DDR scramble enabled
Rank0: 1024MB(auto)-2T-11
DataBus test pass!
AddrBus test pass!
-s
Load fip header from eMMC, src: 0x0000c200, des: 0x01400000, size: 0x00004000
New fip structure!
Load bl30 from eMMC, src: 0x00010200, des: 0x01100000, size: 0x0000d600
Load bl31 from eMMC, src: 0x00020200, des: 0x10100000, size: 0x00014400
Load bl33 from eMMC, src: 0x00038200, des: 0x01000000, size: 0x000cc400
NOTICE: BL3-1: v1.0(debug):ed1aadc
NOTICE: BL3-1: Built : 11:06:24, May 31 2016
aml log : bl31 normal boot !
[Image: gxl_v1.1.3122-bcd5b77 2018-07-11 18:46:53 [email protected]]
OPS=0xc4
0 0 3 c c 0 d1 b3 40 a0 0 c4 [0.594431 Inits done]
secure task start!
high task start!
low task start!
INFO: BL3-1: Initializing runtime services
WARNING: No OPTEE provided by BL2 boot loader
ERROR: Error initializing runtime service opteed_fast
INFO: BL3-1: Preparing for EL3 exit to normal world
INFO: BL3-1: Next image address = 0x1000000
INFO: BL3-1: Next image spsr = 0x3c9
U-Boot 2015.01-gfbef5dd (Sep 25 2018 - 15:03:01), Build: jenkins-transformers-627
DRAM: 1 GiB
Relocation Offset is: 36ea8000
gpio: pin gpiox_6 (gpio 6) value is 1
gpio: pin gpioao_4 (gpio 123) value is 1
register usb cfg[0][1] = 0000000037f64488
vpu: error: vpu: check dts: FDT_ERR_BADMAGIC, load default parameters
vpu: clk_level = 7
vpu: set clk: 666667000Hz, readback: 666660000Hz(0x300)
saradc_enable1 P_SAR_ADC_REG13: 0x0
saradc: check dts: FDT_ERR_BADMAGIC, load default parameters
saradc_enable2 P_SAR_ADC_REG13: 0x1100
MMC: aml_priv->desc_buf = 0x0000000033ea8f50
aml_priv->desc_buf = 0x0000000033eaaf60
SDIO Port B: 0, SDIO Port C: 1
emmc/sd response timeout, cmd8, status=0x3ff2800
emmc/sd response timeout, cmd55, status=0x3ff2800
[mmc_init] mmc init success
mmc read lba=0x4000, blocks=0x400
Amlogic multi-dtb tool
Multi dtb detected
saradc: check dts: FDT_ERR_BADMAGIC, load default parameters
get_adc_value ch(1) 79
aml_dt=gxl_tf_1g
Multi dtb tool version: v2 .
Support 2 dtbs.
aml_dt soc: gxl platform: tf variant: 1g
dtb 0 soc: gxl plat: tf vari: 1g
dtb 1 soc: gxl plat: tf vari: 2g
Find match dtb: 0
start dts,buffer=0000000033ead670,dt_addr=0000000033eade70
parts: 13
00: cache 0000000010000000 2
01: logo 0000000000300000 1
02: encrypt 0000000000100000 1
03: recovery 0000000002000000 1
04: tee 0000000000800000 1
05: crypt 0000000002000000 1
06: misc 0000000002000000 1
07: boot 0000000001400000 1
08: system 0000000040000000 1
09: backup 0000000020000000 4
10: persist 0000000000800000 4
11: panic 0000000000400000 4
12: data ffffffffffffffff 4
get_dtb_struct: Get emmc dtb OK!
overide_emmc_partition_table: overide cache
[mmc_get_partition_table] skip partition cache.
Partition table get from SPL is :
name offset size flag
===================================================================================
0: bootloader 0 400000 0
1: reserved 400000 800000 0
2: cache c00000 10000000 2
3: env 10c00000 400000 0
4: logo 11000000 300000 1
5: encrypt 11300000 100000 1
6: recovery 11400000 2000000 1
7: tee 13400000 800000 1
8: crypt 13c00000 2000000 1
9: misc 15c00000 2000000 1
10: boot 17c00000 1400000 1
11: system 19000000 @ 40000000 1
12: backup 59000000 20000000 4
13: persist 79000000 800000 4
14: panic 79800000 400000 4
15: data 79c00000 158400000 4
mmc read lba=0x2000, blocks=0x2
mmc read lba=0x2002, blocks=0x2
mmc_read_partition_tbl: mmc read partition OK!
eMMC/TSD partition table have been checked OK!
mmc env offset: 0x10c00000
In: serial
Out: serial
Err: serial
reboot_mode=cold_boot
hardware_version=1
hpd_state=1
[1080p60hz] is invalid for cvbs.
set hdmitx VIC = 16
config HPLL = 3000
HPLL: 0xc000027b
config HPLL done
j = 4 vid_clk_div = 1
hdmitx phy setting done
hdmitx: set enc for VIC: 16
enc_vpu_bridge_reset[1183]
rx version is 1.4 or below div=10
[store]To run cmd[emmc dtb_read 0x1000000 0x40000]
read emmc dtb
Amlogic multi-dtb tool
Multi dtb detected
aml_dt=gxl_tf_1g
Multi dtb tool version: v2 .
Support 2 dtbs.
aml_dt soc: gxl platform: tf variant: 1g
dtb 0 soc: gxl plat: tf vari: 1g
dtb 1 soc: gxl plat: tf vari: 2g
Find match dtb: 0
P_SAR_ADC_REG13: 0x1000
P_SAR_ADC_REG13 bak: 0x10
P_SAR_ADC_REG13: 0x1000
SEC_AO_SEC_SD_CFG12: 0xa040b3d1
ffu update start
old fw_ver = 6
amlkey_init() enter!
[EFUSE_MSG]keynum is 4
wipe_data=successful
wipe_cache=successful
Boot command:
Boot status:
Boot message
""
upgrade_step=2
[OSD]load fb addr from dts
[OSD]failed to get fb addr for logo
[OSD]use default fb_addr parameters
[OSD]fb_addr for logo: 0x3d800000
[OSD]load fb addr from dts
[OSD]failed to get fb addr for logo
[OSD]use default fb_addr parameters
[OSD]fb_addr for logo: 0x3d800000
[CANVAS]canvas init
[CANVAS]addr=0x3d800000 width=5760, height=2160
pull down bt_reset
pull up bt_reset
set hci reset
bt_vendor_name = Realteck RTL8723DS
set scan parameters
set scan enable
pull down bt_enable
IR init done!
ee_gate_off ...
## Booting Android Image at 0x01080000 ...
reloc_addr =33f2d890
copy done
Amlogic multi-dtb tool
Single dtb detected
load dtb from 0x1000000 ......
Uncompressing Kernel Image ... OK
kernel loaded at 0x01080000, end = 0x02043d58
Loading Ramdisk to 33ded000, end 33e95658 ... OK
Loading Device Tree to 000000001fff4000, end 000000001ffffcda ... OK
Starting kernel ...
uboot time: 2655518 us
[ [email protected]] Initializing cgroup subsys cpuset
[ [email protected]] Initializing cgroup subsys cpu
[ [email protected]] Initializing cgroup subsys cpuacct
[ [email protected]] Linux version 3.14.29-301482-g2d0e095 ([email protected]) (gcc version 4.9.2 20140904 (prerelease) (crosstool-NG linaro-1.13.1-4.9-2014.09 - Linaro GCC 4.9-2014.09) ) #1 SMP PREEMPT Tue Sep 25 14:57:56 CST 2018
[ [email protected]] CPU: AArch64 Processor [410fd034] revision 4
[ [email protected]] no prop version_code
[ [email protected]] bootconsole [earlycon0] enabled
[ [email protected]] fdt Reserved memory table:
[ [email protected]] linux,meson-fb: 0x000000003e000000 - 0x0000000040000000 (32 MiB)
[ [email protected]] linux,di: 0x000000003c200000 - 0x000000003e000000 (30 MiB)
[ [email protected]] DI: DI reserved memory: created CMA memory pool at 0x000000003c200000, size 30 MiB
[ [email protected]] linux,ion-dev: 0x0000000039200000 - 0x000000003c200000 (48 MiB)
[ [email protected]] linux,ppmgr: 0x0000000039200000 - 0x0000000039200000 (0 MiB)
[ [email protected]] linux,codec_mm_cma: 0x0000000027c00000 - 0x0000000033c00000 (192 MiB)
[ [email protected]] linux,picdec: 0x0000000039200000 - 0x0000000039200000 (0 MiB)
[ [email protected]] Reserved memory: incorrect alignment of CMA region
[ [email protected]] linux,codec_mm_reserved: 0x0000000035100000 - 0x0000000039200000 (65 MiB)
[ [email protected]] fdt Reserved memory total: 370 MiB
[ [email protected]] psci: probing function IDs from device-tree
[ [email protected]] PERCPU: Embedded 12 pages/cpu @ffffffc0350a8000 s20224 r8192 d20736 u49152
[ [email protected]] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257539
[ [email protected]] Kernel command line: rootfstype=ramfs init=/init console=ttyS0,115200 no_console_suspend earlyprintk=aml-uart,0xc81004c0 ramoops.pstore_en=1 ramoops.record_size=0x8000 ramoops.console_size=0x4000 logo=osd1,loaded,0x3d800000,1080p60hz hdmimode=1080p60hz cvbsmode=576cvbs hdmitx= vout=1080p60hz,enable cvbsdrv=0 boardver= jtag=apao androidboot.hardware=amlogic androidboot.firstboot=0 androidboot.btmac=00:00:00:00:00:00 androidboot.wifimac=c8:28:32:b7:c3:0e androidboot.wificountrycode=CN androidboot.serialno=17132/280733558 androidboot.selinux=enforcing androidboot.recoveryflag=false androidboot.hardware_version=1 androidboot.bootreason=cold_boot
[ [email protected]] logo: osd1
[ [email protected]] logo: loaded
[ [email protected]] logo: 0x3d800000
[ [email protected]] logo: 1080p60hz
[ [email protected]] logo: get hdmimode: 1080p60hz
[ [email protected]] logo: get cvbsmode: 576cvbs
[ [email protected]] vout_serve: 1080p60hz
[ [email protected]] vout_serve: enable: 1
[ [email protected]] tv_vout: cvbs performance line = 0
[ [email protected]] jtag: jtag select 2
[ [email protected]] (NULL device *): [mac_addr_set] try to wifi mac from emmc key!
[ [email protected]] (NULL device *): [mac_addr_set] uboot setup mac-addr: c8:28:32:b7:c3:e
[ [email protected]] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ [email protected]] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ [email protected]] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ [email protected]] Memory: 621540K/1044480K available (9852K kernel code, 1111K rwdata, 3956K rodata, 1216K init, 5803K bss, 422940K reserved)
[ [email protected]] Virtual kernel memory layout:
[ [email protected]] vmalloc : 0xffffff8000000000 - 0xffffff807fff0000 ( 2047 MB)
[ [email protected]] vmemmap : 0xffffff8080000000 - 0xffffff8080e00000 ( 14 MB)
[ [email protected]] modules : 0xffffffbffc000000 - 0xffffffc000000000 ( 64 MB)
[ [email protected]] memory : 0xffffffc000000000 - 0xffffffc040000000 ( 1024 MB)
[ [email protected]] .init : 0xffffffc001dfe000 - 0xffffffc001f2e000 ( 1216 kB)
[ [email protected]] .text : 0xffffffc001080000 - 0xffffffc001dfd334 ( 13813 kB)
[ [email protected]] .data : 0xffffffc001f2e000 - 0xffffffc002043d58 ( 1112 kB)
[ [email protected]] PM: Registered nosave memory: [mem 0x01080000-0x01dfcfff]
[ [email protected]] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ [email protected]] arch_multi_cluster:0
[ [email protected]] Preemptible hierarchical RCU implementation.
[ [email protected]] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ [email protected]] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ [email protected]] NR_IRQS:64 nr_irqs:64 0
[ [email protected]] Architected cp15 timer(s) running at 24.00MHz (phys).
[ [email protected]] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 2863311519744ns
[ [email protected]] meson_bc_timer: mclk->mux_reg =ffffff800000c990,mclk->reg =ffffff800000e994
[ [email protected]] Console: colour dummy device 80x25
[ [email protected]] allocated 4194304 bytes of page_cgroup
[ [email protected]] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ [email protected]] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ [email protected]] pid_max: default: 32768 minimum: 301
[ [email protected]] Security Framework initialized
[ [email protected]] SELinux: Initializing.
[ [email protected]] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ [email protected]] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[ [email protected]] device-tree: Duplicate name in /efusekey, renamed to "key0#1"
[ [email protected]] device-tree: Duplicate name in /efusekey, renamed to "key1#1"
[ [email protected]] device-tree: Duplicate name in /efusekey, renamed to "key2#1"
[ [email protected]] device-tree: Duplicate name in /efusekey, renamed to "key3#1"
[ [email protected]] Initializing cgroup subsys debug
[ [email protected]] Initializing cgroup subsys memory
[ [email protected]] Initializing cgroup subsys freezer
[ [email protected]] Initializing cgroup subsys blkio
[ [email protected]] ftrace: allocating 33470 entries in 131 pages
[ [email protected]] /cpus/[email protected]: Missing clock-frequency property
[ [email protected]] /cpus/[email protected]: Missing clock-frequency property
[ [email protected]] /cpus/[email protected]: Missing clock-frequency property
[ [email protected]] /cpus/[email protected]: Missing clock-frequency property
[ [email protected]] hw perfevents: enabled with arm/armv8-pmuv3 PMU driver, 7 counters available
[ [email protected]] ftrace: Allocated trace_printk buffers
[ [email protected]] Meson chip version = RevC (21:C - C4:0)
[ [email protected]] CPU1: Booted secondary processor
[ [email protected]] CPU2: Booted secondary processor
[ [email protected]] CPU3: Booted secondary processor
[ [email protected]] Brought up 4 CPUs
[ [email protected]] SMP: Total of 4 processors activated.
[ [email protected]] sched: registering cpufreq notifiers for scale-invariant loads
[ [email protected]] instabooting: 0
[ [email protected]] pinctrl core: initialized pinctrl subsystem
[ [email protected]] regulator-dummy: no parameters
[ [email protected]] NET: Registered protocol family 16
[ [email protected]] ramoops: using module parameters
[ [email protected]] console [pstore-1] enabled
[ [email protected]] pstore: Registered ramoops as persistent store backend
[ [email protected]] ramoops: attached [email protected], ecc: 0/0
[ [email protected]] cpuidle: using governor menu
[ [email protected]] aml_vdac_init: module init
[ [email protected]] register canvas platform driver
[ [email protected]] register rdma platform driver
[ [email protected]] vdso: 2 pages (1 code, 1 data) at base ffffffc001f38000
[ [email protected]] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ [email protected]] DMA: preallocated 256 KiB pool for atomic allocations
[ [email protected]] software IO TLB [mem 0x26000000-0x26040000] (0MB) mapped at [ffffffc026000000-ffffffc02603ffff]
[ [email protected]] Serial: AMBA PL011 UART driver
[ [email protected]] aml_i2c version: 20140813
[ [email protected]] i2c-core: driver [pmu4] using legacy resume method
[ [email protected]] codec_mm:codec_mm_module_init
[ [email protected]] aml_watch_point_probe, in
[ [email protected]] gxbb_mpll_clk: register mpll_clk_out0 success done
[ [email protected]] gxbb_mpll_clk: register mpll_clk_out1 success done
[ [email protected]] gxbb_mpll_clk: register mpll_clk_out2 success done
[ [email protected]] clk_sys: register PLL sys_pll success done
[ [email protected]] gxl_clk: [ xtal ] ->clockrate: 24000000Hz
[ [email protected]] gxl_clk: [ 32Khz ] ->clockrate: 32000Hz
[ [email protected]] gxl_clk: [ clk81 ] ->clockrate: 166666666Hz
[ [email protected]] gxl_clk: [ fixed_pll ] ->clockrate: 2000000000Hz
[ [email protected]] gxl_clk: [ fclk_div2 ] ->clockrate: 1000000000Hz
[ [email protected]] gxl_clk: [ fclk_div3 ] ->clockrate: 666666666Hz
[ [email protected]] gxl_clk: [ fclk_div4 ] ->clockrate: 500000000Hz
[ [email protected]] gxl_clk: [ fclk_div5 ] ->clockrate: 400000000Hz
[ [email protected]] gxl_clk: [ fclk_div7 ] ->clockrate: 285714285Hz
[ [email protected]] gxl_clk: clock initialization complete
[ [email protected]] clkmsr: Gxl msr_clk_reg0=ffffff800003a75c,msr_clk_reg2=ffffff800003c764
[ [email protected]] aml_iomap: amlogic iomap probe done
[ [email protected]] pinmux-gxl c1109880.pinmux: Init pinux probe!
[ [email protected]] pinmux-gxl c1109880.pinmux: Probed amlogic pinctrl driver
[ [email protected]] genirq: Setting trigger mode 8 for irq 241 failed (gic_set_type+0x0/0xbc)
[ [email protected]] genirq: Setting trigger mode 8 for irq 242 failed (gic_set_type+0x0/0xbc)
[ [email protected]] genirq: Setting trigger mode 8 for irq 241 failed (gic_set_type+0x0/0xbc)
[ [email protected]] genirq: Setting trigger mode 8 for irq 242 failed (gic_set_type+0x0/0xbc)
[ [email protected]] codec_mm has 2 memory regions
[ [email protected]] codec_mm codec_mm.18: assigned reserved memory node linux,codec_mm_cma ok
[ [email protected]] codec_mm codec_mm.18: assigned reserved memory node linux,codec_mm_reserved ok
[ [email protected]] codec_mm has 2 memory regions
[ [email protected]] codec_mm codec_mm.18: assigned reserved memory node linux,codec_mm_cma ok
[ [email protected]] codec_mm codec_mm.18: assigned reserved memory node linux,codec_mm_reserved ok
[ [email protected]] vpu: driver version: v02
[ [email protected]] vpu: load vpu_clk: 666667000Hz(7)
[ [email protected]] vpu: vpu_probe OK
[ [email protected]] tv_vout: tvout_probe
[ [email protected]] tv_vout: major number 254 for disp
[ [email protected]] vout_notify: vout_register_server
[ [email protected]] tv_vout: register tv module server ok
[ [email protected]] tv_vout: tvout_probe OK
[ [email protected]] canvas_probe reg=00000000c8838000,size=400
[ [email protected]] canvas maped reg_base =ffffff800008e000
[ [email protected]] rdma_probe
[ [email protected]] bio: create slab <bio-0> at 0
[ [email protected]] SCSI subsystem initialized
[ [email protected]] usbcore: registered new interface driver usbfs
[ [email protected]] usbcore: registered new interface driver hub
[ [email protected]] usbcore: registered new device driver usb
[ [email protected]] i2c-gpio i2c_gpio.35: using pins 172 (SDA) and 173 (SCL)
[ [email protected]] Linux video capture interface: v2.00
[ [email protected]] pps_core: LinuxPPS API ver. 1 registered
[ [email protected]] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[ [email protected]] PTP clock support registered
[ [email protected]] hdmitx: system: amhdmitx_init
[ [email protected]] hdmitx: system: Ver: 2014May6
[ [email protected]] hdmitx: system: amhdmitx_probe
[ [email protected]] ------------[ cut here ]------------
[ [email protected]] WARNING: CPU: 0 PID: 1 at /home/work/data/jenkins/workspace/transformers/common/drivers/base/core.c:549 device_create_file+0xa4/0xbc()
[ [email protected]] Attribute product_name: write permission without 'store'
[ [email protected]] Modules linked in:
[ [email protected]] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 3.14.29-301482-g2d0e095 #1
[ [email protected]] Call trace:
[ [email protected]] [<ffffffc0010894d8>] dump_backtrace+0x0/0x144
[ [email protected]] [<ffffffc001089638>] show_stack+0x1c/0x28
[ [email protected]] [<ffffffc001a0b108>] dump_stack+0x74/0xb8
[ [email protected]] [<ffffffc0010a0088>] warn_slowpath_common+0x98/0xc0
[ [email protected]] [<ffffffc0010a0124>] warn_slowpath_fmt+0x74/0x88
[ [email protected]] [<ffffffc001454cd4>] device_create_file+0xa0/0xbc
[ [email protected]] [<ffffffc00163fa14>] amhdmitx_probe+0x2ac/0x924
[ [email protected]] [<ffffffc00145bc68>] platform_drv_probe+0x28/0x60
[ [email protected]] [<ffffffc001459bd4>] really_probe+0xd4/0x244
[ [email protected]] [<ffffffc001459e68>] __driver_attach+0xb0/0xb8
[ [email protected]] [<ffffffc001457c3c>] bus_for_each_dev+0x68/0xac
[ [email protected]] [<ffffffc001459684>] driver_attach+0x28/0x34
[ [email protected]] [<ffffffc00145928c>] bus_add_driver+0x158/0x210
[ [email protected]] [<ffffffc00145a624>] driver_register+0x64/0x124
[ [email protected]] [<ffffffc00145bc30>] __platform_driver_register+0x74/0x84
[ [email protected]] [<ffffffc001e36d4c>] amhdmitx_init+0x5c/0xa4
[ [email protected]] [<ffffffc0010816a4>] do_one_initcall+0xd4/0x138
[ [email protected]] [<ffffffc001dfe990>] kernel_init_freeable+0x19c/0x23c
[ [email protected]] [<ffffffc001a05d48>] kernel_init+0x1c/0xdc
[ [email protected]] ---[ end trace da93876e7f41ceba ]---
[ [email protected]] ------------[ cut here ]------------
[ [email protected]] WARNING: CPU: 0 PID: 1 at /home/work/data/jenkins/workspace/transformers/common/drivers/base/core.c:549 device_create_file+0xa4/0xbc()
[ [email protected]] Attribute prefer_mode: write permission without 'store'
[ [email protected]] Modules linked in:
[ [email protected]] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 3.14.29-301482-g2d0e095 #1
[ [email protected]] Call trace:
[ [email protected]] [<ffffffc0010894d8>] dump_backtrace+0x0/0x144
[ [email protected]] [<ffffffc001089638>] show_stack+0x1c/0x28
[ [email protected]] [<ffffffc001a0b108>] dump_stack+0x74/0xb8
[ [email protected]] [<ffffffc0010a0088>] warn_slowpath_common+0x98/0xc0
[ [email protected]] [<ffffffc0010a0124>] warn_slowpath_fmt+0x74/0x88
[ [email protected]] [<ffffffc001454cd4>] device_create_file+0xa0/0xbc
[ [email protected]] [<ffffffc00163fa20>] amhdmitx_probe+0x2b8/0x924
[ [email protected]] [<ffffffc00145bc68>] platform_drv_probe+0x28/0x60
[ [email protected]] [<ffffffc001459bd4>] really_probe+0xd4/0x244
[ [email protected]] [<ffffffc001459e68>] __driver_attach+0xb0/0xb8
[ [email protected]] [<ffffffc001457c3c>] bus_for_each_dev+0x68/0xac
[ [email protected]] [<ffffffc001459684>] driver_attach+0x28/0x34
[ [email protected]] [<ffffffc00145928c>] bus_add_driver+0x158/0x210
[ [email protected]] [<ffffffc00145a624>] driver_register+0x64/0x124
[ [email protected]] [<ffffffc00145bc30>] __platform_driver_register+0x74/0x84
[ [email protected]] [<ffffffc001e36d4c>] amhdmitx_init+0x5c/0xa4
[ [email protected]] [<ffffffc0010816a4>] do_one_initcall+0xd4/0x138
[ [email protected]] [<ffffffc001dfe990>] kernel_init_freeable+0x19c/0x23c
[ [email protected]] [<ffffffc001a05d48>] kernel_init+0x1c/0xdc
[ [email protected]] ---[ end trace da93876e7f41cebb ]---
[ [email protected]] hdmitx: system: not find match init-data
[ [email protected]] hdmitx: system: not find match pwr-ctl
[ [email protected]] hdmitx hpd irq = 89
[ [email protected]] hdmitx20: Mapped PHY: 0xc0800000
[ [email protected]] hdmitx20: Mapped PHY: 0xc1104400
[ [email protected]] hdmitx20: Mapped PHY: 0xc8100000
[ [email protected]] hdmitx20: Mapped PHY: 0xc8834000
[ [email protected]] hdmitx20: Mapped PHY: 0xc883a000
[ [email protected]] hdmitx20: Mapped PHY: 0xc883c000
[ [email protected]] hdmitx20: Mapped PHY: 0xd0100000
[ [email protected]] hdmitx20: Mapped PHY: 0xda83a000
[ [email protected]] hdmitx: alread display in uboot 0x10
[ [email protected]] avmute set to 1
[ [email protected]] vout_serve: vout_init_module
[ [email protected]] tv_vout: tv_set_current_vmode[759]fps_target_mode=16
[ [email protected]] hdmitx: system: irq 2
[ [email protected]] tv_vout: mode is 16,sync_duration_den=1,sync_duration_num=60
[ [email protected]] tv_vout: already display in uboot
[ [email protected]] vout_serve: vinfo mode is: 1080p60hz
[ [email protected]] vout_serve: init mode 1080p60hz
[ [email protected]] vout_serve: create vout attribute OK
[ [email protected]] vout_serve: meson_vout_probe OK
[ [email protected]] logo: logo_init
[ [email protected]] osd_rdma: osd_rdma_init: rdma_table p=0x34841000,op=0x34841000 , v=0xffffff80000a9000
[ [email protected]] osd_rdma: osd rdma request irq as second interrput function!
[ [email protected]] Advanced Linux Sound Architecture Driver Initialized.
[ [email protected]] Bluetooth: Core ver 2.18
[ [email protected]] NET: Registered protocol family 31
[ [email protected]] Bluetooth: HCI device and connection manager initialized
[ [email protected]] Bluetooth: HCI socket layer initialized
[ [email protected]] Bluetooth: L2CAP socket layer initialized
[ [email protected]] Bluetooth: SCO socket layer initialized
[ [email protected]] cfg80211: Calling CRDA to update world regulatory domain
[ [email protected]] NetLabel: Initializing
[ [email protected]] NetLabel: domain hash size = 128
[ [email protected]] NetLabel: protocols = UNLABELED CIPSOv4
[ [email protected]] NetLabel: unlabeled traffic allowed by default
[ [email protected]] Switched to clocksource arch_sys_counter
[ [email protected]] ktrace : kp ktrace init OK
[ [email protected]] ktrace : event ktrace init OK
[ [email protected]] ktrace : mm ktrace init OK
[ [email protected]] ktrace : sched ktrace init OK
[ [email protected]] ktrace : binder ktrace init OK
[ [email protected]] ktrace : cpufreq ktrace init OK
[ [email protected]] ktrace : ktrace init OK
[ [email protected]] [amlatvdemod..]aml_atvdemod_init.
[ [email protected]] NET: Registered protocol family 2
[ [email protected]] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ [email protected]] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[ [email protected]] TCP: Hash tables configured (established 8192 bind 8192)
[ [email protected]] TCP: reno registered
[ [email protected]] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ [email protected]] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ [email protected]] NET: Registered protocol family 1
[ [email protected]] aml_wifi wifi.31: [wifi_dev_probe] no power_on_pin2
[ [email protected]] aml_wifi wifi.31: [wifi_dev_probe] set pwm as 32k output
[ [email protected]] aml_wifi wifi.31: [wifi_dev_probe] interrupt_pin=241
[ [email protected]] aml_wifi wifi.31: [wifi_dev_probe] irq_num=100, irq_trigger_type=0
[ [email protected]] aml_wifi wifi.31: [wifi_dev_probe] power_on_pin=229
[ [email protected]] aml_wifi wifi.31: [wifi_dev_probe] clock_32k_pin=0
[ [email protected]] aml_wifi wifi.31: [wifi_setup_dt] wifi_setup_dt
[ [email protected]] aml_wifi wifi.31: [wifi_setup_dt] interrupt_pin(241)
[ [email protected]] aml_wifi wifi.31: [wifi_setup_dt] power_on_pin(229)
[ [email protected]] Unpacking initramfs...
[ [email protected]] Freeing initrd memory: 672K (ffffffc033ded000 - ffffffc033e95000)
[ [email protected]] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ [email protected]] audit: initializing netlink subsys (disabled)
[ [email protected]] audit: type=2000 audit(1.470:1): initialized
[ [email protected]] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ [email protected]] VFS: Disk quotas dquot_6.5.2
[ [email protected]] hdmitx: plugin
[ [email protected]] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ [email protected]] fuse init (API version 7.22)
[ [email protected]] msgmni has been set to 1679
[ [email protected]] NET: Registered protocol family 38
[ [email protected]] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ [email protected]] io scheduler noop registered
[ [email protected]] io scheduler deadline registered
[ [email protected]] io scheduler cfq registered (default)
[ [email protected]] meson-rng c8834000.rng: hwrng registered
[ [email protected]] loop: module loaded
[ [email protected]] zram: Created 1 device(s) ...
[ [email protected]] tun: Universal TUN/TAP device driver, 1.6
[ [email protected]] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
[ [email protected]] PPP generic driver version 2.4.2
[ [email protected]] PPP BSD Compression module registered
[ [email protected]] PPP Deflate Compression module registered
[ [email protected]] PPP MPPE Compression module registered
[ [email protected]] NET: Registered protocol family 24
[ [email protected]] hdmitx: edid: check sum valid
[ [email protected]] hdmitx: edid: check sum valid
[ [email protected]] hdmitx: edid: blk0 raw data
[ [email protected]] 00ffffffffffff003674010be903000000100103804627780a1990a755469824
[ [email protected]] 10494b2108008bc0814081c061400101010101010101011d007251d01e206e28
[ [email protected]] 5500c48e2100001e011d8018711c1620582c2500c48e2100009e000000fc0050
[ [email protected]] 524f4a4543544f52530a2020000000fd0016500e5b10000a20202020202001e1
[ [email protected]]
[ [email protected]]
[ [email protected]] hdmitx: edid: blk1 raw data
[ [email protected]] 02031df24a0102038405101293141f230907078301000065030c0010008c0ad0
[ [email protected]] 8a20e02d10103e9600138e21000018011d00bc52d01e20b8285540c48e210000
[ [email protected]] 1e011d80d0721c1620102c2580c48e2100009e8c0ad08a20e02d10103e9600c4
[ [email protected]] 8e210000188c0ad090204031200c405500c48e2100001800000000000000002b
[ [email protected]]
[ [email protected]]
[ [email protected]] EDID Parser:
[ [email protected]] hdmitx: edid: find IEEEOUT
[ [email protected]]
[ [email protected]] hdmitx: edid: check sum valid
[ [email protected]] hdmitx: edid: check sum valid
[ [email protected]] hdmitx: update RX hdr info 0
[ [email protected]] [RX]-receive ksv list len:1,depth:1,cas:0,dev:0
[ [email protected]] hdmitx: video: get current mode: 1080p60hz
[ [email protected]] hdmitx: update rx hdr info 0
[ [email protected]] hdmitx: get ext_name
[ [email protected]] hdmitx: system: [set_disp_mode_auto] ALREADY init VIC = 16
[ [email protected]] hdmtix: set audio
[ [email protected]] hdmitx tx_aud_src = 0
[ [email protected]] hdmitx: system: irq 80000001
[ [email protected]] hdmitx: fs = 0, cd = 4, tmds_clk = 148500
[ [email protected]] hdmitx aud_n_para = 6144
[ [email protected]] hdmitx set channel status
[ [email protected]] Start = 0x10000100 End = 0x100001ff
[ [email protected]] [0x10000103]: 0x00000008
[ [email protected]] [0x10000104]: 0x00000001
[ [email protected]] [0x10000170]: 0x00000010
[ [email protected]] [0x10000180]: 0x000000ff
[ [email protected]] [0x10000181]: 0x000000ff
[ [email protected]] [0x10000182]: 0x00000003
[ [email protected]] [0x10000183]: 0x00000007
[ [email protected]] [0x10000184]: 0x0000003f
[ [email protected]] [0x10000185]: 0x00000002
MDZ-22 ab crashed
Hello togehter,
I new in the rforum and need support.
I think I crashed mz mdy-22ab bz upadting new version via USB, since this i cannot enter reoverz mode.
I followed the describtion to enter via UART and Putty and got the following.
Due the fact that i am not an expert i don^t know wht the puttz.log means.
Maybe some experts in the forum can help me.
Reset...
GXL:BL1:9ac50e:bb16dc;FEAT:BDFD71BC:0;POC:3;RCY:0;EMMC:0;READ:0;0.0;0.0;CHK:0;
TE: 99019
BL2 Built : 13:27:37, Oct 25 2017. gxl g56b77aa - [email protected]
_vcc5_power_init
rn5t567_power_init
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
i2c timeout
Board ID = 5
CPU clk: 1200MHz
DQS-corr enabled
DDR scramble enabled
DDR3 chl: Rank0+1 @ 912MHz - FAIL
DDR3 chl: Rank0 @ 912MHz - FAIL
DDR3 chl: Rank0 16bit @ 912MHz - FAIL
DDR4 chl: Rank0+1 @ 1008MHz - FAIL
DDR4 chl: Rank0 @ 1008MHz - FAIL
DDR4 chl: Rank0 16bit @ 1008MHz - FAIL
DDR init failed...
Reset...
GXL:BL1:9ac50e:bb16dc;FEAT:BDFD71BC:0;POC:3;RCY:0;EMMC:0;READ:0;0.0;0.0;CHK:0;
TE: 99323
Same me..(((
I can't find any link to download Armbian_5.34_S9xxx_Ubuntu_xenial_4.9.40_mate_20171 112. Can someone reupload it?
Can I do it with regular usb rs232 cable?I have to solder it?Is there newer builds avalible?

Categories

Resources